lysandre HF staff commited on
Commit
a1d7df6
·
verified ·
1 Parent(s): 259f695

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -279,7 +279,7 @@ See the snippet below for usage with Transformers:
279
  >>> import transformers
280
  >>> import torch
281
 
282
- >>> model_id = "meta-llama/Llama-3-8b"
283
 
284
  >>> pipeline = transformers.pipeline(
285
  "text-generation", model=model_id, model_kwargs={"torch_dtype": torch.bfloat16}, device_map="auto"
 
279
  >>> import transformers
280
  >>> import torch
281
 
282
+ >>> model_id = "meta-llama/Meta-Llama-3-8B"
283
 
284
  >>> pipeline = transformers.pipeline(
285
  "text-generation", model=model_id, model_kwargs={"torch_dtype": torch.bfloat16}, device_map="auto"