Commit Graph

5 Commits

Author SHA1 Message Date
giljakoki 0ad8896c03 Merge branch 'main' into macos-port 2026-05-31 20:42:53 -05:00
yunggilja 19ea04507d Fix Python 3.11 compatibility in calendar .ics export
calendar_routes.py used a backslash inside an f-string expression, valid
only on Python 3.12+. Hoist the newline-escaping out of the f-string so
the app imports on Python 3.11, as the README states.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-31 20:24:38 -05:00
yunggilja 4ba01ce25d Generate macOS/Metal serve commands and surface the Metal GPU
cookbook_routes.py adds a macOS serve path (Ollama, Metal-aware
llama.cpp build using `sysctl hw.ncpu` instead of `nproc`, and a clear
error if vLLM is attempted). The frontend defaults Metal serving to
llama.cpp and offers llama.cpp/Ollama instead of vLLM/SGLang. The
odysseus-cookbook CLI's `gpus` command reports the Metal GPU via
sysctl/vm_stat.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-31 20:24:38 -05:00
pewdiepie-archdaemon fc7f107b22 Improve Ollama setup and model endpoint handling 2026-06-01 10:00:15 +09:00
pewdiepie-archdaemon e5c99a5eee Odysseus v1.0 2026-05-31 23:58:26 +09:00