Skip to content

[CI] Broken Test Pipeline #285

@rootfs

Description

@rootfs

Describe the bug
The CI is currently broken due to missing HF pkg import
https://github.com/vllm-project/semantic-router/actions/runs/18093944987/job/51480739334?pr=284

  make download-models
  shell: /usr/bin/bash -e {0}
  env:
    CARGO_HOME: /home/runner/.cargo
    CARGO_INCREMENTAL: 0
    CARGO_TERM_COLOR: always
    CI_MINIMAL_MODELS: true
    HF_HUB_ENABLE_HF_TRANSFER: 1
    HF_HUB_DISABLE_TELEMETRY: 1
make[1]: Entering directory '/home/runner/work/semantic-router/semantic-router'
==================> Running download-models ============> ... 
CI_MINIMAL_MODELS=true -> downloading minimal model set
make[2]: Entering directory '/home/runner/work/semantic-router/semantic-router'
make[3]: Entering directory '/home/runner/work/semantic-router/semantic-router'
Downloading '.gitattributes' to 'models/category_classifier_modernbert-base_model/.cache/huggingface/download/wPaCkH-WbT7GsmxMKKrNZTV4nSM=.a6344aac8c09253b3b630fb776ae94478aa0275b.incomplete'
Traceback (most recent call last):
  File "/home/runner/.local/lib/python3.12/site-packages/huggingface_hub/file_download.py", line 402, in http_get
    import hf_transfer  # type: ignore[no-redef]
    ^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'hf_transfer'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions