This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
WangKang
/
QC_Specialized_Model_Training_Main
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
master
Větve
Značky
master
QC_Specialized_...
/
recipes
/
quickstart
/
inference
WangKang
ea091b08ce
init
před 6 měsíci
..
code_llama
ea091b08ce
init
před 6 měsíci
local_inference
ea091b08ce
init
před 6 měsíci
mobile_inference
ea091b08ce
init
před 6 měsíci
README.md
ea091b08ce
init
před 6 měsíci
modelUpgradeExample.py
ea091b08ce
init
před 6 měsíci
README.md
Quickstart > Inference
This folder contains scripts to get you started with inference on Meta Llama models.
Code Llama
contains scripts for tasks relating to code generation using CodeLlama
Local Inference
contains scripts to do memory efficient inference on servers and local machines
Mobile Inference
has scripts using MLC to serve Llama on Android (h/t to OctoAI for the contribution!)
Model Update Example
shows an example of replacing a Llama 3 model with a Llama 3.1 model.