Kevin Slagle a695fd7f81 fix typos il y a 9 mois
..
benchmarks 816b25fc8f Remove local tokenizer requirement for vllm on prem throughput benchmark il y a 9 mois
code_llama 6d449a859b New folder structure (#1) il y a 11 mois
evaluation a2a2ffd78a fix lm_eval.tasks' has no attribute 'initialize_tasks' error il y a 9 mois
finetuning a695fd7f81 fix typos il y a 9 mois
inference 93cd3b99d2 Updating links to running llama3 locally il y a 9 mois
llama_api_providers 7c484c34cc Bump gradio il y a 9 mois
multilingual e98f6de80d typo il y a 10 mois
quickstart 23afbd481e some typo fixes; codellama 70; tokens generated; colab link il y a 10 mois
responsible_ai c1be7d802a Updating responsible AI main readme il y a 10 mois
use_cases 93cd3b99d2 Updating links to running llama3 locally il y a 9 mois
README.md 9ac7160498 Merge branch 'main' into tmoreau89/android il y a 9 mois

README.md

This folder contains examples organized by topic:

Subfolder Description
quickstart The "Hello World" of using Llama 3, start here if you are new to using Llama 3
multilingual Scripts to add a new language to Llama
finetuning Scripts to finetune Llama 3 on single-GPU and multi-GPU setups
inference Scripts to deploy Llama 3 for inference locally, on mobile Android and using model servers
use_cases Scripts showing common applications of Llama 3
responsible_ai Scripts to use PurpleLlama for safeguarding model outputs
llama_api_providers Scripts to run inference on Llama via hosted endpoints
benchmarks Scripts to benchmark Llama 3 models inference on various backends
code_llama Scripts to run inference with the Code Llama models
evaluation Scripts to evaluate fine-tuned Llama 3 models using lm-evaluation-harness from EleutherAI