thomaskk2024 commited on
Commit
f4bb19a
·
verified ·
1 Parent(s): b8ed296

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. miner.py +2 -2
miner.py CHANGED
@@ -66,8 +66,8 @@ class Miner:
66
  )
67
 
68
  def __init__(self, path_hf_repo: Path) -> None:
69
- model_path = path_hf_repo / "weights-v17-np2-704-0730.onnx"
70
- # model_path = path_hf_repo / "weights.onnx"
71
  print("ORT version:", ort.__version__)
72
 
73
  try:
 
66
  )
67
 
68
  def __init__(self, path_hf_repo: Path) -> None:
69
+ # model_path = path_hf_repo / "weights-v17-np2-704-0730.onnx"
70
+ model_path = path_hf_repo / "weights.onnx"
71
  print("ORT version:", ort.__version__)
72
 
73
  try: