Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ from transformers import pipeline
|
|
34 |
|
35 |
pipe = pipeline(
|
36 |
"text-generation",
|
37 |
-
model="linagora/Labess-7b-chat-
|
38 |
model_kwargs={"torch_dtype": torch.bfloat16},
|
39 |
device="cuda" # replace with "mps" to run on a Mac device
|
40 |
)
|
|
|
34 |
|
35 |
pipe = pipeline(
|
36 |
"text-generation",
|
37 |
+
model="linagora/Labess-7b-chat-16bit",
|
38 |
model_kwargs={"torch_dtype": torch.bfloat16},
|
39 |
device="cuda" # replace with "mps" to run on a Mac device
|
40 |
)
|