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

[Bug] Faqgen example dosent work #1468

Open
2 of 8 tasks
ShankarRIntel opened this issue Jan 24, 2025 · 3 comments
Open
2 of 8 tasks

[Bug] Faqgen example dosent work #1468

ShankarRIntel opened this issue Jan 24, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@ShankarRIntel
Copy link

Priority

P1-Stopper

OS type

Ubuntu

Hardware type

Xeon-GNR

Installation method

  • Pull docker images from hub.docker.com
  • Build docker images from source
  • Other

Deploy method

  • Docker
  • Docker Compose
  • Kubernetes Helm Charts
  • Kubernetes GMC
  • Other

Running nodes

Single Node

What's the version?

1.1

Description

Faqgen example hangs when started

Reproduce steps

Started as documented

Raw log

CONTAINER ID   IMAGE                                 COMMAND                  CREATED          STATUS          PORTS                                       NAMES
ebac01b62983   opea/faqgen-ui:latest                 "docker-entrypoint.s…"   41 minutes ago   Up 41 minutes   0.0.0.0:5173->5173/tcp, :::5173->5173/tcp   faqgen-gaudi-ui-server
e45643c9e812   opea/faqgen:latest                    "python faqgen.py"       41 minutes ago   Up 41 minutes   0.0.0.0:8888->8888/tcp, :::8888->8888/tcp   faqgen-gaudi-backend-server
3f188f735cdc   opea/llm-faqgen-tgi:latest            "bash entrypoint.sh"     41 minutes ago   Up 41 minutes   0.0.0.0:9000->9000/tcp, :::9000->9000/tcp   llm-faqgen-server
ff109d3bd646   ghcr.io/huggingface/tgi-gaudi:2.0.6   "text-generation-lau…"   41 minutes ago   Up 41 minutes   0.0.0.0:8008->80/tcp, :::8008->80/tcp       tgi-gaudi-server


ebac01b62983   opea/faqgen-ui:latest                 "docker-entrypoint.s…"   42 minutes ago   Up 42 minutes   0.0.0.0:5173->5173/tcp, :::5173->5173/tcp   faqgen-gaudi-ui-server
e45643c9e812   opea/faqgen:latest                    "python faqgen.py"       42 minutes ago   Up 42 minutes   0.0.0.0:8888->8888/tcp, :::8888->8888/tcp   faqgen-gaudi-backend-server
3f188f735cdc   opea/llm-faqgen-tgi:latest            "bash entrypoint.sh"     42 minutes ago   Up 42 minutes   0.0.0.0:9000->9000/tcp, :::9000->9000/tcp   llm-faqgen-server
ff109d3bd646   ghcr.io/huggingface/tgi-gaudi:2.0.6   "text-generation-lau…"   42 minutes ago   Up 42 minutes   0.0.0.0:8008->80/tcp, :::8008->80/tcp       tgi-gaudi-server

Attachments

faqgen.txt

@ShankarRIntel ShankarRIntel added the bug Something isn't working label Jan 24, 2025
@chensuyue
Copy link
Collaborator

chensuyue commented Jan 27, 2025

Please use the matched source code tag with image tag for test. For examples, if you are using latest image then run with main branch. If the image tag is 1.1 then run with v1.1 source code. Here seems you are using the latest image run with 1.1 compose, that will not work.

@chensuyue
Copy link
Collaborator

We have a big code refactor for v1.2 to optimize the code structure, that cause the incompatible changes in compose yaml and docker image. I suggest you use image tag 1.2 for test.

@ShankarRIntel
Copy link
Author

ShankarRIntel commented Jan 30, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants