Update miner.py
Browse files
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
|
| 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:
|