Skip to content

Conversation

@chensuyue
Copy link
Collaborator

@chensuyue chensuyue commented May 21, 2025

Description

Update default model to resolve the vllm/model_executor issue.

Issues

workaround for opea-project/GenAIComps#1719

Type of change

List the type of change like below. Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Breaking change (fix or feature that would break existing design and interface)
  • Others (enhancement, documentation, validation, etc.)

Dependencies

List the newly introduced 3rd party dependency if exists.

Tests

Describe the tests that you ran to verify your changes.

Copilot AI review requested due to automatic review settings May 21, 2025 09:36
@chensuyue chensuyue requested a review from letonghan as a code owner May 21, 2025 09:36
@github-actions
Copy link

github-actions bot commented May 21, 2025

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Files

None

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request updates the default model configuration to resolve the vllm/model_executor issue.

  • Added an environment variable for HF_TOKEN in the Docker Compose file
  • Assigned HF_TOKEN the same value as HUGGINGFACEHUB_API_TOKEN to meet service requirements
Files not reviewed (1)
  • DocSum/docker_compose/intel/set_env.sh: Language not supported

http_proxy: ${http_proxy}
https_proxy: ${https_proxy}
HUGGINGFACEHUB_API_TOKEN: ${HUGGINGFACEHUB_API_TOKEN}
HF_TOKEN: ${HUGGINGFACEHUB_API_TOKEN}
Copy link

Copilot AI May 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add an inline comment clarifying the need for HF_TOKEN alongside HUGGINGFACEHUB_API_TOKEN, explaining if they target different service behaviors or provide backward compatibility for the vllm/model_executor.

Copilot uses AI. Check for mistakes.
Signed-off-by: chensuyue <suyue.chen@intel.com>
@chensuyue
Copy link
Collaborator Author

chensuyue commented May 21, 2025

gaudi test failed with known issue opea-project/GenAIComps#1725

@chensuyue chensuyue merged commit afb46bd into main May 22, 2025
26 of 28 checks passed
@chensuyue chensuyue deleted the suyue/ci branch May 22, 2025 07:49
@eero-t
Copy link
Contributor

eero-t commented May 22, 2025

Workaround indeed. Just changing the default is not going to fix issue user is going to have when she tries to use some other model. I.e. this issue will need more investigation...

alexsin368 pushed a commit to alexsin368/GenAIExamples that referenced this pull request Aug 13, 2025
…roject#1985)

Signed-off-by: chensuyue <suyue.chen@intel.com>
Signed-off-by: alexsin368 <alex.sin@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants