Spaces:
Runtime error
Runtime error
Commit ·
7f44031
1
Parent(s): 653ff4a
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ model.load_checkpoint(
|
|
| 68 |
eval=True,
|
| 69 |
use_deepspeed=True,
|
| 70 |
)
|
| 71 |
-
model.cuda()
|
| 72 |
|
| 73 |
# This is for debugging purposes only
|
| 74 |
DEVICE_ASSERT_DETECTED = 0
|
|
|
|
| 68 |
eval=True,
|
| 69 |
use_deepspeed=True,
|
| 70 |
)
|
| 71 |
+
#model.cuda()
|
| 72 |
|
| 73 |
# This is for debugging purposes only
|
| 74 |
DEVICE_ASSERT_DETECTED = 0
|