-
Notifications
You must be signed in to change notification settings - Fork 203
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
feat: Add "local" source manager #285
Conversation
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.
looks really good!
small nit: A couple of instances of "LLama Deploy" in the README. A quick search and replace to fix would be great.
name: ./src | ||
# This assumes the file workflow.py contains a variable called `echo_workflow` containing our workflow instance | ||
path: workflow:echo_workflow | ||
``` |
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.
This makes me want llamactl init
😁
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.
Let's do that!
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.
This PR adds a local source manager that can be used instead of the git source manager for local experiments and demonstration purposes.
It was used to rewrite the README and can be possibly used in the docs as well, see the preview here.