-
Notifications
You must be signed in to change notification settings - Fork 151
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
Redocs into main #67
base: main
Are you sure you want to change the base?
Redocs into main #67
Conversation
* Ignore vLLM test (#57) * add: vllm support * fix: change model in test * formatted with black * add: ignore tests for vllm on github * ignore pytest for vllm * docs(contributor): contrib-readme-action has updated readme * pip3->pip; nit * Add multimodal tasks * docs(contributor): contrib-readme-action has updated readme * Update mathvista.py Added prompts for answer extraction. * Update mathvista.py Added the error handling when importing packages. * raise exception if cannot parse answer, do not return an arbitrary answer * remove unused comments * feat: Added Ollama engine via OpenAI api (#51) * feat: Added Ollama engine via OpenAI api * fix: Added PR remarks and test --------- Co-authored-by: Nihal Nayak <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Mert Yuksekgonul <[email protected]> Co-authored-by: Pan Lu <[email protected]> Co-authored-by: Atakan Tekparmak <[email protected]>
docs/source/conf.py
Outdated
author = 'TextGrad authors' | ||
|
||
# The full version, including alpha/beta/rc tags | ||
release = '0.1.3' |
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 is not the right version
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.
good to read it directly from the package or the installation
@@ -0,0 +1,12 @@ | |||
sphinx_autodoc_typehints |
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.
do we want to add versioning?
No description provided.