We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec0245 commit 0079a42Copy full SHA for 0079a42
src/lemonade_install/install.py
@@ -209,7 +209,7 @@ def downloaded_models_enabled(self) -> dict:
209
downloaded_models_enabled = self.downloaded_cpu_models.copy()
210
if (
211
"onnxruntime-vitisai" in pkg_resources.working_set.by_key
212
- and "onnxruntime-genai-directml" in pkg_resources.working_set.by_key
+ and "onnxruntime-genai-directml-ryzenai" in pkg_resources.working_set.by_key
213
):
214
downloaded_models_enabled.update(self.downloaded_hybrid_models)
215
return downloaded_models_enabled
src/turnkeyml/version.py
@@ -1 +1 @@
1
-__version__ = "6.1.0"
+__version__ = "6.1.1"
0 commit comments