tainc commited on
Commit
243bf63
·
verified ·
1 Parent(s): 5f6dd74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -101,7 +101,8 @@ model_id = "aisingapore/llama3-8b-cpt-SEA-Lionv2.1-instruct"
101
  pipeline = transformers.pipeline(
102
  "text-generation",
103
  model=model_id,
104
- model_kwargs={"torch_dtype": torch.bfloat16, "revision": "v2.0.0"},
 
105
  device_map="auto",
106
  )
107
  messages = [
 
101
  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 = [