Spaces:
Running
Running
File size: 373 Bytes
b351fea 21f0648 b351fea |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# Chatbot para Mac M1 con Phi-3-mini
Chatbot optimizado para Apple Silicon usando:
- Microsoft Phi-3-mini (3.8B parámetros)
- Quantización 4-bit
- Streamlit para la interfaz web
## Requisitos
- Mac con chip M1/M2/M3
- macOS 13.0+
- Python 3.9+
## Instalación
```bash
git clone https://github.com/tu-usuario/mi-chatbot.git
cd mi-chatbot
pip install -r requirements.txt |