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
renzhc
diffusers_dcu
Commits
58c6f9cb
Unverified
Commit
58c6f9cb
authored
May 11, 2023
by
Patrick von Platen
Committed by
GitHub
May 11, 2023
Browse files
Add omegaconf for tests (#3400)
Add omegaconfg
parent
af2a2376
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
docker/diffusers-pytorch-cuda/Dockerfile
docker/diffusers-pytorch-cuda/Dockerfile
+2
-1
setup.py
setup.py
+2
-0
src/diffusers/dependency_versions_table.py
src/diffusers/dependency_versions_table.py
+1
-0
No files found.
docker/diffusers-pytorch-cuda/Dockerfile
View file @
58c6f9cb
...
@@ -37,6 +37,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
...
@@ -37,6 +37,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
numpy
\
numpy
\
scipy
\
scipy
\
tensorboard
\
tensorboard
\
transformers
transformers
\
omegaconf
CMD
["/bin/bash"]
CMD
["/bin/bash"]
setup.py
View file @
58c6f9cb
...
@@ -96,6 +96,7 @@ _deps = [
...
@@ -96,6 +96,7 @@ _deps = [
"k-diffusion>=0.0.12"
,
"k-diffusion>=0.0.12"
,
"librosa"
,
"librosa"
,
"numpy"
,
"numpy"
,
"omegaconf"
,
"parameterized"
,
"parameterized"
,
"protobuf>=3.20.3,<4"
,
"protobuf>=3.20.3,<4"
,
"pytest"
,
"pytest"
,
...
@@ -191,6 +192,7 @@ extras["test"] = deps_list(
...
@@ -191,6 +192,7 @@ extras["test"] = deps_list(
"Jinja2"
,
"Jinja2"
,
"k-diffusion"
,
"k-diffusion"
,
"librosa"
,
"librosa"
,
"omegaconf"
,
"parameterized"
,
"parameterized"
,
"pytest"
,
"pytest"
,
"pytest-timeout"
,
"pytest-timeout"
,
...
...
src/diffusers/dependency_versions_table.py
View file @
58c6f9cb
...
@@ -20,6 +20,7 @@ deps = {
...
@@ -20,6 +20,7 @@ deps = {
"k-diffusion"
:
"k-diffusion>=0.0.12"
,
"k-diffusion"
:
"k-diffusion>=0.0.12"
,
"librosa"
:
"librosa"
,
"librosa"
:
"librosa"
,
"numpy"
:
"numpy"
,
"numpy"
:
"numpy"
,
"omegaconf"
:
"omegaconf"
,
"parameterized"
:
"parameterized"
,
"parameterized"
:
"parameterized"
,
"protobuf"
:
"protobuf>=3.20.3,<4"
,
"protobuf"
:
"protobuf>=3.20.3,<4"
,
"pytest"
:
"pytest"
,
"pytest"
:
"pytest"
,
...
...
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