William Black
William Black
This is a work in progress. This is a continuation of PR #358. It was created by rebasing PR #358 to include the merged commits from PR #362 that removes...
This PR adds support for Ollama assistants.
The Gemma2B model is provided by Ollama, vLLM, and possibly others. Originally, we included it as `ragna.assistants.Gemma2B` from Ollama, but there could be a naming conflict if vLLM is included...
### Feature description Previously, we only had assistants hosted nonlocally. Now, adding Ollama, we will be supporting local assistants. The remote assistants all required API keys, but local ones like...
Changes in this PR: - Use pytest to run tests - Write a workflow to run the tests on the GitHub repository - Remove if `__name__ == "__main__"` section from...
### System information - **Have I written custom code (as opposed to using a stock example script provided in TensorFlow Model Analysis)**: No - **OS Platform and Distribution (e.g., Linux...
Google Would like to migrate the documentation for `serving` away from their internal systems, so this PR implements that migration. Changes in this PR: - Add `mkdocs` to the dependencies...
## URL(s) with the issue: Please provide a link to the documentation entry: https://tensorflow.github.io/serving/ ## Description of issue (what needs changing): After merging PR #2254, there are still bona fide...
**System information** - Have I specified the code to reproduce the issue: yes - Environment in which the code is executed: Linux - TensorFlow version: - TFX Version: Latest -...
Changes in this PR: - Add `.gitignore` file - Add unit test GitHub workflow - Add `unittest` `skip`s or `expectedFailure`s to tests with errors and failures, respectively You can get...