-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Llama code/code review agents #825
base: main
Are you sure you want to change the base?
Conversation
CODE_REVIEW_CYCLES = 5 | ||
|
||
# Works: | ||
MODEL_ID = "meta-llama/Llama-3.3-70B-Instruct" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that 3.3-70B for fireworks is not yet released - but will be in the next release: meta-llama/llama-stack#654
e91f058
to
08e30ee
Compare
### Running the demo | ||
|
||
We'll be using the fireworks llama-stack distribution to run this example - but you can use most other llama-stack distributions (instructions [here](https://llama-stack.readthedocs.io/en/latest/distributions/index.html)). | ||
(Though note that not all distributions support structured outputs yet e.g., Ollama). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR incoming for Ollama though: meta-llama/llama-stack#680
Thanks @aidando73 for the PR! we are reviewing it. Also, sent you a message on LD to see how we can extend the work. Feels it might have a place in llama-stack app as well. |
sgtm @HamidShojanazeri I actually think we shouldn't worry about this PR tbh (we can close it). This one meta-llama/llama-stack-apps#150 👈 imo has better potential (we can measure how well it performs on SWE bench and has real world application). |
What does this PR do?
Thought this would be an interesting example to have - to showcase structured outputs, tool calls and looping with Llama.
Here's a demo:
output-2024-12-22-compressed.mp4
Lmk what you think @mreso @wukaixingxp - do you think there's value in having this demo here?
Feature/Issue validation/testing
See README.md
Before submitting
Pull Request section?
to it if that's the case.
Thanks for contributing 🎉!