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
fd8d19a6
Unverified
Commit
fd8d19a6
authored
Jan 29, 2023
by
Jiarui Fang
Committed by
GitHub
Jan 29, 2023
Browse files
[example] update lightning dependency for stable diffusion (#2522)
parent
aa0f6686
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
examples/images/diffusion/docker/Dockerfile
examples/images/diffusion/docker/Dockerfile
+0
-7
examples/images/diffusion/requirements.txt
examples/images/diffusion/requirements.txt
+1
-0
No files found.
examples/images/diffusion/docker/Dockerfile
View file @
fd8d19a6
...
@@ -18,13 +18,6 @@ RUN git clone https://github.com/NVIDIA/apex && \
...
@@ -18,13 +18,6 @@ RUN git clone https://github.com/NVIDIA/apex && \
RUN
pip
install
colossalai
==
0.1.12+torch1.12cu11.3
-f
https://release.colossalai.org
RUN
pip
install
colossalai
==
0.1.12+torch1.12cu11.3
-f
https://release.colossalai.org
# install our lightning, it will be merged to Lightning official repo.
RUN
git clone https://github.com/1SAA/lightning.git
&&
\
cd
lightning
&&
\
git checkout strategy/colossalai
&&
\
export
PACKAGE_NAME
=
pytorch
&&
\
pip
install
--no-cache-dir
.
# install titans
# install titans
RUN
pip
install
--no-cache-dir
titans
RUN
pip
install
--no-cache-dir
titans
...
...
examples/images/diffusion/requirements.txt
View file @
fd8d19a6
...
@@ -13,6 +13,7 @@ transformers==4.19.2
...
@@ -13,6 +13,7 @@ transformers==4.19.2
webdataset==0.2.5
webdataset==0.2.5
open-clip-torch==2.7.0
open-clip-torch==2.7.0
gradio==3.11
gradio==3.11
lightning==1.9.0
datasets
datasets
colossalai
colossalai
-e .
-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