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 50996bb commit b2689e3Copy full SHA for b2689e3
setup.py
@@ -35,7 +35,8 @@
35
# ImportError: DLL load failed while importing onnx_cpp2py_export
36
"onnx>=1.11.0,<1.16.2",
37
"onnxmltools==1.10.0",
38
- "onnxruntime >=1.10.1",
+ "onnxruntime >=1.10.1;platform_system=='Linux'",
39
+ "onnxruntime-directml==1.19.0;platform_system=='Windows'",
40
"torch>=1.12.1",
41
"pyyaml>=5.4",
42
"typeguard>=2.3.13",
@@ -61,7 +62,7 @@
61
62
"uvicorn[standard]",
63
],
64
"llm-oga-dml": [
- "onnxruntime-directml==1.19.0",
65
+ # "onnxruntime-directml==1.19.0",
66
"onnxruntime-genai-directml==0.4.0",
67
"tqdm",
68
"torch>=2.0.0",
src/turnkeyml/version.py
@@ -1 +1 @@
1
-__version__ = "4.0.4"
+__version__ = "4.0.5"
0 commit comments