|
@@ -5,7 +5,7 @@ This folder contains examples organized by topic:
|
|
|
[quickstart](./quickstart)|The "Hello World" of using Llama2, start here if you are new to using Llama2
|
|
|
[multilingual](./multilingual)|Scripts to add a new language to Llama2
|
|
|
[finetuning](./finetuning)|Scripts to finetune Llama2 on single-GPU and multi-GPU setups
|
|
|
-[inference](./inference)|Scripts to deploy Llama2 for inference locally and using model servers
|
|
|
+[inference](./inference)|Scripts to deploy Llama2 for inference [locally](./inference/local_inference/), on mobile [Android](./inference/mobile_inference/android_inference/) and using [model servers](./inference/mobile_inference/)
|
|
|
[use_cases](./use_cases)|Scripts showing common applications of Llama2
|
|
|
[responsible_ai](./responsible_ai)|Scripts to use PurpleLlama for safeguarding model outputs
|
|
|
[llama_api_providers](./llama_api_providers)|Scripts to run inference on Llama via hosted endpoints
|