mlx-community/llm-jp-3-1.8b-instruct
The Model mlx-community/llm-jp-3-1.8b-instruct was converted to MLX format from llm-jp/llm-jp-3-1.8b-instruct using mlx-lm version 0.17.1.
Use with mlx
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/llm-jp-3-1.8b-instruct")
response = generate(model, tokenizer, prompt="hello", verbose=True)
- Downloads last month
- 24
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support
HF Inference deployability: The model authors have turned it off explicitly.