dagloop5 commited on
Commit
d673b48
·
verified ·
1 Parent(s): 007ffb7

Update app.py

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