MyLlama BLOG FAQ MODELS DOWNLOAD HOW IT WORKS


IS MYLLAMA FREE?

The Community Edition of MyLlama is completely free, and allows you to download Llama models and submit prompts to them. The Professional Edition expands on this, and allows you to customize Llama models.


WHAT TYPES OF CUSTOMIZATION ARE AVAILABLE?

The Professional Edition of MyLlama makes it possible to customize Llama with task-specific fine-tuning and parameter-efficient fine-tuning (PEFT). You can also access an external data source using resource-augmented generation (RAG).


CAN I DOWNLOAD LLAMA MODELS WITHOUT MYLLAMA?

Yes. Meta provides Llama models for free, and you can download them from their Github site.


IF I CAN DOWNLOAD THE MODELS FROM META, WHY SHOULD I USE MYLLAMA?

Meta's Llama models are intended to be accessed by programmers, specifically Python developers. The goal of MyLlama is to enable non-technical folks to take advantage of these amazing models.


I DIDN'T PAY ATTENTION TO THE AGREEMENTS IN THE DIALOG BOXES. COULD YOU SUMMARIZE THEM?

The first dialog presents Meta's Llama Community License, which allows you to use, reproduce, distribute, copy, or create derivative works based on Llama models so long as you include the license and prominently display Built with Meta Llama 3.

The second dialog presents Meta's Acceptable Use Policy, which forbids using Llama models in activities related to crime, violence, harassment, abuse, discrimination, or the generation of malware.


WHAT ARE ONNX FILES?

MyLlama downloads model files using the ONNX format, which stands for Open Neural Network Exchange. This is a vendor-neutral format for storing and executing machine learning models. To process these files, MyLlama relies on Microsoft's ONNX Runtime.