fthor commited on
Commit
f192c41
·
1 Parent(s): 41e6903

added requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +77 -0
requirements.txt ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.25.0
2
+ aiofiles==23.2.1
3
+ altair==5.2.0
4
+ annotated-types==0.6.0
5
+ anyio==3.7.1
6
+ attrs==23.1.0
7
+ bitsandbytes==0.41.3.post2
8
+ certifi==2023.11.17
9
+ charset-normalizer==3.3.2
10
+ click==8.1.7
11
+ colorama==0.4.6
12
+ contourpy==1.2.0
13
+ cycler==0.12.1
14
+ fastapi==0.105.0
15
+ ffmpy==0.3.1
16
+ filelock==3.13.1
17
+ fonttools==4.46.0
18
+ fsspec==2023.12.2
19
+ gradio==4.10.0
20
+ gradio_client==0.7.3
21
+ h11==0.14.0
22
+ httpcore==1.0.2
23
+ httpx==0.25.2
24
+ huggingface-hub==0.19.4
25
+ idna==3.6
26
+ importlib-resources==6.1.1
27
+ Jinja2==3.1.2
28
+ jsonschema==4.20.0
29
+ jsonschema-specifications==2023.11.2
30
+ kiwisolver==1.4.5
31
+ markdown-it-py==3.0.0
32
+ MarkupSafe==2.1.3
33
+ matplotlib==3.8.2
34
+ mdurl==0.1.2
35
+ mpmath==1.3.0
36
+ networkx==3.2.1
37
+ numpy==1.26.2
38
+ orjson==3.9.10
39
+ packaging==23.2
40
+ pandas==2.1.4
41
+ Pillow==10.1.0
42
+ psutil==5.9.6
43
+ pydantic==2.5.2
44
+ pydantic_core==2.14.5
45
+ pydub==0.25.1
46
+ Pygments==2.17.2
47
+ pyparsing==3.1.1
48
+ python-dateutil==2.8.2
49
+ python-multipart==0.0.6
50
+ pytz==2023.3.post1
51
+ PyYAML==6.0.1
52
+ referencing==0.32.0
53
+ regex==2023.10.3
54
+ requests==2.31.0
55
+ rich==13.7.0
56
+ rpds-py==0.13.2
57
+ safetensors==0.4.1
58
+ semantic-version==2.10.0
59
+ shellingham==1.5.4
60
+ six==1.16.0
61
+ sniffio==1.3.0
62
+ starlette==0.27.0
63
+ sympy==1.12
64
+ tokenizers==0.15.0
65
+ tomlkit==0.12.0
66
+ toolz==0.12.0
67
+ torch==2.1.2
68
+ torchaudio==2.1.2
69
+ torchvision==0.16.2
70
+ tqdm==4.66.1
71
+ transformers==4.36.1
72
+ typer==0.9.0
73
+ typing_extensions==4.9.0
74
+ tzdata==2023.3
75
+ urllib3==2.1.0
76
+ uvicorn==0.24.0.post1
77
+ websockets==11.0.3