Llama-3.2-3B-Fluxed-uncensored-v0.1-4bit-RK3588-1.1.2

This version of Llama-3.2-3B-Fluxed-uncensored-v0.1-4bit has been converted to run on the RK3588 NPU using w8a8_g512 quantization.

This model has been optimized with the following LoRA:

Compatible with RKLLM version: 1.1.2

Useful links:

Official RKLLM GitHub

RockhipNPU Reddit

EZRKNN-LLM

Pretty much anything by these folks: marty1885 and happyme531

Converted using https://github.com/c0zaut/ez-er-rkllm-toolkit

Original Model Card for base model, Llama-3.2-3B-Fluxed-uncensored-v0.1-4bit, below:

pjain001/Llama-3.2-3B-Fluxed-uncensored-v0.1-4bit

The Model pjain001/Llama-3.2-3B-Fluxed-uncensored-v0.1-4bit was converted to MLX format from VincentGOURBIN/Llama-3.2-3B-Fluxed-uncensored using mlx-lm version 0.20.3.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("pjain001/Llama-3.2-3B-Fluxed-uncensored-v0.1-4bit")

prompt="hello"

if hasattr(tokenizer, "apply_chat_template") and tokenizer.chat_template is not None:
    messages = [{"role": "user", "content": prompt}]
    prompt = tokenizer.apply_chat_template(
        messages, tokenize=False, add_generation_prompt=True
    )

response = generate(model, tokenizer, prompt=prompt, verbose=True)
Downloads last month
254
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for FlimsyFox/Llama-3.2-3B-Fluxed-uncensored-v0.1-4bit-rk3588-1.1.2

Quantized
(3)
this model