rungalileo commited on
Commit
10d5f66
·
verified ·
1 Parent(s): 88c454f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -15,5 +15,6 @@ rm -rf runs ~/Meta-Llama-3.1-8B-Instruct-QServe-g128
15
  python -m deepcompressor.app.llm.ptq configs/qoq-g128.yaml --model-name llama-3.1-8b-instruct --model-path ~/Meta-Llama-3.1-8B-Instruct --save-model ~/Meta-Llama-3.1-8B-Instruct-QServe-g128
16
 
17
  cd ~/Meta-Llama-3.1-8B-Instruct-QServe-g128/
18
- huggingface-cli upload rungalileo/Llama-3.1-8B-QServe-g128 . --commit-message "update"
 
19
  ```
 
15
  python -m deepcompressor.app.llm.ptq configs/qoq-g128.yaml --model-name llama-3.1-8b-instruct --model-path ~/Meta-Llama-3.1-8B-Instruct --save-model ~/Meta-Llama-3.1-8B-Instruct-QServe-g128
16
 
17
  cd ~/Meta-Llama-3.1-8B-Instruct-QServe-g128/
18
+ huggingface-cli upload rungalileo/Llama-3.1-8B-QServe-g128 model.pt --commit-message "Update model.pt"
19
+ huggingface-cli upload rungalileo/Llama-3.1-8B-QServe-g128 scale.pt --commit-message "Update scale.pt"
20
  ```