Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
veros_jax
Commits
b339b5b4
Commit
b339b5b4
authored
Jul 04, 2024
by
mashun1
Browse files
Update README.md
parent
321fe218
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
README.md
README.md
+4
-2
No files found.
README.md
View file @
b339b5b4
...
...
@@ -14,7 +14,7 @@
docker run --shm-size 10g --network=host --name=veros --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址(绝对路径):/home/ -v /opt/hyhal:/opt/hyhal:ro -it <your IMAGE ID> bash
pip install -r requirements.txt
pip install -r requirements
_extra
.txt
python setup.py develop
...
...
@@ -25,6 +25,8 @@
docker run --shm-size 10g --network=host --name=idmvton --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址(绝对路径):/home/ -v /opt/hyhal:/opt/hyhal:ro -it <your IMAGE ID> bash
pip install -r requirements_extra.txt
python setup.py develop
...
...
@@ -41,7 +43,7 @@ Tips:以上dtk驱动、python、torch等DCU相关工具版本需要严格一
2、其它非特殊库参照requirements.txt安装
pip install -r requirements.txt
pip install -r requirements
_extra
.txt
python setup.py develop
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment