Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .claude/clusters.yaml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ModelOpt Remote Cluster Configuration
# Copy to ~/.config/modelopt/clusters.yaml (user-level, recommended)
# or .claude/clusters.yaml (project-level, can be committed).

clusters:
# GPU workstation or SLURM login node
my-cluster:
login_node: cluster-login.example.com
user: myusername
ssh_key: ~/.ssh/id_rsa
# ssh_proxy: "socat - PROXY:localhost:%h:%p,proxyport=3128" # optional
workspace: /path/to/remote/workdir
gpu_type: H100 # used for quantization format recommendation
# slurm:
# default_account: my_account
# default_partition: batch_short

default_cluster: my-cluster
Loading
Loading