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

fix container name #552

Merged
merged 2 commits into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 0 additions & 50 deletions .github/workflows/VisualQnA.yml

This file was deleted.

2 changes: 1 addition & 1 deletion FaqGen/docker/xeon/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: "3.8"
services:
tgi-service:
image: ghcr.io/huggingface/text-generation-inference:1.4
container_name: tgi_xeon_server
container_name: tgi-xeon-server
ports:
- "8008:80"
environment:
Expand Down
2 changes: 1 addition & 1 deletion FaqGen/tests/test_faqgen_on_xeon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function validate_microservices() {
"${ip_address}:8008/generate" \
"generated_text" \
"tgi-service" \
"tgi_xeon_server" \
"tgi-xeon-server" \
'{"inputs":"What is Deep Learning?","parameters":{"max_new_tokens":17, "do_sample": true}}'

# llm microservice
Expand Down
Loading