11 lines
243 B
Plaintext
11 lines
243 B
Plaintext
# Core dependencies
|
|
requests>=2.31.0
|
|
llama-cpp-python>=0.2.82
|
|
|
|
# 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
|