Wajdi1976 commited on
Commit
b18c743
·
verified ·
1 Parent(s): b503dcc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ from transformers import pipeline
34
 
35
  pipe = pipeline(
36
  "text-generation",
37
- model="linagora/Labess-7b-chat-4bit",
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
  )