Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -245,8 +245,8 @@ PENDING_LORA_STATUS: str = "No LoRA state prepared yet."
|
|
| 245 |
weights_dir = Path("weights")
|
| 246 |
weights_dir.mkdir(exist_ok=True)
|
| 247 |
checkpoint_path = hf_hub_download(
|
| 248 |
-
repo_id="
|
| 249 |
-
filename="
|
| 250 |
local_dir=str(weights_dir),
|
| 251 |
local_dir_use_symlinks=False,
|
| 252 |
)
|
|
|
|
| 245 |
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.safetensorss",
|
| 250 |
local_dir=str(weights_dir),
|
| 251 |
local_dir_use_symlinks=False,
|
| 252 |
)
|