-
Notifications
You must be signed in to change notification settings - Fork 52
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
docs: Added links to llama.cpp REST API documentation #274
Conversation
We were not able to find or create Copr project
Unless the HTTP status code above is >= 500, please check your configuration for:
|
@ericcurtin suggestions on the failure above? Obviously from the commit, I didn't change any code, just two markdown files - anything I need to change to get this to pass the tests? (See error above about 'packit/containers-ramalama-274') - this is in relation to #265 |
The failure is because you didn't sign your commit, please amend your commits with: git commit -s --amend I really wish we had a bot that delivered this feedback on failed DCO build, this happens all the time |
17ba925
to
f669333
Compare
Just did the |
Could you rebase this, then the CI/CD system will be fixed. git pull origin main |
…lling error Signed-off-by: Josiah Bryan <josiahbryan@gmail.com>
d8b5711
to
6a191e0
Compare
@ericcurtin I think I got it all resolved - should be good to go now. |
LGTM |
Thanks @josiahbryan |
docs: Added links to llama.cpp REST API documentation and fixed a small spelling error in the readme.
(Submitting PR per @ericcurtin at #265 (comment))