16 Commits
Author SHA1 Message Date
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
furyhawk 9fa3b569f4 feat: add esphome/config/ to .gitignore to exclude ESPHome configuration files 2026-04-02 10:18:07 +08:00
furyhawk f8fad71b74 Add initial pyproject.toml for pydantic-ai project with dependencies 2025-06-16 13:11:17 +08:00
furyhawk 3dbefacf1b Refactor code structure and remove redundant functions for improved readability and maintainability 2025-06-15 20:22:05 +08:00
furyhawk 22e8c795c7 fix: Add ai_stack/llamacpp/models/ to .gitignore to prevent tracking of model files 2025-06-15 08:30:10 +08:00
furyhawk 11f83042ae Add toggle_nvidia.sh script for managing NVIDIA persistence mode and performance state
This script allows users to easily enable or disable NVIDIA persistence mode and adjust the performance state of the GPU. It includes options to set the clock speeds and reload the NVIDIA Unified Memory kernel module. Usage instructions are provided for clarity.
2025-06-03 13:18:36 +08:00
furyhawk 3c75694260 Add Unsloth notebook for fast finetuning with Llama and Qwen models
- Introduced a new Jupyter notebook `unsloth_nb.ipynb` for utilizing the Unsloth library.
- Implemented code to load and patch FastLanguageModel and FastQwen2Model for improved training speed.
- Configured models to support 4-bit quantization for reduced memory usage.
- Included detailed logging for model loading and system specifications.
2025-06-02 17:26:25 +08:00
furyhawk ebaf1aaef6 ⬆ Update .gitignore to include frontend/.env 2025-05-16 22:47:27 +08:00
furyhawk 547b521467 ⬆ Add .env to .gitignore for both root and frontend directories 2025-05-16 22:45:38 +08:00
000580d0ac Add initial setup for frontend / end-to-end tests with Playwright (#1261)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-07-22 23:00:02 +00:00
Sebastián RamírezandGitHub 42726193d0 Add Copier, migrate from Cookiecutter, in a way that supports using the project as is, forking or cloning it (#612)
* 🔧 Add first Copier config

* 🔧 Add custom copier answers file

* 🔨 Add Copier script to update .env after generating/copying

* 🙈 Update .gitignores from Copier updates

* 🔧 Update .env, restructure in order of relevance

* 🔧 Remove Copier config for SMTP port, if necessary, it can be overwritten in .env

* ♻️ Refactor Copier files, make them less visible

* 🔧 Update Copier config

* 🔥 Remove Cookiecutter files
2024-02-25 21:20:20 +01:00
Sebastián RamírezandGitHub a065f9c9e8 🔥 Clean up old files no longer relevant (#608) 2024-02-25 17:50:12 +01:00
Sebastián RamírezandGitHub f09fb854bf 🔧 Simplify scripts and development (#155)
* 🔧 Update scripts and configs

* 🔧 Add shebang to script

* 🔥 Remove test and dev configs, pass inline

*  Add local development dev-link set up

* 📝 Update generated docs with refactor

* 📝 Add Contributing guide
2020-04-19 20:19:25 +02:00
Sebastián Ramírez 00297f974f 🙈 Update gitignore with Poetry 2020-04-18 23:29:44 +02:00
Sebastián Ramírez 57f849c546 🙈 Ignore docker-stack.yml 2019-02-23 21:29:24 +04:00
Sebastián Ramírez 7f8bfc8faa 🎉 First commit, from couchbase generator, basic changes
not tested / updated yet
2019-02-09 19:42:36 +04:00