-
Notifications
You must be signed in to change notification settings - Fork 12
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
Default guidellm command only sends empty messages? #34
Comments
This issue doesn't occur for the specific model on the README, so it seems the issue is with assuming the model is Llama 3.1. Possibly the tokenizer is the issue?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Server:
Client:
These are some of the logs from my vLLM server:
You can see from the
prompt: '<s>'
entry that all of the prompts are just the BOS token, which has probably been added by the tokenizer.Is this intentional that we should define some range of prompt lengths?
The text was updated successfully, but these errors were encountered: