You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: recipes/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This folder contains examples organized by topic:
5
5
[quickstart](./quickstart)|The "Hello World" of using Llama2, start here if you are new to using Llama2
6
6
[multilingual](./multilingual)|Scripts to add a new language to Llama2
7
7
[finetuning](./finetuning)|Scripts to finetune Llama2 on single-GPU and multi-GPU setups
8
-
[inference](./inference)|Scripts to deploy Llama2 for inference locallyand using model servers
8
+
[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/)
9
9
[use_cases](./use_cases)|Scripts showing common applications of Llama2
10
10
[responsible_ai](./responsible_ai)|Scripts to use PurpleLlama for safeguarding model outputs
11
11
[llama_api_providers](./llama_api_providers)|Scripts to run inference on Llama via hosted endpoints
0 commit comments