Skip to content

Add HPUs (Intel® Gaudi®) support #36443

Add HPUs (Intel® Gaudi®) support

Add HPUs (Intel® Gaudi®) support #36443

Triggered via pull request January 16, 2025 23:39
Status Failure
Total duration 6m 9s
Artifacts

check_diffs.yml

on: pull_request
Matrix: compile-integration-tests
Matrix: extended-tests
Matrix: lint
Matrix: test-doc-imports
Waiting for pending jobs
Matrix: test-pydantic
Matrix: test
CI Success
1s
CI Success
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 25 warnings
cd libs/community / make lint #3.9
Process completed with exit code 2.
cd libs/community / make lint #3.13
Process completed with exit code 2.
Ruff (F401): libs/partners/huggingface/langchain_huggingface/hpu_utils.py#L5
langchain_huggingface/hpu_utils.py:5:9: F401 `transformers.AutoTokenizer` imported but unused; consider using `importlib.util.find_spec` to test for availability
Ruff (F401): libs/partners/huggingface/langchain_huggingface/hpu_utils.py#L7
langchain_huggingface/hpu_utils.py:7:42: F401 `transformers.pipeline` imported but unused; consider using `importlib.util.find_spec` to test for availability
Ruff (I001): libs/partners/huggingface/langchain_huggingface/hpu_utils.py#L24
langchain_huggingface/hpu_utils.py:24:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): libs/partners/huggingface/langchain_huggingface/hpu_utils.py#L42
langchain_huggingface/hpu_utils.py:42:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L1
langchain_huggingface/llms/huggingface_pipeline.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (E501): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L12
langchain_huggingface/llms/huggingface_pipeline.py:12:89: E501 Line too long (117 > 88)
Ruff (E501): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L134
langchain_huggingface/llms/huggingface_pipeline.py:134:89: E501 Line too long (110 > 88)
Ruff (E501): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L135
langchain_huggingface/llms/huggingface_pipeline.py:135:89: E501 Line too long (97 > 88)
Ruff (E501): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L137
langchain_huggingface/llms/huggingface_pipeline.py:137:89: E501 Line too long (102 > 88)
Ruff (E501): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L138
langchain_huggingface/llms/huggingface_pipeline.py:138:89: E501 Line too long (107 > 88)
Ruff (F401): libs/partners/huggingface/langchain_huggingface/hpu_utils.py#L5
langchain_huggingface/hpu_utils.py:5:9: F401 `transformers.AutoTokenizer` imported but unused; consider using `importlib.util.find_spec` to test for availability
Ruff (F401): libs/partners/huggingface/langchain_huggingface/hpu_utils.py#L7
langchain_huggingface/hpu_utils.py:7:42: F401 `transformers.pipeline` imported but unused; consider using `importlib.util.find_spec` to test for availability
Ruff (I001): libs/partners/huggingface/langchain_huggingface/hpu_utils.py#L24
langchain_huggingface/hpu_utils.py:24:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): libs/partners/huggingface/langchain_huggingface/hpu_utils.py#L42
langchain_huggingface/hpu_utils.py:42:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L1
langchain_huggingface/llms/huggingface_pipeline.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (E501): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L12
langchain_huggingface/llms/huggingface_pipeline.py:12:89: E501 Line too long (117 > 88)
Ruff (E501): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L134
langchain_huggingface/llms/huggingface_pipeline.py:134:89: E501 Line too long (110 > 88)
Ruff (E501): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L135
langchain_huggingface/llms/huggingface_pipeline.py:135:89: E501 Line too long (97 > 88)
Ruff (E501): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L137
langchain_huggingface/llms/huggingface_pipeline.py:137:89: E501 Line too long (102 > 88)
Ruff (E501): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L138
langchain_huggingface/llms/huggingface_pipeline.py:138:89: E501 Line too long (107 > 88)
CI Success
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make lint #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make lint #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / poetry run pytest -m compile tests/integration_tests #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / poetry run pytest -m compile tests/integration_tests #3.11
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make test # pydantic: ~=2.7.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make test # pydantic: ~=2.8.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make test # pydantic: ~=2.10.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make test # pydantic: ~=2.9.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make test #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make extended_tests #3.12
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/partners/huggingface / make lint #3.12
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/partners/huggingface / make lint #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make extended_tests #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/partners/huggingface / make test # pydantic: ~=2.6.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/partners/huggingface / make test # pydantic: ~=2.5.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/partners/huggingface / make test # pydantic: ~=2.8.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/partners/huggingface / make test # pydantic: ~=2.7.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make test #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/partners/huggingface / make test #3.12
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/partners/huggingface / make test #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/partners/huggingface / make test # pydantic: ~=2.9.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
CI Success
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636