mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-21 10:16:47 +00:00
- 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.
19 lines
363 B
Plaintext
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/
|