Skip to content

Commit 0079a42

Browse files
authored
Adopt new RAI whl naming convention (#300)
Signed-off-by: Jeremy Fowers <jeremy.fowers@amd.com>
1 parent 9ec0245 commit 0079a42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lemonade_install/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def downloaded_models_enabled(self) -> dict:
209209
downloaded_models_enabled = self.downloaded_cpu_models.copy()
210210
if (
211211
"onnxruntime-vitisai" in pkg_resources.working_set.by_key
212-
and "onnxruntime-genai-directml" in pkg_resources.working_set.by_key
212+
and "onnxruntime-genai-directml-ryzenai" in pkg_resources.working_set.by_key
213213
):
214214
downloaded_models_enabled.update(self.downloaded_hybrid_models)
215215
return downloaded_models_enabled

src/turnkeyml/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.1.0"
1+
__version__ = "6.1.1"

0 commit comments

Comments
 (0)