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 163f071 commit d263bbaCopy full SHA for d263bba
setup.py
@@ -31,12 +31,10 @@
31
],
32
install_requires=[
33
"invoke>=2.0.0",
34
- # 1.16.2 causes a crash:
35
- # ImportError: DLL load failed while importing onnx_cpp2py_export
36
- "onnx>=1.11.0,<1.16.2",
+ "onnx>=1.11.0",
37
"onnxmltools==1.10.0",
38
"onnxruntime >=1.10.1;platform_system=='Linux'",
39
- "onnxruntime-directml==1.19.0;platform_system=='Windows'",
+ "onnxruntime-directml>=1.19.0;platform_system=='Windows'",
40
"torch>=1.12.1",
41
"pyyaml>=5.4",
42
"typeguard>=2.3.13",
@@ -62,7 +60,6 @@
62
60
"uvicorn[standard]",
63
61
64
"llm-oga-dml": [
65
- # "onnxruntime-directml==1.19.0",
66
"onnxruntime-genai-directml==0.4.0",
67
"tqdm",
68
"torch>=2.0.0",
0 commit comments