We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be71986 commit 5b63bd4Copy full SHA for 5b63bd4
tests/cpp/precommit/prepare_data.py
@@ -30,7 +30,7 @@ def prepare_model(
30
public_scope = json.load(f)
31
32
for model in public_scope:
33
- if model["name"].endswith(".xml"):
+ if model["name"].endswith(".xml") or model["name"].endswith(".onnx"):
34
continue
35
model = eval(model["type"]).create_model(model["name"], download_dir=data_dir)
36
0 commit comments