Stable Test Build
This commit is contained in:
+8
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user