Update README.md
Browse files
README.md
CHANGED
@@ -97,7 +97,7 @@ This code has been tested on Transformers v4.44.0, torch v2.4.0 and 2 A100 80GB
|
|
97 |
# Use a pipeline as a high-level helper
|
98 |
from transformers import pipeline
|
99 |
|
100 |
-
pipe = pipeline("text-generation", model="sandbox-ai/Llama-3.1-Tango-8b-
|
101 |
```
|
102 |
|
103 |
|
|
|
97 |
# Use a pipeline as a high-level helper
|
98 |
from transformers import pipeline
|
99 |
|
100 |
+
pipe = pipeline("text-generation", model="sandbox-ai/Llama-3.1-Tango-8b-int4")
|
101 |
```
|
102 |
|
103 |
|