vicky4s4s commited on
Commit
96de33f
1 Parent(s): 9adff37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,7 +54,7 @@ from transformers import pipeline
54
 
55
  pipe = pipeline(
56
  "text-generation",
57
- model="h2oai/h2o-danube2-1.8b-chat",
58
  torch_dtype=torch.bfloat16,
59
  device_map="auto",
60
  )
 
54
 
55
  pipe = pipeline(
56
  "text-generation",
57
+ model="vicky4s4s/danube2-1.8b-chat",
58
  torch_dtype=torch.bfloat16,
59
  device_map="auto",
60
  )