Skip to content

Add IPEX models support #36276

Add IPEX models support

Add IPEX models support #36276

Triggered via pull request January 13, 2025 18:42
Status Failure
Total duration 6m 17s
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
0s
CI Success
Fit to window
Zoom out
Zoom in

Annotations

28 errors and 13 warnings
Ruff (E402): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L23
langchain_huggingface/llms/huggingface_pipeline.py:23:1: E402 Module level import not at top of file
Ruff (I001): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L23
langchain_huggingface/llms/huggingface_pipeline.py:23:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L109
langchain_huggingface/llms/huggingface_pipeline.py:109:17: F401 `transformers.AutoModelForCausalLM` imported but unused; consider using `importlib.util.find_spec` to test for availability
Ruff (F401): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L110
langchain_huggingface/llms/huggingface_pipeline.py:110:17: F401 `transformers.AutoModelForSeq2SeqLM` imported but unused; consider using `importlib.util.find_spec` to test for availability
Ruff (E501): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L152
langchain_huggingface/llms/huggingface_pipeline.py:152:89: E501 Line too long (94 > 88)
Ruff (E501): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L153
langchain_huggingface/llms/huggingface_pipeline.py:153:89: E501 Line too long (121 > 88)
Ruff (E501): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L164
langchain_huggingface/llms/huggingface_pipeline.py:164:89: E501 Line too long (100 > 88)
Ruff (E501): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L173
langchain_huggingface/llms/huggingface_pipeline.py:173:89: E501 Line too long (104 > 88)
Ruff (E501): libs/partners/huggingface/langchain_huggingface/utils/import_utils.py#L62
langchain_huggingface/utils/import_utils.py:62:89: E501 Line too long (100 > 88)
Ruff (E501): libs/partners/huggingface/langchain_huggingface/utils/import_utils.py#L111
langchain_huggingface/utils/import_utils.py:111:89: E501 Line too long (95 > 88)
Ruff (E402): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L23
langchain_huggingface/llms/huggingface_pipeline.py:23:1: E402 Module level import not at top of file
Ruff (I001): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L23
langchain_huggingface/llms/huggingface_pipeline.py:23:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L109
langchain_huggingface/llms/huggingface_pipeline.py:109:17: F401 `transformers.AutoModelForCausalLM` imported but unused; consider using `importlib.util.find_spec` to test for availability
Ruff (F401): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L110
langchain_huggingface/llms/huggingface_pipeline.py:110:17: F401 `transformers.AutoModelForSeq2SeqLM` imported but unused; consider using `importlib.util.find_spec` to test for availability
Ruff (E501): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L152
langchain_huggingface/llms/huggingface_pipeline.py:152:89: E501 Line too long (94 > 88)
Ruff (E501): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L153
langchain_huggingface/llms/huggingface_pipeline.py:153:89: E501 Line too long (121 > 88)
Ruff (E501): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L164
langchain_huggingface/llms/huggingface_pipeline.py:164:89: E501 Line too long (100 > 88)
Ruff (E501): libs/partners/huggingface/langchain_huggingface/llms/huggingface_pipeline.py#L173
langchain_huggingface/llms/huggingface_pipeline.py:173:89: E501 Line too long (104 > 88)
Ruff (E501): libs/partners/huggingface/langchain_huggingface/utils/import_utils.py#L62
langchain_huggingface/utils/import_utils.py:62:89: E501 Line too long (100 > 88)
Ruff (E501): libs/partners/huggingface/langchain_huggingface/utils/import_utils.py#L111
langchain_huggingface/utils/import_utils.py:111:89: E501 Line too long (95 > 88)
cd libs/partners/huggingface / make test # pydantic: ~=2.8.0, python: 3.11,
Process completed with exit code 2.
cd libs/partners/huggingface / make test # pydantic: ~=2.6.0, python: 3.11,
Process completed with exit code 2.
cd libs/partners/huggingface / make test # pydantic: ~=2.5.0, python: 3.11,
Process completed with exit code 2.
cd libs/partners/huggingface / make test #3.12
Process completed with exit code 2.
cd libs/partners/huggingface / make test # pydantic: ~=2.9.0, python: 3.11,
Process completed with exit code 2.
cd libs/partners/huggingface / make test # pydantic: ~=2.7.0, python: 3.11,
Process completed with exit code 2.
cd libs/partners/huggingface / make test #3.9
Process completed with exit code 2.
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/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/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.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 #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 # 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/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/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
CI Success
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636