llama-recipes
llama-recipes copied to clipboard
Llama2 on EC2 tutorial using Runhouse.
What does this PR do?
Updated version of old PR.
A simple code file to stand up a Llama2 model on an A10G running in EC2. Uses the Runhouse Python library to easily provision an instance, copy code over, and serve the model.
The example is also commented with details on what different Runhouse components are doing.
Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the contributor guideline, Pull Request section?
- [ ] Was this discussed/approved via a Github issue? Please add a link to it if that's the case.
- [x] Did you make sure to update the documentation with your changes?
- [ ] Did you write any new necessary tests?
Thanks for contributing 🎉!
@rohinb2 Since the repo has been updated for 3.1 Model(s)-would you be interested in updating your PR for the same please?