File size: 1,290 Bytes
a289b5e
 
 
 
 
 
bf13d26
 
a289b5e
bf13d26
 
 
a289b5e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bf13d26
a289b5e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Core ML Libraries
torch==2.1.0
torchvision==0.16.0
torchaudio==2.1.0
numpy==1.24.3

# Hugging Face Ecosystem - VERSIONS MISES À JOUR
transformers>=4.45.0
datasets==2.14.0
huggingface_hub>=0.20.0
accelerate>=0.25.0
tokenizers>=0.15.0

# 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