Sanyam Bhutani ae010af7d8 move and add Difflog 10 tháng trước cách đây
..
code_llama ae010af7d8 move and add Difflog 10 tháng trước cách đây
local_inference ae010af7d8 move and add Difflog 10 tháng trước cách đây
mobile_inference ae010af7d8 move and add Difflog 10 tháng trước cách đây
README.md ae010af7d8 move and add Difflog 10 tháng trước cách đây
modelUpgradeExample.py ae010af7d8 move and add Difflog 10 tháng trước cách đây

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.