Skip to content

Personal compute cluster

Notifications You must be signed in to change notification settings

blong14/compute-cluster

Repository files navigation

CLI for the compute cluster...

Usage:
  cluster [command]

Available Commands:
  ai           Run aider with knowledge base context
  completion   Generate the autocompletion script for the specified shell
  deploy       Deploy a service to the cluster
  help         Help about any command
  memory-store Memory store management commands
  run          Run a job in the cluster
  search       Search documentation using semantic search

Flags:
  -h, --help   help for cluster

Use "cluster [command] --help" for more information about a command.
                                                                                                                                                                              
## Examples                                                                                                                                                                   
                                                                                                                                                                              
Deploy a service to the cluster:                                                                                                                                              
```bash                                                                                                                                                                       
cluster deploy ollama                                                                                                                                                         

Run a cluster job:

cluster run ping                                                                                                                                       

Generate shell completion:

cluster completion bash > /etc/bash_completion.d/cluster                                                                                                                      

Documentation

Detailed guides are available in the docs/ directory:

Development

Build cluster cli:

cd src
make build

Set up Python development environment:

cluster run install                                                                                                                                                           

Contributors 4

  •  
  •  
  •  
  •