vermen commited on
Commit
cf566b8
·
verified ·
1 Parent(s): 237b693

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +103 -0
requirements.txt ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.0.1
2
+ aiofiles==23.2.1
3
+ aiohappyeyeballs==2.4.3
4
+ aiohttp==3.10.10
5
+ aiosignal==1.3.1
6
+ annotated-types==0.7.0
7
+ anyio==4.6.2.post1
8
+ attrs==24.2.0
9
+ babel==2.16.0
10
+ bitsandbytes==0.44.1
11
+ certifi==2024.8.30
12
+ charset-normalizer==3.4.0
13
+ click==8.1.7
14
+ datasets==3.0.2
15
+ dill==0.3.8
16
+ docstring_parser==0.16
17
+ fastapi==0.115.3
18
+ ffmpy==0.4.0
19
+ filelock==3.16.1
20
+ frozenlist==1.5.0
21
+ fsspec==2024.9.0
22
+ gradio==5.4.0
23
+ gradio_client==1.4.2
24
+ h11==0.14.0
25
+ hf_transfer==0.1.8
26
+ httpcore==1.0.6
27
+ httpx==0.27.2
28
+ huggingface-hub==0.26.1
29
+ idna==3.10
30
+ Jinja2==3.1.4
31
+ markdown-it-py==3.0.0
32
+ MarkupSafe==2.1.5
33
+ mdurl==0.1.2
34
+ mpmath==1.3.0
35
+ multidict==6.1.0
36
+ multiprocess==0.70.16
37
+ networkx==3.4.2
38
+ numpy==2.1.2
39
+ nvidia-cublas-cu12==12.4.5.8
40
+ nvidia-cuda-cupti-cu12==12.4.127
41
+ nvidia-cuda-nvrtc-cu12==12.4.127
42
+ nvidia-cuda-runtime-cu12==12.4.127
43
+ nvidia-cudnn-cu12==9.1.0.70
44
+ nvidia-cufft-cu12==11.2.1.3
45
+ nvidia-curand-cu12==10.3.5.147
46
+ nvidia-cusolver-cu12==11.6.1.9
47
+ nvidia-cusparse-cu12==12.3.1.170
48
+ nvidia-nccl-cu12==2.21.5
49
+ nvidia-nvjitlink-cu12==12.4.127
50
+ nvidia-nvtx-cu12==12.4.127
51
+ ollama==0.3.3
52
+ orjson==3.10.10
53
+ packaging==24.1
54
+ pandas==2.2.3
55
+ peft==0.13.2
56
+ pendulum==3.0.0
57
+ pillow==11.0.0
58
+ propcache==0.2.0
59
+ protobuf==3.20.3
60
+ psutil==6.1.0
61
+ pyarrow==17.0.0
62
+ pydantic==2.9.2
63
+ pydantic_core==2.23.4
64
+ pydub==0.25.1
65
+ Pygments==2.18.0
66
+ python-dateutil==2.9.0.post0
67
+ python-multipart==0.0.12
68
+ pytz==2024.2
69
+ PyYAML==6.0.2
70
+ regex==2024.9.11
71
+ requests==2.32.3
72
+ rich==13.9.3
73
+ ruff==0.7.1
74
+ safehttpx==0.1.1
75
+ safetensors==0.4.5
76
+ semantic-version==2.10.0
77
+ sentencepiece==0.2.0
78
+ shellingham==1.5.4
79
+ shtab==1.7.1
80
+ six==1.16.0
81
+ sniffio==1.3.1
82
+ starlette==0.41.0
83
+ sympy==1.13.1
84
+ time-machine==2.16.0
85
+ tokenizers==0.19.1
86
+ tomlkit==0.12.0
87
+ torch==2.5.0
88
+ tqdm==4.66.5
89
+ transformers==4.44.2
90
+ triton==3.1.0
91
+ trl==0.11.1
92
+ typer==0.12.5
93
+ typing_extensions==4.12.2
94
+ tyro==0.8.14
95
+ tzdata==2024.2
96
+ unsloth==2024.10.7
97
+ unsloth_zoo==2024.10.4
98
+ urllib3==2.2.3
99
+ uvicorn==0.32.0
100
+ websockets==12.0
101
+ xformers==0.0.28.post2
102
+ xxhash==3.5.0
103
+ yarl==1.16.0