CodeQwen1.5-7B-4bit / README.md
ipetrukha's picture
eef76c5f834a7cd12c0691415e426fd9071b24be05e05d23dcd4117f7da9bcfb
a7f3b9d verified
|
raw
history blame
No virus
692 Bytes
metadata
language:
  - en
license: other
license_name: tongyi-qianwen-research
license_link: https://huggingface.co/Qwen/CodeQwen1.5-7B/blob/main/LICENSE
pipeline_tag: text-generation
tags:
  - pretrained
  - mlx

ipetrukha/CodeQwen1.5-7B-4bit

The Model ipetrukha/CodeQwen1.5-7B-4bit was converted to MLX format from Qwen/CodeQwen1.5-7B using mlx-lm version 0.16.1.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("ipetrukha/CodeQwen1.5-7B-4bit")
response = generate(model, tokenizer, prompt="hello", verbose=True)