Commit Graph

5 Commits

Author SHA1 Message Date
Shang Chieh Tseng
dd2eb46004 Revert "docker: optimize binary copy in Dockerfile"
This reverts commit 1fa71c2670.
2025-07-20 00:21:47 +08:00
Shang Chieh Tseng
cbcbc9ae07 Add support for new models and fix GitHub issues
- Add Gemma3n model support with text generation capabilities
- Add new CUDA mean operations for improved performance
- Add macOS documentation and performance tests
- Update LLAMA patches for ROCm/CUDA compatibility
- Fix various model conversion and processing issues
- Update CI workflows and build configurations
- Add library model tests and Shakespeare test data

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-20 00:12:36 +08:00
Shang Chieh Tseng
1fa71c2670 docker: optimize binary copy in Dockerfile
Copy only the ollama binary instead of entire source directory to reduce
image size and remove unnecessary symbolic link step.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-19 21:53:33 +08:00
Shang Chieh Tseng
21471d0c25 Fix wrong command 2025-06-18 14:39:37 +08:00
Shang Chieh Tseng
bfbb0ef980 Add docker build file. 2025-05-05 19:39:26 +08:00