manaca-1b-base โ€” ONNX

ONNX export of menezesbruno/manaca-1b-base, published by Liodon AI. Exported with optimum (optimum.exporters.onnx.main_export, task text-generation-with-past, so the graph exposes past-key-value inputs/outputs for KV-cached autoregressive decoding).

Files

File Size Notes
model.onnx 6.89 GB FP32, full precision
model_fp16.onnx 3.65 GB FP16, for GPU execution providers
model_quantized.onnx 1.73 GB Dynamic INT8 (weight-only, no calibration)

Quick Start

import onnxruntime as ort
from transformers import AutoTokenizer

tok = AutoTokenizer.from_pretrained("liodon-ai/manaca-1b-base-ONNX")
sess = ort.InferenceSession("model_quantized.onnx", providers=["CPUExecutionProvider"])
# past_key_values.*.key / .value inputs must be supplied (zero-length tensors
# for the first forward pass) -- see optimum's ORTModelForCausalLM for a
# ready-made wrapper that handles KV-cache bookkeeping automatically:
#   from optimum.onnxruntime import ORTModelForCausalLM
#   model = ORTModelForCausalLM.from_pretrained("liodon-ai/manaca-1b-base-ONNX", file_name="model_quantized.onnx")

Source

Citation

@misc{liodonai_manaca_1b_base_onnx,
  title        = {manaca-1b-base โ€” ONNX},
  author       = {{Liodon AI}},
  year         = {2026},
  howpublished = {\url{https://huggingface.co/liodon-ai/manaca-1b-base-ONNX}},
  note         = {ONNX export of menezesbruno/manaca-1b-base}
}

Exported by Liodon AI

Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for liodon-ai/manaca-1b-base-ONNX

Quantized
(4)
this model