dagloop5 commited on
Commit
fb04990
·
verified ·
1 Parent(s): ea2df72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.safetensorss",
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
  )