|
# Core ML Libraries |
|
torch==2.1.0 |
|
torchvision==0.16.0 |
|
torchaudio==2.1.0 |
|
numpy==1.24.3 |
|
|
|
# Hugging Face Ecosystem - DERNIÈRES VERSIONS |
|
transformers==4.46.2 |
|
datasets==2.21.0 |
|
huggingface_hub==0.26.0 |
|
accelerate==1.1.0 |
|
tokenizers==0.20.3 |
|
|
|
# Ajout spécifique pour Qwen |
|
qwen-vl-utils==0.0.8 |
|
# UI Framework |
|
gradio==4.8.0 |
|
|
|
# Image Processing |
|
Pillow==10.1.0 |
|
opencv-python-headless==4.8.1.78 |
|
|
|
# Audio Processing |
|
librosa==0.10.1 |
|
soundfile==0.12.1 |
|
resampy==0.4.2 |
|
audioread==3.0.1 |
|
|
|
# Video Processing |
|
imageio==2.31.5 |
|
imageio-ffmpeg==0.4.9 |
|
|
|
# Data Processing |
|
pandas==2.1.4 |
|
scikit-learn==1.3.2 |
|
scipy==1.11.4 |
|
|
|
# Optimization Libraries |
|
bitsandbytes==0.41.3 |
|
einops==0.7.0 |
|
# flash-attn==2.3.6 # Commenté car peut causer des problèmes sur certains systèmes |
|
|
|
# Networking & File Handling |
|
requests==2.31.0 |
|
urllib3==2.1.0 |
|
aiohttp==3.9.1 |
|
|
|
# Progress & Logging |
|
tqdm==4.66.1 |
|
rich==13.7.0 |
|
|
|
# Text Processing |
|
regex==2023.10.3 |
|
sentencepiece==0.1.99 |
|
|
|
# Math & Statistics |
|
sympy==1.12 |
|
statsmodels==0.14.1 |
|
|
|
# Configuration & Serialization |
|
pyyaml==6.0.1 |
|
toml==0.10.2 |
|
jsonlines==4.0.0 |
|
|
|
# Memory & Performance |
|
psutil==5.9.6 |
|
memory-profiler==0.61.0 |
|
|
|
# Plotting & Visualization |
|
matplotlib==3.8.2 |
|
seaborn==0.13.0 |
|
plotly==5.17.0 |
|
|
|
# File Format Support |
|
openpyxl==3.1.2 |
|
xlsxwriter==3.1.9 |
|
|
|
# Additional Utilities |
|
pathlib2==2.3.7 |
|
packaging==23.2 |
|
setuptools==69.0.2 |
|
wheel==0.42.0 |