Skip to content

Commit

Permalink
feat: add llama 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
katopz committed Jul 24, 2024
1 parent 8f4b27f commit b2712bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ml/frameworks/apple-mlx.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ macmon
# MODEL=mlx-community/Llama-3-8B-Instruct-Gradient-1048k-8bit
# MODEL=mlx-community/Mistral-7B-v0.3-4bit
# MODEL=mlx-community/Mistral-7B-Instruct-v0.3-4bit
MODEL=mlx-community/gemma-2-27b-it-4bit
python3 -m mlx_lm.generate --model ${MODEL} --prompt "Write helloworld code in Rust" --eos-token "<|eot_id|>"
# MODEL=mlx-community/gemma-2-27b-it-4bit
# MODEL=mlx-community/DeepSeek-Coder-V2-Lite-Instruct-4bit-mlx
MODEL=mlx-community/Meta-Llama-3.1-8B-Instruct-8bit
python3 -m mlx_lm.generate --model ${MODEL} --prompt "Write helloworld code in Rust"
```

## Infer (OpenThaiGPT)
Expand Down

0 comments on commit b2712bd

Please sign in to comment.