You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Cleaned llm/ type errors
* Add nemoguardrails/llm to the pyright pre-commit check
* Fix types in nemoguardrails/rails module
* Use poetry install --all-extras --with dev to install langchain_nvidia_ai_endpoints for Github CI tests
* Install extras in test-coverage-report so the langchain_nvidia_ai_endpoints work for pyright type-checking
* Remove tritonclient from type-checking (should this be deprecated?
* Add upgrade-deps to the full-tests.yml file in Github CI/CD
* Exclude providers/trtllm/** and providers/_langchain_nvidia_ai_endpoints_patch.py from type-checking
* Roll back type cleaning under llm/providers/trtllm now they're excluded from type-checking
* Type-clean the LFU cache implementation
* Address Pouyan's feedback. Removed Model.model Optional and default value
* fix typo
* Revert github workflow changes (not needed now we exclude trtllm from type-checking)
* Remove comment from pyproject.toml
* Revert mandatory Model name field change, add None-guard back
* Address last feedback
0 commit comments