Upload folder using huggingface_hub
Browse files
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 |
-
|
| 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:
|