sosoai's picture
ab51e3c0e21ecbefc965aa28fa3feb99e4b5c3d33a9aa2aa2ad92a2b5a62bbd1
25d8b92 verified
metadata
tags:
  - mlx

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

The Model sosoai/hansoldeco-llama3-8b-v0.1-mlx was converted to MLX format from sosoai/hansoldeco-llama3-8b-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-v0.1-mlx")
response = generate(model, tokenizer, prompt="hello", verbose=True)