-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements.txt
executable file
·124 lines (88 loc) · 2.3 KB
/
requirements.txt
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# =====================================
# Required Packages
# =====================================
# ========================================================================================
# Pre-requisites
# Python 3.11.9
# NVIDIA CUDA Toolkit version 11.8
# torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
# ========================================================================================
# GUI
PySide6
# Providers
openai
mistralai
anthropic
huggingface_hub
xai_sdk
google-cloud-texttospeech
google-cloud-speech
google.generativeai
# For data manipulation
numpy
# For environment variables
python-dotenv
# Transformers for model architectures and pipelines
transformers>=4.31.0
# Hugging Face Hub for model downloads and management
huggingface-hub>=0.16.4
# Datasets for data handling and preprocessing
datasets>=2.14.5
# Accelerate for optimized training and inference
accelerate>=0.21.0
# psutil for system monitoring and resource management
psutil>=5.9.5
# Tenacity for implementing retries and robust error handling
tenacity>=8.2.3
# Asynchronous HTTP client/server framework
aiohttp
# CPU information for DeepSpeed
# py-cpuinfo
# DeepSpeed for efficient large-scale model training and inference
# deepspeed>=0.10.2
# Low-Rank Adaptation (LoRA) for efficient fine-tuning
git+https://github.com/microsoft/LoRA.git@main#egg=loralib
peft
# FlashAttention optimization for faster attention mechanisms
# Ensure compatibility with the installed torch version.
# flash-attn>=1.0.3.post0
# ONNX Runtime for deploying models in ONNX format
onnxruntime>=1.15.1
# Language detection
langdetect
# Keyring for secure credential storage
keyring
# Sound processing
sounddevice
soundfile
pyaudio
# Game development and multimedia
pygame
# Natural language processing
textblob
pyspellchecker
# Time zone calculations
pytz
# Function timeout handling
func_timeout
# Web scraping and parsing
feedparser
bs4
selenium
# Plotting and visualization
matplotlib
# PDF processing
pypdf2
# Character encoding detection
chardet
# Communication with Twilio API
twilio
# Web framework
flask
# HTTP requests
requests
aiohttp
# Caching utilities
cachetools
# Image processing
pillow