Skip to content

Commit be3935f

Browse files
Praz314159Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 3bf5f8d commit be3935f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/download_bge_small_en_v1_5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def normalize_graph():
8484
Shout lookup prover (see the referenced issue).
8585
"""
8686
import onnx
87-
from onnx import helper, numpy_helper
87+
from onnx import helper
8888

8989
path = MODEL_DIR / "model.onnx"
9090
model = onnx.load(str(path))

0 commit comments

Comments
 (0)