VicGerardoPR commited on
Commit
b351fea
verified
1 Parent(s): d858e1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -11
README.md CHANGED
@@ -1,12 +1,17 @@
1
- ---
2
- title: LLaMA Chatbot
3
- emoji: 馃
4
- colorFrom: purple
5
- colorTo: blue
6
- sdk: streamlit
7
- sdk_version: 1.35.0
8
- app_file: app.py
9
- pinned: false
10
- ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Chatbot para Mac M1 con Phi-3-mini
 
 
 
 
 
 
 
 
 
2
 
3
+ Chatbot optimizado para Apple Silicon usando:
4
+ - Microsoft Phi-3-mini (3.8B par谩metros)
5
+ - Quantizaci贸n 4-bit
6
+ - Streamlit para la interfaz web
7
+
8
+ ## Requisitos
9
+ - Mac con chip M1/M2/M3
10
+ - macOS 13.0+
11
+ - Python 3.9+
12
+
13
+ ## Instalaci贸n
14
+ ```bash
15
+ git clone https://github.com/tu-usuario/mi-chatbot.git
16
+ cd mi-chatbot
17
+ pip install -r requirements.txt