Skip to content

Commit

Permalink
See if ORT-DML dep works just as well as ORT dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfowers committed Nov 18, 2024
1 parent ff12b67 commit e5198ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
import onnxruntime
import turnkeyml_plugin_devices.common.run.plugin_helpers as plugin_helpers

# Use the same ORT version of the base environment in the new conda env
ORT_VERSION = onnxruntime.__version__
# Use the last ORT release to support Python 3.8
ORT_VERSION = "1.19.2"

BATCHSIZE = 1

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# ImportError: DLL load failed while importing onnx_cpp2py_export
"onnx>=1.11.0,<1.16.2",
"onnxmltools==1.10.0",
"onnxruntime >=1.10.1",
"onnxruntime-directml >=1.10.1",
"torch>=1.12.1",
"pyyaml>=5.4",
"typeguard>=2.3.13",
Expand Down

0 comments on commit e5198ff

Please sign in to comment.