rungalileo
commited on
Update README.md
Browse files
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 "
|
|
|
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 |
```
|