sosoai's picture
173d311e4002acf6768bce0e66d4389ea3dec6ce394d86c4aa020d7ce73d7efa
083ecfa verified
metadata
language:
  - ko
  - en
tags:
  - mlx

sosoai/hansoldeco-llama3-8b-instruct-v0.1-mlx

The Model sosoai/hansoldeco-llama3-8b-instruct-v0.1-mlx was converted to MLX format from sosoai/hansoldeco-llama3-8b-instruct-v0.1 using mlx-lm version 0.13.0.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("sosoai/hansoldeco-llama3-8b-instruct-v0.1-mlx")
response = generate(model, tokenizer, prompt="hello", verbose=True)