Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker compose to fix issues with downloads hanging or failing #278

Merged
merged 3 commits into from
Jun 12, 2024

Conversation

wsfowler
Copy link
Contributor

Description

We were running into issues using the ChatQnA example in various environments. After troubleshooting and researching, came across this issue. Added the environment variables below to the docker_compose.yaml

      HF_HUB_DISABLE_PROGRESS_BARS: 1
      HF_HUB_ENABLE_HF_TRANSFER: 0

This resolved the issues with downloads failing or hanging. This same change may need to be made to the Docker Compose files for the other examples.

Issues

#216

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)

Dependencies

None

Tests

Used the test script ChatQnA/tests/test_chatqna_on_gaudi.sh

@lvliang-intel lvliang-intel merged commit f2a9437 into opea-project:main Jun 12, 2024
7 checks passed
Spycsh pushed a commit to Spycsh/GenAIExamples that referenced this pull request Jun 19, 2024
@wsfowler wsfowler deleted the update_docker_compose branch June 20, 2024 20:59
yogeshmpandey pushed a commit to hteeyeoh/GenAIExamples that referenced this pull request Aug 12, 2024
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.

3 participants