Artem commited on
Commit
22f2b86
·
1 Parent(s): 5effdd5

added reqs for hf

Browse files
Files changed (1) hide show
  1. requirements.txt +89 -0
requirements.txt ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.3.1
2
+ aiofiles==24.1.0
3
+ annotated-doc==0.0.4
4
+ annotated-types==0.7.0
5
+ anyio==4.12.1
6
+ brotli==1.2.0
7
+ certifi==2026.1.4
8
+ charset-normalizer==3.4.4
9
+ chex==0.1.91
10
+ click==8.3.1
11
+ cuda-bindings==12.9.4
12
+ cuda-pathfinder==1.3.3
13
+ fastapi==0.128.0
14
+ ffmpy==1.0.0
15
+ filelock==3.20.3
16
+ fsspec==2026.1.0
17
+ gradio==6.4.0
18
+ gradio-client==2.0.3
19
+ groovy==0.1.2
20
+ h11==0.16.0
21
+ hf-xet==1.2.0
22
+ httpcore==1.0.9
23
+ httpx==0.28.1
24
+ huggingface-hub==0.36.0
25
+ idna==3.11
26
+ jax==0.9.0
27
+ jaxlib==0.9.0
28
+ jinja2==3.1.6
29
+ markdown-it-py==4.0.0
30
+ markupsafe==3.0.3
31
+ mdurl==0.1.2
32
+ ml-dtypes==0.5.4
33
+ mpmath==1.3.0
34
+ networkx==3.6.1
35
+ numpy==2.4.1
36
+ nvidia-cublas-cu12==12.8.4.1
37
+ nvidia-cuda-cupti-cu12==12.8.90
38
+ nvidia-cuda-nvrtc-cu12==12.8.93
39
+ nvidia-cuda-runtime-cu12==12.8.90
40
+ nvidia-cudnn-cu12==9.10.2.21
41
+ nvidia-cufft-cu12==11.3.3.83
42
+ nvidia-cufile-cu12==1.13.1.3
43
+ nvidia-curand-cu12==10.3.9.90
44
+ nvidia-cusolver-cu12==11.7.3.90
45
+ nvidia-cusparse-cu12==12.5.8.93
46
+ nvidia-cusparselt-cu12==0.7.1
47
+ nvidia-nccl-cu12==2.27.5
48
+ nvidia-nvjitlink-cu12==12.8.93
49
+ nvidia-nvshmem-cu12==3.4.5
50
+ nvidia-nvtx-cu12==12.8.90
51
+ opt-einsum==3.4.0
52
+ orjson==3.11.5
53
+ packaging==26.0
54
+ pandas==2.3.3
55
+ pillow==12.1.0
56
+ pydantic==2.12.5
57
+ pydantic-core==2.41.5
58
+ pydub==0.25.1
59
+ pygments==2.19.2
60
+ python-dateutil==2.9.0.post0
61
+ python-multipart==0.0.21
62
+ pytz==2025.2
63
+ pyyaml==6.0.3
64
+ regex==2026.1.15
65
+ requests==2.32.5
66
+ rich==14.3.0
67
+ safehttpx==0.1.7
68
+ safetensors==0.7.0
69
+ scipy==1.17.0
70
+ semantic-version==2.10.0
71
+ setuptools==80.10.1
72
+ shellingham==1.5.4
73
+ six==1.17.0
74
+ starlette==0.50.0
75
+ sympy==1.14.0
76
+ tokenizers==0.22.2
77
+ tomlkit==0.13.3
78
+ toolz==1.1.0
79
+ torch==2.10.0
80
+ tqdm==4.67.1
81
+ transformers==4.57.6
82
+ triton==3.6.0
83
+ typer==0.21.1
84
+ typer-slim==0.21.1
85
+ typing-extensions==4.15.0
86
+ typing-inspection==0.4.2
87
+ tzdata==2025.3
88
+ urllib3==2.6.3
89
+ uvicorn==0.40.0