This is a
Llama-3.2-3B-Instruct model optimized using Microsoft Olive for ONNX Runtime GenAI.
1from onnxruntime_genai import GenAI
2
3model = GenAI("path/to/model")
4output = model.generate("Hello")
5print(output)
The Llama 3.2 collection of multilingual large language models (LLMs) is a collection of pretrained and instruction-tuned generative models in 1B and 3B sizes (text in/text out). The Llama 3.2 instruction-tuned text only models are optimized for multilingual dialogue use cases, including agentic retrieval and summarization tasks. They outperform many of the available open source and closed chat models on common industry benchmarks.