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
OpenDAS
ColossalAI
Commits
15024e40
Unverified
Commit
15024e40
authored
May 18, 2023
by
binmakeswell
Committed by
GitHub
May 18, 2023
Browse files
[auto] fix install cmd (#3772)
parent
d449525a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/language/gpt/experiments/auto_parallel/README.md
examples/language/gpt/experiments/auto_parallel/README.md
+2
-2
No files found.
examples/language/gpt/experiments/auto_parallel/README.md
View file @
15024e40
...
...
@@ -13,10 +13,10 @@ conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 cudatoolkit
pip
install
torch
==
1.12.0+cu113
torchvision
==
0.13.0+cu113
torchaudio
==
0.12.0
--extra-index-url
https://download.pytorch.org/whl/cu113
```
### Install
[
Colossal-AI
v0.2.0](https://colossalai.org/download/) From Official Website
### Install Colossal-AI
```
bash
pip
install
colossalai
==
0.2.0
+torch1.12cu11.3
-f
https://release.colossalai.org
pip
install
colossalai
==
0.2.0
```
### Install transformers
...
...
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