dvres commited on
Commit
48afb24
1 Parent(s): f9e0c0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ model_id = ("cjvt/OPT_GaMS-1B-Chat")
43
  pipeline = transformers.pipeline(
44
  "text-generation",
45
  model=model_id,
46
- device_map="cpu"
47
  )
48
 
49
  # Example of response generation
 
43
  pipeline = transformers.pipeline(
44
  "text-generation",
45
  model=model_id,
46
+ device_map="auto"
47
  )
48
 
49
  # Example of response generation