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
Vary_pytorch
Commits
5288fe68
Commit
5288fe68
authored
May 24, 2024
by
wanglch
Browse files
Update README.md
parent
3be30a1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
5288fe68
...
...
@@ -30,7 +30,7 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.1.0-ubuntu22.04-dt
docker run -it -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/opt/hyhal/:ro --shm-size=64G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name vary <your imageID> bash
cd /path/your_code_data/
Vary_pytorch
cd /path/your_code_data/
pip install e .
...
...
@@ -39,7 +39,7 @@ pip install ninja
### Dockerfile(方法二)
```
cd /path/your_code_data/
Vary_pytorch/
docker
cd /path/your_code_data/docker
docker build --no-cache -t vary:latest .
...
...
@@ -62,7 +62,7 @@ conda create -n vary python=3.10
conda activate vary
cd /path/your_code_data/
Vary_pytorch
cd /path/your_code_data/
pip install e .
...
...
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