mlx-chat / mlx-chat-app

Chat with MLX is a high-performance macOS application that connects your local documents to a personalized large language model (LLM).
MIT License
161 stars 9 forks source link

[MLC-17] server: allow for PyInstaller to package python (server) code #17

Closed stockeh closed 7 months ago

stockeh commented 7 months ago

From root:

pyinstaller --onefile --collect-all mlx --copy-metadata opentelemetry-sdk --hidden-import server.models --hidden-import server.models.gemma --hidden-import server.models.bert runner.py