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
f9e7d179
Unverified
Commit
f9e7d179
authored
Nov 10, 2022
by
HELSON
Committed by
GitHub
Nov 10, 2022
Browse files
[diffusion] fix package conflicts (#1875)
parent
610dda67
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
examples/images/diffusion/README.md
examples/images/diffusion/README.md
+1
-1
examples/images/diffusion/environment.yaml
examples/images/diffusion/environment.yaml
+2
-2
No files found.
examples/images/diffusion/README.md
View file @
f9e7d179
...
...
@@ -63,7 +63,7 @@ we provide the script `train.sh` to run the training task , and two Stategy in `
for example, you can run the training from colossalai by
```
python main.py --logdir /tmp -t --postfix test -b config/train_colossalai.yaml
python main.py --logdir /tmp -t --postfix test -b config
s
/train_colossalai.yaml
```
-
you can change the
`--logdir`
the save the log information and the last checkpoint
...
...
examples/images/diffusion/environment.yaml
View file @
f9e7d179
...
...
@@ -17,14 +17,14 @@ dependencies:
-
invisible-watermark
-
imageio==2.9.0
-
imageio-ffmpeg==0.4.2
-
pytorch-lightning==1.
4.2
-
pytorch-lightning==1.
8.0
-
omegaconf==2.1.1
-
test-tube>=0.7.5
-
streamlit>=0.73.1
-
einops==0.3.0
-
torch-fidelity==0.3.0
-
transformers==4.19.2
-
torchmetrics==0.
6
.0
-
torchmetrics==0.
7
.0
-
kornia==0.6
-
prefetch_generator
-
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-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