Add TensorRT-LLM connector for Langchain #92
Annotations
34 errors and 1 warning
Ruff (I001):
libs/trt/langchain_nvidia_trt/__init__.py#L1
langchain_nvidia_trt/__init__.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
libs/trt/langchain_nvidia_trt/llms.py#L1
langchain_nvidia_trt/llms.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
libs/trt/langchain_nvidia_trt/llms.py#L8
langchain_nvidia_trt/llms.py:8:25: F401 `typing.Callable` imported but unused
|
Ruff (F401):
libs/trt/langchain_nvidia_trt/llms.py#L23
langchain_nvidia_trt/llms.py:23:8: F401 `uuid` imported but unused
|
Ruff (E501):
libs/trt/langchain_nvidia_trt/llms.py#L25
langchain_nvidia_trt/llms.py:25:89: E501 Line too long (97 > 88)
|
Ruff (F401):
libs/trt/langchain_nvidia_trt/llms.py#L26
langchain_nvidia_trt/llms.py:26:34: F401 `tensorrt_llm.runtime.PYTHON_BINDINGS` imported but unused
|
Ruff (E501):
libs/trt/langchain_nvidia_trt/llms.py#L428
langchain_nvidia_trt/llms.py:428:89: E501 Line too long (92 > 88)
|
Ruff (E501):
libs/trt/langchain_nvidia_trt/llms.py#L431
langchain_nvidia_trt/llms.py:431:89: E501 Line too long (105 > 88)
|
Ruff (F841):
libs/trt/langchain_nvidia_trt/llms.py#L645
langchain_nvidia_trt/llms.py:645:17: F841 Local variable `inputs` is assigned to but never used
|
Ruff (I001):
libs/trt/langchain_nvidia_trt/utils.py#L1
langchain_nvidia_trt/utils.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
libs/trt/langchain_nvidia_trt/__init__.py#L1
langchain_nvidia_trt/__init__.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
libs/trt/langchain_nvidia_trt/llms.py#L1
langchain_nvidia_trt/llms.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
libs/trt/langchain_nvidia_trt/llms.py#L8
langchain_nvidia_trt/llms.py:8:25: F401 `typing.Callable` imported but unused
|
Ruff (F401):
libs/trt/langchain_nvidia_trt/llms.py#L23
langchain_nvidia_trt/llms.py:23:8: F401 `uuid` imported but unused
|
Ruff (E501):
libs/trt/langchain_nvidia_trt/llms.py#L25
langchain_nvidia_trt/llms.py:25:89: E501 Line too long (97 > 88)
|
Ruff (F401):
libs/trt/langchain_nvidia_trt/llms.py#L26
langchain_nvidia_trt/llms.py:26:34: F401 `tensorrt_llm.runtime.PYTHON_BINDINGS` imported but unused
|
Ruff (E501):
libs/trt/langchain_nvidia_trt/llms.py#L428
langchain_nvidia_trt/llms.py:428:89: E501 Line too long (92 > 88)
|
Ruff (E501):
libs/trt/langchain_nvidia_trt/llms.py#L431
langchain_nvidia_trt/llms.py:431:89: E501 Line too long (105 > 88)
|
Ruff (F841):
libs/trt/langchain_nvidia_trt/llms.py#L645
langchain_nvidia_trt/llms.py:645:17: F841 Local variable `inputs` is assigned to but never used
|
Ruff (I001):
libs/trt/langchain_nvidia_trt/utils.py#L1
langchain_nvidia_trt/utils.py:1:1: I001 Import block is un-sorted or un-formatted
|
cd libs/trt / poetry run pytest -m compile tests/integration_tests #3.11
Process completed with exit code 2.
|
cd libs/trt / poetry run pytest -m compile tests/integration_tests #3.8
The job was canceled because "_3_11" failed.
|
cd libs/trt / poetry run pytest -m compile tests/integration_tests #3.8
Process completed with exit code 2.
|
cd libs/trt / poetry run pytest -m compile tests/integration_tests #3.10
The job was canceled because "_3_11" failed.
|
cd libs/trt / poetry run pytest -m compile tests/integration_tests #3.10
Process completed with exit code 2.
|
cd libs/trt / make test #3.8
Process completed with exit code 2.
|
cd libs/trt / make test #3.10
Process completed with exit code 2.
|
cd libs/trt / make test #3.9
The job was canceled because "_3_8" failed.
|
cd libs/trt / make test #3.9
Process completed with exit code 2.
|
cd libs/trt / make test #3.11
The job was canceled because "_3_8" failed.
|
cd libs/trt / make test #3.11
Process completed with exit code 2.
|
cd libs/trt / poetry run pytest -m compile tests/integration_tests #3.9
The job was canceled because "_3_11" failed.
|
cd libs/trt / poetry run pytest -m compile tests/integration_tests #3.9
Process completed with exit code 2.
|
CI Success
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Ana06/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|