wolfofbackstreet commited on
Commit
174a54f
·
verified ·
1 Parent(s): 79a64fa

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +91 -2
requirements.txt CHANGED
@@ -1,3 +1,92 @@
1
- numpy==2.2.5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  gguf==0.16.2
3
- transformers==4.51.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.6.0
2
+ aiofiles==24.1.0
3
+ aiohappyeyeballs==2.6.1
4
+ aiohttp==3.11.18
5
+ aiosignal==1.3.2
6
+ annotated-types==0.7.0
7
+ anyio==4.9.0
8
+ attrs==25.3.0
9
+ autopep8==2.3.2
10
+ certifi==2025.4.26
11
+ charset-normalizer==3.4.1
12
+ click==8.1.8
13
+ colorama==0.4.6
14
+ datasets==3.5.1
15
+ device-smi==0.4.1
16
+ dill==0.3.8
17
+ fastapi==0.115.12
18
+ ffmpy==0.5.0
19
+ filelock==3.18.0
20
+ frozenlist==1.6.0
21
+ fsspec==2025.3.0
22
  gguf==0.16.2
23
+ gradio==5.27.1
24
+ gradio_client==1.9.1
25
+ groovy==0.1.2
26
+ h11==0.16.0
27
+ hf_transfer==0.1.9
28
+ httpcore==1.0.9
29
+ httpx==0.28.1
30
+ huggingface-hub==0.30.2
31
+ idna==3.10
32
+ iniconfig==2.1.0
33
+ Jinja2==3.1.6
34
+ logbar==0.0.4
35
+ markdown-it-py==3.0.0
36
+ MarkupSafe==3.0.2
37
+ mdurl==0.1.2
38
+ mpmath==1.3.0
39
+ multidict==6.4.3
40
+ multiprocess==0.70.16
41
+ networkx==3.4.2
42
+ numpy==2.2.5
43
+ optimum==1.24.0
44
+ orjson==3.10.16
45
+ packaging==25.0
46
+ pandas==2.2.3
47
+ pillow==11.2.1
48
+ pluggy==1.5.0
49
+ propcache==0.3.1
50
+ protobuf==6.30.2
51
+ psutil==7.0.0
52
+ pyarrow==20.0.0
53
+ pycodestyle==2.13.0
54
+ pydantic==2.11.3
55
+ pydantic_core==2.33.1
56
+ pydub==0.25.1
57
+ Pygments==2.19.1
58
+ pytest==8.3.5
59
+ python-dateutil==2.9.0.post0
60
+ python-multipart==0.0.20
61
+ pytz==2025.2
62
+ PyYAML==6.0.2
63
+ random_word==1.0.13
64
+ regex==2024.11.6
65
+ requests==2.32.3
66
+ rich==14.0.0
67
+ ruff==0.11.7
68
+ safehttpx==0.1.6
69
+ safetensors==0.5.3
70
+ semantic-version==2.10.0
71
+ sentencepiece==0.2.0
72
+ shellingham==1.5.4
73
+ six==1.17.0
74
+ sniffio==1.3.1
75
+ starlette==0.46.2
76
+ sympy==1.14.0
77
+ threadpoolctl==3.6.0
78
+ tokenicer==0.0.4
79
+ tokenizers==0.21.1
80
+ tomlkit==0.13.2
81
+ torch==2.7.0
82
+ tqdm==4.67.1
83
+ transformers==4.51.3
84
+ typer==0.15.3
85
+ typing-inspection==0.4.0
86
+ typing_extensions==4.13.2
87
+ tzdata==2025.2
88
+ urllib3==2.4.0
89
+ uvicorn==0.34.2
90
+ websockets==15.0.1
91
+ xxhash==3.5.0
92
+ yarl==1.20.0