-
Notifications
You must be signed in to change notification settings - Fork 115
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
fixing llamacpp pytyon docs and makefile #163
fixing llamacpp pytyon docs and makefile #163
Conversation
|
||
.PHONY: test | ||
test: | ||
pytest --log-cli-level NOTSET | ||
pytest --log-cli-level NOTSET |
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.
Should the tests also do a make all on this Makefile?
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.
we can add in a follow-up @lmilbaum
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.
I have added a version of this, let me know if I should remove it
|
||
```bash | ||
make -f Makefile models/mistral-7b-instruct-v0.1.Q4_K_M.gguf | ||
make -f Makefile mistral-7b-instruct-v0.1.Q4_K_M.gguf |
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.
Make mistral and llama variables defined above.
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.
Does this implementation look acceptable? I feel like users should be able to trigger a download without knowing the full model name
7a31c9e
to
7346200
Compare
LGTM |
Signed-off-by: greg pereira <[email protected]>
7346200
to
2cf35c1
Compare
Forgot to update the workflows, I will add those changes now. |
LGTM |
Part 1 of sepereating out #132 /cc @MichaelClifford @sallyom @rhatdan