Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ Here's how to load and use the quantized model:
|
|
10 |
```python
|
11 |
from transformers import AutoModel, AutoTokenizer
|
12 |
|
13 |
-
model_path = "Dream-v0-Instruct-7B-4bit"
|
14 |
tokenizer = AutoTokenizer.from_pretrained(model_path, trust_remote_code=True)
|
15 |
model = AutoModel.from_pretrained(
|
16 |
model_path,
|
|
|
10 |
```python
|
11 |
from transformers import AutoModel, AutoTokenizer
|
12 |
|
13 |
+
model_path = "Rainnighttram/Dream-v0-Instruct-7B-4bit"
|
14 |
tokenizer = AutoTokenizer.from_pretrained(model_path, trust_remote_code=True)
|
15 |
model = AutoModel.from_pretrained(
|
16 |
model_path,
|