mirror of
https://github.com/ultralytics/ultralytics
synced 2026-04-21 14:07:18 +00:00
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:
parent
c7e1d6044a
commit
616c032b8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue