|
@@ -0,0 +1,38 @@
|
|
|
+# What does this PR do?
|
|
|
+
|
|
|
+<!--
|
|
|
+Congratulations! You've made it this far! You're not quite done yet though.
|
|
|
+
|
|
|
+Please include a good title that fully reflects the extent of your awesome contribution.
|
|
|
+
|
|
|
+Then, please replace this with a description of the change and which issue is fixed (if applicable). Please also include relevant motivation and context. List any dependencies (if any) that are required for this change.
|
|
|
+
|
|
|
+-->
|
|
|
+
|
|
|
+<!-- Remove if not applicable -->
|
|
|
+
|
|
|
+Fixes # (issue)
|
|
|
+
|
|
|
+
|
|
|
+## Feature/Issue validation/testing
|
|
|
+
|
|
|
+Please describe the tests that you ran to verify your changes and relevant result summary. Provide instructions so it can be reproduced.
|
|
|
+Please also list any relevant details for your test configuration.
|
|
|
+
|
|
|
+- [ ] Test A
|
|
|
+Logs for Test A
|
|
|
+
|
|
|
+- [ ] Test B
|
|
|
+Logs for Test B
|
|
|
+
|
|
|
+
|
|
|
+## Before submitting
|
|
|
+- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
|
|
|
+- [ ] Did you read the [contributor guideline](https://github.com/facebookresearch/llama-recipes/blob/main/CONTRIBUTING.md#pull-requests),
|
|
|
+ Pull Request section?
|
|
|
+- [ ] Was this discussed/approved via a Github issue? Please add a link
|
|
|
+ to it if that's the case.
|
|
|
+- [ ] Did you make sure to update the documentation with your changes?
|
|
|
+- [ ] Did you write any new necessary tests?
|
|
|
+
|
|
|
+
|