mirror of
https://github.com/MartinGia/lora-analyzer.git
synced 2026-03-28 17:43:01 +01:00
19 lines
298 B
Plaintext
19 lines
298 B
Plaintext
# LoRA Analyzer - Dependencias
|
|
# Instalar con: pip install -r requirements.txt
|
|
|
|
# Core dependencies
|
|
numpy>=1.24.0
|
|
safetensors>=0.4.0
|
|
torch>=2.0.0
|
|
|
|
# Web App (Gradio)
|
|
gradio>=4.0.0
|
|
|
|
# API REST (FastAPI)
|
|
fastapi>=0.104.0
|
|
uvicorn[standard]>=0.24.0
|
|
python-multipart>=0.0.6
|
|
|
|
# Utilities
|
|
pathlib2>=2.3.7
|