-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
28 lines (22 loc) · 814 Bytes
/
requirements.txt
File metadata and controls
28 lines (22 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Core dependencies
transformers>=4.36.0 # For model handling
accelerate>=0.25.0 # For optimized inference
torch>=2.1.0 # PyTorch for ML operations
peft>=0.6.0 # Parameter-Efficient Fine-Tuning
bitsandbytes>=0.41.0 # Quantization support
# API Server
fastapi>=0.104.0 # API framework
uvicorn>=0.23.0 # ASGI server
pydantic>=2.4.0 # Data validation
# OpenRouter API
requests>=2.31.0 # HTTP client library
uuid>=1.30.0 # For session management
# Threat detection
beautifulsoup4>=4.12.0 # HTML parsing
# Configuration and environment
python-dotenv>=1.0.0 # Environment variable management
# Email/Reporting
aiosmtplib>=2.0.0 # Async SMTP client
jinja2>=3.1.0 # Template engine
# Data handling
pandas>=2.1.0 # Data analysis tools