What is Llama 3?
Meta's large language model family with improved post-training, for understanding, translation, dialogue, reasoning and code generation.
Which size should I choose?
8B on g4dn.xlarge for lower cost; 70B on g4dn.metal for more capable output.
How do I switch models?
Call /v1/models, copy the id you want and use it as the model value in your request. The first response after a switch is slower.
What if the Llama service hangs?
SSH in and run sudo systemctl restart llama.service, wait a few minutes and reload the dashboard.
Is it compatible with the OpenAI API?
Yes. OpenAI SDKs work with your server as the base URL.
What if SSL does not set up automatically?
SSH in and run sudo /root/certificate_generate_standalone.sh with your admin email.
How do I upgrade?
Back up your server data, remove the old stack and launch the new version from AWS Marketplace.