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-toy_pytorch
Commits
3311a832
Commit
3311a832
authored
May 24, 2024
by
wanglch
Browse files
Update README.md
parent
59c0d164
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 @
3311a832
...
...
@@ -31,7 +31,7 @@ docker run -it -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/op
docker exec -it vary-toy bash
cd /path/your_code_data/
Vary-toy_pytorch
cd /path/your_code_data/
pip install e .
...
...
@@ -40,7 +40,7 @@ pip install ninja
### Dockerfile(方法二)
```
cd /path/your_code_data/
Vary-toy_pytorch/
docker
cd /path/your_code_data/docker
docker build --no-cache -t vary-toy:latest .
...
...
@@ -63,7 +63,7 @@ conda create -n vary-toy python=3.10
conda activate vary-toy
cd /path/your_code_data/
Vary-toy_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