Spaces:
Runtime error
Runtime error
app update
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ model.apply(_init_weights)
|
|
| 41 |
model.load_state_dict
|
| 42 |
|
| 43 |
|
| 44 |
-
checkpoint_dir = Path("
|
| 45 |
strategy = "auto"
|
| 46 |
quantize = None
|
| 47 |
devices = 1
|
|
|
|
| 41 |
model.load_state_dict
|
| 42 |
|
| 43 |
|
| 44 |
+
checkpoint_dir = Path("final-gpt-model-ckpt.pth")
|
| 45 |
strategy = "auto"
|
| 46 |
quantize = None
|
| 47 |
devices = 1
|