Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -246,7 +246,7 @@ weights_dir = Path("weights")
|
|
| 246 |
weights_dir.mkdir(exist_ok=True)
|
| 247 |
checkpoint_path = hf_hub_download(
|
| 248 |
repo_id="SulphurAI/Sulphur-2-base",
|
| 249 |
-
filename="sulphur_distil_bf16.
|
| 250 |
local_dir=str(weights_dir),
|
| 251 |
local_dir_use_symlinks=False,
|
| 252 |
)
|
|
|
|
| 246 |
weights_dir.mkdir(exist_ok=True)
|
| 247 |
checkpoint_path = hf_hub_download(
|
| 248 |
repo_id="SulphurAI/Sulphur-2-base",
|
| 249 |
+
filename="sulphur_distil_bf16.safetensors",
|
| 250 |
local_dir=str(weights_dir),
|
| 251 |
local_dir_use_symlinks=False,
|
| 252 |
)
|