Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +29 -1
requirements.txt
CHANGED
@@ -6,4 +6,32 @@ Pillow>=10.0.0
|
|
6 |
gradio>=4.0.0
|
7 |
huggingface-hub>=0.20.0
|
8 |
accelerate>=0.27.0
|
9 |
-
bitsandbytes>=0.42.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
gradio>=4.0.0
|
7 |
huggingface-hub>=0.20.0
|
8 |
accelerate>=0.27.0
|
9 |
+
bitsandbytes>=0.42.0
|
10 |
+
|
11 |
+
# Base Requirements
|
12 |
+
torch==2.1.0
|
13 |
+
transformers @ git+https://github.com/huggingface/transformers.git@main
|
14 |
+
accelerate==0.27.0
|
15 |
+
bitsandbytes==0.42.0
|
16 |
+
|
17 |
+
# Tokenizer Requirements
|
18 |
+
sentencepiece==0.2.0
|
19 |
+
protobuf==3.20.3 # Required for sentencepiece compatibility
|
20 |
+
|
21 |
+
# Video Processing
|
22 |
+
av==10.0.0
|
23 |
+
numpy==1.23.5
|
24 |
+
opencv-python-headless==4.8.0.76 # Alternative video processing
|
25 |
+
|
26 |
+
# Image Processing
|
27 |
+
Pillow==10.0.0
|
28 |
+
|
29 |
+
# Gradio Interface
|
30 |
+
gradio==4.5.0
|
31 |
+
httpx==0.25.0 # Required by Gradio
|
32 |
+
|
33 |
+
# HuggingFace Hub
|
34 |
+
huggingface-hub==0.20.0
|
35 |
+
|
36 |
+
# System Dependencies (note: these need manual apt-get install)
|
37 |
+
# ffmpeg
|