Llama-3.1-Storm-8B / README.md
voxmenthe's picture
Upload folder using huggingface_hub (#1)
06fe682 verified
|
raw
history blame contribute delete
No virus
771 Bytes
metadata
language:
  - en
  - de
  - fr
  - it
  - pt
  - hi
  - es
  - th
library_name: transformers
license: llama3.1
pipeline_tag: text-generation
tags:
  - llama-3.1
  - conversational
  - instruction following
  - reasoning
  - function calling
  - mergekit
  - finetuning
  - axolotl
  - mlx

voxmenthe/Llama-3.1-Storm-8B

The Model voxmenthe/Llama-3.1-Storm-8B was converted to MLX format from akjindal53244/Llama-3.1-Storm-8B using mlx-lm version 0.17.0.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("voxmenthe/Llama-3.1-Storm-8B")
response = generate(model, tokenizer, prompt="hello", verbose=True)