fix: update axelera-devkit installation command to allow prerelease versions (#24190)

Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Lakshantha Dissanayake <lakshantha@ultralytics.com>
This commit is contained in:
Onuralp SEZER 2026-04-11 04:46:01 +03:00 committed by GitHub
parent c7e1d6044a
commit 616c032b8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ def torch2axelera(
except ImportError:
check_requirements(
"axelera-devkit==1.6.0rc3",
cmds="--extra-index-url https://software.axelera.ai/artifactory/api/pypi/axelera-pypi/simple",
cmds="--extra-index-url https://software.axelera.ai/artifactory/api/pypi/axelera-pypi/simple --pre",
)
from axelera import compiler