DSnake333 commited on
Commit
8d74f7d
·
verified ·
1 Parent(s): 513d117

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +74 -0
requirements.txt ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.0.1
2
+ aiohappyeyeballs==2.4.3
3
+ aiohttp==3.10.10
4
+ aiosignal==1.3.1
5
+ altair==5.4.1
6
+ attrs==24.2.0
7
+ blinker==1.8.2
8
+ cachetools==5.5.0
9
+ certifi==2024.8.30
10
+ charset-normalizer==3.4.0
11
+ click==8.1.7
12
+ colorama==0.4.6
13
+ datasets==3.0.1
14
+ diffusers==0.30.3
15
+ dill==0.3.8
16
+ filelock==3.16.1
17
+ frozenlist==1.4.1
18
+ fsspec==2024.6.1
19
+ gitdb==4.0.11
20
+ GitPython==3.1.43
21
+ huggingface-hub==0.25.2
22
+ idna==3.10
23
+ importlib_metadata==8.5.0
24
+ Jinja2==3.1.4
25
+ jsonschema==4.23.0
26
+ jsonschema-specifications==2024.10.1
27
+ markdown-it-py==3.0.0
28
+ MarkupSafe==3.0.1
29
+ mdurl==0.1.2
30
+ mpmath==1.3.0
31
+ multidict==6.1.0
32
+ multiprocess==0.70.16
33
+ narwhals==1.9.3
34
+ networkx==3.4.1
35
+ numpy==2.1.2
36
+ packaging==24.1
37
+ pandas==2.2.3
38
+ pillow==10.4.0
39
+ propcache==0.2.0
40
+ protobuf==5.28.2
41
+ psutil==6.0.0
42
+ pyarrow==17.0.0
43
+ pydeck==0.9.1
44
+ Pygments==2.18.0
45
+ python-dateutil==2.9.0.post0
46
+ pytz==2024.2
47
+ PyYAML==6.0.2
48
+ referencing==0.35.1
49
+ regex==2024.9.11
50
+ requests==2.32.3
51
+ rich==13.9.2
52
+ rpds-py==0.20.0
53
+ safetensors==0.4.5
54
+ setuptools==75.1.0
55
+ six==1.16.0
56
+ smmap==5.0.1
57
+ streamlit==1.39.0
58
+ sympy==1.13.3
59
+ tenacity==9.0.0
60
+ tokenizers==0.20.1
61
+ toml==0.10.2
62
+ torch==2.4.1+cu124
63
+ torchaudio==2.4.1+cu124
64
+ torchvision==0.19.1+cu124
65
+ tornado==6.4.1
66
+ tqdm==4.66.5
67
+ transformers==4.45.2
68
+ typing_extensions==4.12.2
69
+ tzdata==2024.2
70
+ urllib3==2.2.3
71
+ watchdog==5.0.3
72
+ xxhash==3.5.0
73
+ yarl==1.15.0
74
+ zipp==3.20.2