FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
diffusers/src/diffusers/dependency_versions_table.py at main · feisan/diffusers · GitHub
feisan
/
diffusers
Public
forked from
huggingface/diffusers
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
diffusers
/
src
/
diffusers
/
dependency_versions_table.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
35 lines (35 loc) · 1.11 KB
Breadcrumbs
diffusers
/
src
/
diffusers
/
dependency_versions_table.py
Copy path
File metadata and controls
35 lines (35 loc) · 1.11 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# THIS FILE HAS BEEN AUTOGENERATED. To update:
# 1. modify the `_deps` dict in setup.py
# 2. run `make deps_table_update``
deps
=
{
"Pillow"
:
"Pillow"
,
"accelerate"
:
"accelerate>=0.11.0"
,
"black"
:
"black~=23.1"
,
"datasets"
:
"datasets"
,
"filelock"
:
"filelock"
,
"flax"
:
"flax>=0.4.1"
,
"hf-doc-builder"
:
"hf-doc-builder>=0.3.0"
,
"huggingface-hub"
:
"huggingface-hub>=0.10.0"
,
"importlib_metadata"
:
"importlib_metadata"
,
"isort"
:
"isort>=5.5.4"
,
"jax"
:
"jax>=0.2.8,!=0.3.2"
,
"jaxlib"
:
"jaxlib>=0.1.65"
,
"Jinja2"
:
"Jinja2"
,
"k-diffusion"
:
"k-diffusion>=0.0.12"
,
"librosa"
:
"librosa"
,
"numpy"
:
"numpy"
,
"parameterized"
:
"parameterized"
,
"pytest"
:
"pytest"
,
"pytest-timeout"
:
"pytest-timeout"
,
"pytest-xdist"
:
"pytest-xdist"
,
"ruff"
:
"ruff>=0.0.241"
,
"safetensors"
:
"safetensors"
,
"sentencepiece"
:
"sentencepiece>=0.1.91,!=0.1.92"
,
"scipy"
:
"scipy"
,
"regex"
:
"regex!=2019.12.17"
,
"requests"
:
"requests"
,
"tensorboard"
:
"tensorboard"
,
"torch"
:
"torch>=1.4"
,
"torchvision"
:
"torchvision"
,
"transformers"
:
"transformers>=4.25.1"
,
}
Back
|
FazBrowse Home
|
New Git URL