Stable Test Build

This commit is contained in:
2025-10-03 04:28:51 -04:00
parent 1de5abd79e
commit 05b069d241
14 changed files with 813 additions and 50 deletions
+8 -1
View File
@@ -1,3 +1,10 @@
# Core dependencies
requests>=2.31.0
llama-cpp-python>=0.2.82
mlx-lm>=0.10.0; platform_system == "Darwin"
# Apple Silicon (MLX) support (only needed on macOS ARM)
mlx-lm>=0.10.0; platform_system == "Darwin" and platform_machine == "arm64"
# GUI and plotting
matplotlib>=3.0
tkhtmlview