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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -13,4 +13,7 @@ poetry install
13
  cd examples/llm
14
  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
  ```
 
13
  cd examples/llm
14
  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
  ```