Undi95 commited on
Commit
8db8ac3
1 Parent(s): 62d6935

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -304,7 +304,7 @@ pipeline = transformers.pipeline(
304
  "text-generation",
305
  model=model_id,
306
  model_kwargs={"torch_dtype": torch.bfloat16},
307
- device="auto",
308
  )
309
 
310
  messages = [
 
304
  "text-generation",
305
  model=model_id,
306
  model_kwargs={"torch_dtype": torch.bfloat16},
307
+ device_map="auto",
308
  )
309
 
310
  messages = [