hperkins commited on
Commit
350a573
·
verified ·
1 Parent(s): acc9b5d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -16
requirements.txt CHANGED
@@ -1,16 +1,20 @@
1
- opencv-python-headless>=4.5.3.56 # For image processing in headless environments
2
- numpy==1.26.4 # Numeric operations
3
- regex==2024.7.24 # Regular expressions, useful in text processing
4
- safetensors==0.4.4 # Secure and efficient storage of tensors
5
- tokenizers==0.19.1 # Fast tokenization of text, often used with transformers
6
- transformers @ git+https://github.com/huggingface/transformers # Use the latest transformers directly from source
7
- qwen-vl-utils==0.0.4 # Utils specific to Qwen-VL models
8
- flash-attn==2.6.3 # Flash Attention for performance optimization
9
- torch==2.0.1 # PyTorch, a deep learning framework
10
- diffusers>=0.21.0 # For handling model outputs and diffusion models
11
- fastapi==0.95.0 # Web framework for building APIs
12
- starlette==0.31.0 # ASGI framework used by FastAPI
13
- requests==2.31.0 # HTTP library for making requests
14
- Pillow==10.0.1 # Image processing library
15
- uvicorn==0.23.2 # ASGI server for running FastAPI apps
16
- accelerate==0.21.0 # For improving and optimizing model deployment
 
 
 
 
 
1
+ beautifulsoup4==4.11.1
2
+ certifi==2024.8.30
3
+ charset-normalizer==2.1.1
4
+ configparser==5.2.0
5
+ ffmpeg-python==0.2.0
6
+ future==1.0.0
7
+ holidays==0.21
8
+ idna==3.8
9
+ lxml==4.9.1
10
+ modelscope==1.8.1
11
+ mongoengine==0.26.0
12
+ pymongo==4.2.0
13
+ qwen-vl-utils==0.1.1
14
+ requests==2.28.1
15
+ scenedetect==0.5.8
16
+ soupsieve==2.6
17
+ torch==2.1.0
18
+ transformers==4.34.1
19
+ validators==0.22.0
20
+ urllib3==1.26.20