toshas commited on
Commit
c8bef6a
1 Parent(s): 84a590f

pip freeze

Browse files
Files changed (2) hide show
  1. requirements.txt +107 -12
  2. requirements_min.txt +15 -0
requirements.txt CHANGED
@@ -1,15 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  torch==2.4.0
2
  torchvision==0.19.0
3
- transformers>=4.32.1
 
 
 
 
 
 
 
 
4
  xformers==0.0.27.post2
5
- einops
6
- matplotlib
7
- pyav>=13.1.0
8
- omegaconf
9
-
10
- gradio==5.7.1
11
- accelerate
12
- safetensors
13
- spaces
14
- numpy
15
- pillow
 
1
+ accelerate==1.1.1
2
+ aiofiles==23.2.1
3
+ aiohappyeyeballs==2.4.0
4
+ aiohttp==3.10.5
5
+ aiosignal==1.3.1
6
+ annotated-types==0.7.0
7
+ antlr4-python3-runtime==4.9.3
8
+ anyio==4.6.2.post1
9
+ async-timeout==4.0.3
10
+ attrs==24.2.0
11
+ Authlib==1.3.2
12
+ certifi==2024.7.4
13
+ cffi==1.17.1
14
+ charset-normalizer==3.3.2
15
+ click==8.0.4
16
+ contourpy==1.3.1
17
+ cryptography==44.0.0
18
+ cycler==0.12.1
19
+ datasets==2.21.0
20
+ dill==0.3.8
21
+ einops==0.8.0
22
+ exceptiongroup==1.2.2
23
+ fastapi==0.115.5
24
+ ffmpy==0.4.0
25
+ filelock==3.15.4
26
+ fonttools==4.55.0
27
+ frozenlist==1.4.1
28
+ fsspec==2024.6.1
29
+ gradio==5.7.1
30
+ gradio_client==1.5.0
31
+ h11==0.14.0
32
+ hf_transfer==0.1.8
33
+ httpcore==1.0.7
34
+ httpx==0.28.0
35
+ huggingface-hub==0.26.3
36
+ idna==3.8
37
+ importlib_metadata==8.5.0
38
+ itsdangerous==2.2.0
39
+ Jinja2==3.1.4
40
+ kiwisolver==1.4.7
41
+ markdown-it-py==3.0.0
42
+ MarkupSafe==2.1.5
43
+ matplotlib==3.9.3
44
+ mdurl==0.1.2
45
+ mpmath==1.3.0
46
+ multidict==6.0.5
47
+ multiprocess==0.70.16
48
+ networkx==3.3
49
+ numpy==2.1.0
50
+ nvidia-cublas-cu12==12.1.3.1
51
+ nvidia-cuda-cupti-cu12==12.1.105
52
+ nvidia-cuda-nvrtc-cu12==12.1.105
53
+ nvidia-cuda-runtime-cu12==12.1.105
54
+ nvidia-cudnn-cu12==9.1.0.70
55
+ nvidia-cufft-cu12==11.0.2.54
56
+ nvidia-curand-cu12==10.3.2.106
57
+ nvidia-cusolver-cu12==11.4.5.107
58
+ nvidia-cusparse-cu12==12.1.0.106
59
+ nvidia-nccl-cu12==2.20.5
60
+ nvidia-nvjitlink-cu12==12.6.68
61
+ nvidia-nvtx-cu12==12.1.105
62
+ omegaconf==2.3.0
63
+ orjson==3.10.12
64
+ packaging==24.1
65
+ pandas==2.2.2
66
+ pillow==11.0.0
67
+ protobuf==3.20.3
68
+ psutil==5.9.8
69
+ pyarrow==17.0.0
70
+ pyav==13.1.0
71
+ pycparser==2.22
72
+ pydantic==2.10.2
73
+ pydantic_core==2.27.1
74
+ pydub==0.25.1
75
+ Pygments==2.18.0
76
+ pyparsing==3.2.0
77
+ python-dateutil==2.9.0.post0
78
+ python-multipart==0.0.12
79
+ pytz==2024.1
80
+ PyYAML==6.0.2
81
+ regex==2024.11.6
82
+ requests==2.32.3
83
+ rich==13.9.4
84
+ ruff==0.8.1
85
+ safehttpx==0.1.1
86
+ safetensors==0.4.5
87
+ semantic-version==2.10.0
88
+ shellingham==1.5.4
89
+ six==1.16.0
90
+ sniffio==1.3.1
91
+ spaces==0.30.4
92
+ starlette==0.41.3
93
+ sympy==1.13.2
94
+ tokenizers==0.20.3
95
+ tomlkit==0.12.0
96
  torch==2.4.0
97
  torchvision==0.19.0
98
+ tqdm==4.66.5
99
+ transformers==4.46.3
100
+ triton==3.0.0
101
+ typer==0.14.0
102
+ typing_extensions==4.12.2
103
+ tzdata==2024.1
104
+ urllib3==2.2.2
105
+ uvicorn==0.32.1
106
+ websockets==12.0
107
  xformers==0.0.27.post2
108
+ xxhash==3.5.0
109
+ yarl==1.9.4
110
+ zipp==3.21.0
 
 
 
 
 
 
 
 
requirements_min.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch==2.4.0
2
+ torchvision==0.19.0
3
+ transformers>=4.32.1
4
+ xformers==0.0.27.post2
5
+ einops
6
+ matplotlib
7
+ pyav>=13.1.0
8
+ omegaconf
9
+
10
+ gradio==5.7.1
11
+ accelerate
12
+ safetensors
13
+ spaces
14
+ numpy
15
+ pillow