sosoai's picture
2cc43c0eede22f77a4cc91257b654627d0abc62cdfdd4487acf6ca59283ab90f
0913b85 verified
|
raw
history blame
No virus
602 Bytes
metadata
tags:
  - mlx

sosoai/hansoldeco-phi3-4k-instruct-v0.1-mlx

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