Skip to content

Commit 5edb700

Browse files
committed
Add Claude Code PTQ skill for agent-assisted model quantization
Signed-off-by: Meng Xin <mxin@nvidia.com>
1 parent c425524 commit 5edb700

7 files changed

Lines changed: 1441 additions & 0 deletions

File tree

.claude/clusters.yaml.example

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# ModelOpt Remote Cluster Configuration
2+
# Copy to ~/.config/modelopt/clusters.yaml (user-level, recommended)
3+
# or .claude/clusters.yaml (project-level, can be committed).
4+
5+
clusters:
6+
# GPU workstation or SLURM login node
7+
my-cluster:
8+
login_node: cluster-login.example.com
9+
user: myusername
10+
ssh_key: ~/.ssh/id_rsa
11+
# ssh_proxy: "socat - PROXY:localhost:%h:%p,proxyport=3128" # optional
12+
workspace: /path/to/remote/workdir
13+
gpu_type: H100 # used for quantization format recommendation
14+
# slurm:
15+
# default_account: my_account
16+
# default_partition: batch_short
17+
18+
default_cluster: my-cluster

0 commit comments

Comments
 (0)