tainc commited on
Commit
4416b7f
1 Parent(s): 243bf63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -102,7 +102,7 @@ pipeline = transformers.pipeline(
102
  "text-generation",
103
  model=model_id,
104
  model_kwargs={"torch_dtype": torch.bfloat16},
105
- revision="v2.0.0",
106
  device_map="auto",
107
  )
108
  messages = [
 
102
  "text-generation",
103
  model=model_id,
104
  model_kwargs={"torch_dtype": torch.bfloat16},
105
+ revision="v2.0.0", # Specify the revision here. Initial release is at "v2.0.0".
106
  device_map="auto",
107
  )
108
  messages = [