-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathrequirements-cpu.txt
More file actions
68 lines (59 loc) · 1.23 KB
/
requirements-cpu.txt
File metadata and controls
68 lines (59 loc) · 1.23 KB
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
# ===================================================================
# DashAI CPU-only environment (PyTorch ≥2.9, torchvision ≥0.24)
# ===================================================================
# No requiere CUDA SDK, cuDNN ni drivers NVIDIA.
# Compatible con PyInstaller para distribución en Windows sin GPU.
# ===================================================================
# Core web & infra
fastapi[all]
SQLAlchemy
streaming_form_data
alembic
kink
# NumPy & Pandas stack
numpy
pandas<3.0.0
joblib
# Config & validation
pydantic
pydantic-settings
starlette
# ML / AI
scikit-learn
datasets
diffusers
evaluate
accelerate
Pillow
beartype
plotly
shap
typer
rich
torchmetrics
# PyTorch CPU wheels
torch --index-url https://download.pytorch.org/whl/cpu
torchvision --index-url https://download.pytorch.org/whl/cpu
# Transformers ecosystem
transformers
controlnet_aux
sacrebleu
sentencepiece
# Optimization / hyperparam tuning
optuna
hyperopt
# Excel / IO / Utils
openpyxl
httpx
wordcloud
opencv-python
protobuf
imblearn
numba
llvmlite
greenery==3.2
filetype
huey
# Optional: llama-cpp CPU-only (sin dependencias CUDA)
# Comentar si no se usa Llama.
llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu