Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -21,8 +21,8 @@ target_languages = flores_codes # 简化列表
|
|
21 |
|
22 |
# 假设openai_client已定义,例如:
|
23 |
|
24 |
-
device = "
|
25 |
-
MODEL_NAME = "
|
26 |
|
27 |
|
28 |
|
|
|
21 |
|
22 |
# 假设openai_client已定义,例如:
|
23 |
|
24 |
+
device = "cuda"
|
25 |
+
MODEL_NAME = "ByteDance-Seed/Seed-X-PPO-7B"
|
26 |
|
27 |
|
28 |
|