justinblalock87
commited on
Commit
•
0e43e61
1
Parent(s):
3dcaf37
Fix
Browse files- requirements.txt +99 -99
requirements.txt
CHANGED
@@ -1,104 +1,104 @@
|
|
1 |
-
accelerate
|
2 |
-
aiofiles
|
3 |
-
altair
|
4 |
-
annotated-types
|
5 |
-
antlr4-python3-runtime
|
6 |
-
anyio
|
7 |
-
attrs
|
8 |
-
cattrs
|
9 |
-
certifi
|
10 |
-
charset-normalizer
|
11 |
-
click
|
12 |
-
contourpy
|
13 |
-
coremltools
|
14 |
-
cycler
|
15 |
-
diffusers
|
16 |
-
exceptiongroup
|
17 |
-
fastapi
|
18 |
-
ffmpy
|
19 |
-
filelock
|
20 |
-
fonttools
|
21 |
-
fsspec
|
22 |
-
gradio
|
23 |
-
gradio_client
|
24 |
-
h11
|
25 |
-
httpcore
|
26 |
-
httpx
|
27 |
-
huggingface-hub
|
28 |
-
idna
|
29 |
-
importlib-metadata
|
30 |
-
importlib-resources
|
31 |
-
iniconfig
|
32 |
-
invisible-watermark
|
33 |
-
Jinja2
|
34 |
-
joblib
|
35 |
-
jsonschema
|
36 |
-
jsonschema-specifications
|
37 |
-
kiwisolver
|
38 |
-
lightning-utilities
|
39 |
-
markdown-it-py
|
40 |
-
MarkupSafe
|
41 |
-
matplotlib
|
42 |
-
mdurl
|
43 |
-
mpmath
|
44 |
-
networkx
|
45 |
-
ninja
|
46 |
-
numpy
|
47 |
-
omegaconf
|
48 |
-
opencv-python
|
49 |
-
orjson
|
50 |
-
packaging
|
51 |
-
pandas
|
52 |
-
Pillow
|
53 |
-
pkgutil_resolve_name
|
54 |
-
pluggy
|
55 |
-
protobuf
|
56 |
-
psutil
|
57 |
-
pyaml
|
58 |
-
pydantic
|
59 |
-
pydantic_core
|
60 |
-
pydub
|
61 |
-
Pygments
|
62 |
-
pyparsing
|
63 |
-
pytest
|
64 |
-e git+https://github.com/apple/ml-stable-diffusion.git@f7d2f5e9fb0681b15770943e492bf2f6dc3414f3#egg=python_coreml_stable_diffusion
|
65 |
-
python-dateutil
|
66 |
-
python-multipart
|
67 |
-
pytz
|
68 |
-
PyWavelets
|
69 |
-
PyYAML
|
70 |
-
referencing
|
71 |
-
regex
|
72 |
-
requests
|
73 |
-
rich
|
74 |
-
rpds-py
|
75 |
-
ruff
|
76 |
-
safetensors
|
77 |
-
scikit-learn
|
78 |
-
scipy
|
79 |
-
semantic-version
|
80 |
-
sentencepiece
|
81 |
-
shellingham
|
82 |
-
six
|
83 |
-
sniffio
|
84 |
-
starlette
|
85 |
-
sympy
|
86 |
-
threadpoolctl
|
87 |
-
tokenizers
|
88 |
-
tomli
|
89 |
-
tomlkit
|
90 |
-
toolz
|
91 |
torch==2.1.0
|
92 |
-
torchao
|
93 |
-
torchmetrics
|
94 |
-
tqdm
|
95 |
transformers==4.34.1
|
96 |
-
typer
|
97 |
-
typing_extensions
|
98 |
-
tzdata
|
99 |
-
urllib3
|
100 |
-
uvicorn
|
101 |
-
websockets
|
102 |
-
zipp
|
103 |
setuptools_rust
|
104 |
pytorch_lightning
|
|
|
1 |
+
accelerate
|
2 |
+
aiofiles
|
3 |
+
altair
|
4 |
+
annotated-types
|
5 |
+
antlr4-python3-runtime
|
6 |
+
anyio
|
7 |
+
attrs
|
8 |
+
cattrs
|
9 |
+
certifi
|
10 |
+
charset-normalizer
|
11 |
+
click
|
12 |
+
contourpy
|
13 |
+
coremltools
|
14 |
+
cycler
|
15 |
+
diffusers
|
16 |
+
exceptiongroup
|
17 |
+
fastapi
|
18 |
+
ffmpy
|
19 |
+
filelock
|
20 |
+
fonttools
|
21 |
+
fsspec
|
22 |
+
gradio
|
23 |
+
gradio_client
|
24 |
+
h11
|
25 |
+
httpcore
|
26 |
+
httpx
|
27 |
+
huggingface-hub
|
28 |
+
idna
|
29 |
+
importlib-metadata
|
30 |
+
importlib-resources
|
31 |
+
iniconfig
|
32 |
+
invisible-watermark
|
33 |
+
Jinja2
|
34 |
+
joblib
|
35 |
+
jsonschema
|
36 |
+
jsonschema-specifications
|
37 |
+
kiwisolver
|
38 |
+
lightning-utilities
|
39 |
+
markdown-it-py
|
40 |
+
MarkupSafe
|
41 |
+
matplotlib
|
42 |
+
mdurl
|
43 |
+
mpmath
|
44 |
+
networkx
|
45 |
+
ninja
|
46 |
+
numpy
|
47 |
+
omegaconf
|
48 |
+
opencv-python
|
49 |
+
orjson
|
50 |
+
packaging
|
51 |
+
pandas
|
52 |
+
Pillow
|
53 |
+
pkgutil_resolve_name
|
54 |
+
pluggy
|
55 |
+
protobuf
|
56 |
+
psutil
|
57 |
+
pyaml
|
58 |
+
pydantic
|
59 |
+
pydantic_core
|
60 |
+
pydub
|
61 |
+
Pygments
|
62 |
+
pyparsing
|
63 |
+
pytest
|
64 |
-e git+https://github.com/apple/ml-stable-diffusion.git@f7d2f5e9fb0681b15770943e492bf2f6dc3414f3#egg=python_coreml_stable_diffusion
|
65 |
+
python-dateutil
|
66 |
+
python-multipart
|
67 |
+
pytz
|
68 |
+
PyWavelets
|
69 |
+
PyYAML
|
70 |
+
referencing
|
71 |
+
regex
|
72 |
+
requests
|
73 |
+
rich
|
74 |
+
rpds-py
|
75 |
+
ruff
|
76 |
+
safetensors
|
77 |
+
scikit-learn
|
78 |
+
scipy
|
79 |
+
semantic-version
|
80 |
+
sentencepiece
|
81 |
+
shellingham
|
82 |
+
six
|
83 |
+
sniffio
|
84 |
+
starlette
|
85 |
+
sympy
|
86 |
+
threadpoolctl
|
87 |
+
tokenizers
|
88 |
+
tomli
|
89 |
+
tomlkit
|
90 |
+
toolz
|
91 |
torch==2.1.0
|
92 |
+
torchao
|
93 |
+
torchmetrics
|
94 |
+
tqdm
|
95 |
transformers==4.34.1
|
96 |
+
typer
|
97 |
+
typing_extensions
|
98 |
+
tzdata
|
99 |
+
urllib3
|
100 |
+
uvicorn
|
101 |
+
websockets
|
102 |
+
zipp
|
103 |
setuptools_rust
|
104 |
pytorch_lightning
|