-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Starcoder output is noise after upgrading to 0.2.0 #1385
Comments
@wjueyao Could you share the exact model name and your environment? |
@WoosukKwon The exact model name is 'huggingface/bigcode/starcoderbase-3b' And I run the api_server insider a docker which was build in the following way:
I encounter the same problem as this issue #741, so I then use
to solve the problem I then commit the image and run it as a deployment in k8s env, and the start cmd is
|
@wjueyao I tried
which seems to be normal. I used the current main branch, which is v0.2.1 + bug fix on TP. |
@WoosukKwon I tried the latest release 0.2.1.post1
still getting noise output. But it works fine with TP=2, which doesnt work on 0.2.0
|
I have the same problem with |
After upgrading to release 0.2.0 from 0.1.5, the output became unreadable.
Parameters were passed through vllm.entrypoints.openai.api_server
The output is noise:
It works fine on previous release(0.1.5), which was built from commit #941
Both case was run on A10
The text was updated successfully, but these errors were encountered: