Update README.md
Browse files
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="
|
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
|