Files
mlx-swift-examples/Libraries/LLM/README.md
2024-02-22 10:41:02 -08:00

12 lines
297 B
Markdown

# Llama
This is a port of the llama model from:
- https://github.com/ml-explore/mlx-examples/blob/main/llms/mlx_lm/models/llama.py
You can use this to load models from huggingface, e.g.:
- https://huggingface.co/mlx-community/Mistral-7B-v0.1-hf-4bit-mlx
See [llm-tool](../../Tools/llm-tool)