-
Notifications
You must be signed in to change notification settings - Fork 41
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
fix: use playground image based on llama-cpp-python #140
Conversation
I get an unauthorized access when I try to pull the image quay.io/bootsy/playground:v0 |
Should be ok now |
Need to verify with a curl request |
Yes, that works for me now. |
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.
Fixes containers#139 Signed-off-by: Jeff MAURY <[email protected]>
llama-cpp-python uses 24 as a default for max_tokens Signed-off-by: Jeff MAURY <[email protected]>
Ability to trigger the testing-framework workflow manually
Fixes #139