Files
LM-Gambit/requirements.txt
T
2025-10-03 04:28:51 -04:00

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