Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -274,7 +274,7 @@ weights_dir = Path("weights")
|
|
| 274 |
weights_dir.mkdir(exist_ok=True)
|
| 275 |
checkpoint_path = hf_hub_download(
|
| 276 |
repo_id="SulphurAI/Sulphur-2-base",
|
| 277 |
-
filename="
|
| 278 |
local_dir=str(weights_dir),
|
| 279 |
local_dir_use_symlinks=False,
|
| 280 |
)
|
|
|
|
| 274 |
weights_dir.mkdir(exist_ok=True)
|
| 275 |
checkpoint_path = hf_hub_download(
|
| 276 |
repo_id="SulphurAI/Sulphur-2-base",
|
| 277 |
+
filename="sulphur_dev_fp8mixed.safetensors",
|
| 278 |
local_dir=str(weights_dir),
|
| 279 |
local_dir_use_symlinks=False,
|
| 280 |
)
|