-
Notifications
You must be signed in to change notification settings - Fork 569
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
Various docs fixes #1429
Various docs fixes #1429
Conversation
@@ -48,13 +48,6 @@ conda env create -f environment.yml | |||
|
|||
Then install the dependencies in editable mode, and install the `pre-commit` hooks: | |||
|
|||
```shell |
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 was repeated
|
||
For exllamav2, it mainly accepts only a list or a string(they also do cfg sampling with tuples but we will ignore this for now). | ||
The exllamav2's logic is: | ||
|
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 need a new line before the list)
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.
Thank you so much for these fixes, they are much appreciated! |
Follow up of #1343 In this PR I added: - all models to the API reference (we had only openai and transformers before) - fixes to the docstrings that were not following the numpy style - fixes to docstrings wrongly rendered by mkdocstring Thanks :)
Follow up of dottxt-ai#1343 In this PR I added: - all models to the API reference (we had only openai and transformers before) - fixes to the docstrings that were not following the numpy style - fixes to docstrings wrongly rendered by mkdocstring Thanks :)
Follow up of #1343
In this PR I added:
Thanks :)