Spaces:
Runtime error
Runtime error
Upload streamlit_app.py with huggingface_hub
Browse files- streamlit_app.py +10 -0
streamlit_app.py
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
bash
|
| 2 |
+
# Ollama kur
|
| 3 |
+
curl -fsSL https://ollama.ai/install.sh | sh
|
| 4 |
+
|
| 5 |
+
# LLaVA modelini indir
|
| 6 |
+
ollama pull llava:13b
|
| 7 |
+
ollama pull qwen2.5:7b
|
| 8 |
+
|
| 9 |
+
# Servisi başlat
|
| 10 |
+
ollama serve
|