tatakof commited on
Commit
f6585d5
1 Parent(s): bb87e93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-f16")
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