Files
furyhawk 9d090e937d Add Docker Compose configuration for llama-cpp-server and new notebook for Gemma 4 vision model
- Updated .gitignore to include new model directories.
- Removed version specification from existing docker-compose.yml for llama-cpp-server.
- Created new docker-compose.yml for ai_stack/llamacpp.server with GPU support and environment configurations.
- Added Gemma4_(E2B)_Vision.ipynb notebook for data preparation, training, and inference of the Gemma 4 model.
2026-04-06 12:01:01 +08:00

19 lines
363 B
Plaintext

.vscode
node_modules/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
frontend/.env
.mypy_cache/
# Ignore Python cache files
__pycache__/
unsloth_compiled_cache/
notebooks/lora_model/
ai_stack/llamacpp/models/
ai_stack/ollama/models/
notebooks/chroma_db/
notebooks/llama-2-7b-chat.Q4_K_M.gguf
esphome/config/
ai_stack/llamacpp.server/models/