Update README.md
Browse files
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 |
```
|