Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from transformers import pipeline
|
|
| 4 |
tsundere_ai = pipeline(
|
| 5 |
"text-generation",
|
| 6 |
model="rinna/japanese-gpt-neox-3.6b-instruction-ppo",
|
| 7 |
-
device_map=None
|
| 8 |
tokenizer_kwargs={"use_fast": False}
|
| 9 |
)
|
| 10 |
|
|
|
|
| 4 |
tsundere_ai = pipeline(
|
| 5 |
"text-generation",
|
| 6 |
model="rinna/japanese-gpt-neox-3.6b-instruction-ppo",
|
| 7 |
+
device_map=None,
|
| 8 |
tokenizer_kwargs={"use_fast": False}
|
| 9 |
)
|
| 10 |
|