Fix small mistake
Browse files
README.md
CHANGED
|
@@ -56,7 +56,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
| 56 |
torch_dtype="auto",
|
| 57 |
trust_remote_code=True,
|
| 58 |
)
|
| 59 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
| 60 |
```
|
| 61 |
### ZipNN
|
| 62 |
ZipNN also allows you to seemlessly save local disk space in your cache after the model is downloaded.
|
|
|
|
| 56 |
torch_dtype="auto",
|
| 57 |
trust_remote_code=True,
|
| 58 |
)
|
| 59 |
+
tokenizer = AutoTokenizer.from_pretrained("royleibov/Phi-3.5-mini-instruct-ZipNN-Compressed")
|
| 60 |
```
|
| 61 |
### ZipNN
|
| 62 |
ZipNN also allows you to seemlessly save local disk space in your cache after the model is downloaded.
|