stfkramer commited on
Commit
ec5bad3
·
verified ·
1 Parent(s): e2daff9

Update miner.py

Browse files
Files changed (1) hide show
  1. miner.py +1 -1
miner.py CHANGED
@@ -57,7 +57,7 @@ class Miner:
57
  )
58
 
59
  def __init__(self, path_hf_repo: Path) -> None:
60
- model_path = path_hf_repo / "weights-all.onnx"
61
  print("ORT version:", ort.__version__)
62
 
63
  try:
 
57
  )
58
 
59
  def __init__(self, path_hf_repo: Path) -> None:
60
+ model_path = path_hf_repo / "weights.onnx"
61
  print("ORT version:", ort.__version__)
62
 
63
  try: