Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
diffusers
Commits
40aa1628
Unverified
Commit
40aa1628
authored
Jan 12, 2023
by
Haofan Wang
Committed by
GitHub
Jan 12, 2023
Browse files
[Docs] Update README.md (#1960)
Update README.md
parent
f06e4e55
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
examples/research_projects/colossalai/README.md
examples/research_projects/colossalai/README.md
+8
-4
No files found.
examples/research_projects/colossalai/README.md
View file @
40aa1628
...
@@ -10,20 +10,24 @@ By accommodating model data in CPU and GPU and moving the data to the computing
...
@@ -10,20 +10,24 @@ By accommodating model data in CPU and GPU and moving the data to the computing
Before running the scripts, make sure to install the library's training dependencies:
Before running the scripts, make sure to install the library's training dependencies:
```
bash
```
bash
pip
install
-r
requirements
_colossalai
.txt
pip
install
-r
requirements.txt
```
```
##
#
Install [
c
olossal
ai
](https://github.com/hpcaitech/ColossalAI.git)
## Install [
C
olossal
AI
](https://github.com/hpcaitech/ColossalAI.git)
**From PyPI**
```
bash
```
bash
pip
install
colossalai
==
0.2.0+torch1.12cu11.3
-f
https://release.colossalai.org
pip
install
colossalai
```
```
**From source**
**From source**
```
bash
```
bash
git clone https://github.com/hpcaitech/ColossalAI.git
git clone https://github.com/hpcaitech/ColossalAI.git
python setup.py
install
cd
ColossalAI
# install colossalai
pip
install
.
```
```
## Dataset for Teyvat BLIP captions
## Dataset for Teyvat BLIP captions
...
...
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