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

Avoid TGI error logit_bias: invalid type #1557

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Conversation

jvstme
Copy link
Collaborator

@jvstme jvstme commented Aug 14, 2024

TGI's OpenAI interface implementation does not
seem to handle the logit_bias property correctly,
so dstack-gateway will now avoid sending any
properties that were not explicitly set in the
user's request.

Fixes #1549

TGI's OpenAI interface implementation does not
seem to handle the logit_bias property correctly,
so dstack-gateway will now avoid sending any
properties that were not explicitly set in the
user's request.
@jvstme jvstme requested a review from r4victor August 14, 2024 22:53
@jvstme jvstme merged commit 3802f3c into master Aug 15, 2024
16 checks passed
@jvstme jvstme deleted the issue_1549_avoid_tgi_error branch August 15, 2024 07:08
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.

[Bug]: Error using OpenAI interface with TGI: logit_bias: invalid type: map, expected a sequence
2 participants