vitorcalvi commited on
Commit
4c397c7
Β·
1 Parent(s): 22c1515
Files changed (1) hide show
  1. requirements.txt +14 -49
requirements.txt CHANGED
@@ -1,50 +1,15 @@
1
- # CUDA-enabled PyTorch packages
2
- torch==2.0.1+cu118
3
- torchvision==0.15.2+cu118
4
- torchaudio==2.0.2+cu118
5
- -f https://download.pytorch.org/whl/torch_stable.html
6
-
7
- # Core dependencies
8
- gradio==4.38.1
9
- gradio_client==1.1.0
10
-
11
- # Additional dependencies
12
- absl-py==2.1.0
13
- aiofiles==23.2.1
14
- altair==5.3.0
15
- anyio==4.4.0
16
- attrs==23.2.0
17
- audioread==3.0.1
18
- certifi==2024.7.4
19
- charset-normalizer==3.3.2
20
- click==8.1.7
21
- decorator==4.4.2
22
- fastapi==0.111.1
23
- h5py==3.11.0
24
- huggingface-hub==0.23.5
25
- idna==3.7
26
- Jinja2==3.1.4
27
- joblib==1.4.2
28
- jsonschema==4.23.0
29
- kiwisolver==1.4.5
30
- librosa==0.10.2.post1
31
- MarkupSafe==2.1.5
32
- matplotlib==3.9.1
33
  numpy==1.26.4
34
- pandas==2.2.2
35
- Pillow==10.4.0
36
- pydantic==2.8.2
37
- python-multipart==0.0.9
38
- pytz==2024.1
39
- PyYAML==6.0.1
40
- requests==2.32.3
41
- scikit-learn==1.5.1
42
- scipy==1.14.0
43
- soundfile==0.12.1
44
- starlette==0.37.2
45
- tqdm==4.66.4
46
- transformers==4.42.4
47
- uvicorn==0.30.1
48
-
49
- # Any other necessary dependencies
50
- # Add your additional dependencies here
 
1
+ sentencepiece
2
+ tiktoken
3
+ jsonlines
4
+ diffusers==0.30.1
5
+ accelerate==0.30.0
6
+ torchvision
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  numpy==1.26.4
8
+ imageio
9
+ imageio-ffmpeg
10
+ timm
11
+ transformers
12
+ opencv-python-headless
13
+ einops
14
+ tensorboardX
15
+ ipython