Vasily Alexeev
commited on
Commit
•
cb827dc
1
Parent(s):
4d5ac10
fix model path in code example
Browse files
README.md
CHANGED
@@ -176,7 +176,7 @@ Quantized with AdaQRound which is a combination of [AdaRound](https://arxiv.org/
|
|
176 |
### Inference
|
177 |
|
178 |
```python
|
179 |
-
model_path = "compressa-ai/Saiga-Llama-3-8B-
|
180 |
|
181 |
model = load_model(model_path).cuda()
|
182 |
tokenizer = AutoTokenizer.from_pretrained(
|
|
|
176 |
### Inference
|
177 |
|
178 |
```python
|
179 |
+
model_path = "compressa-ai/Saiga-Llama-3-8B-AdaQRound"
|
180 |
|
181 |
model = load_model(model_path).cuda()
|
182 |
tokenizer = AutoTokenizer.from_pretrained(
|