-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
failed to use "stop_words_list" for tensorrt-llm==0.9.0 #1642
Comments
Please follow the issue template to share the full end to end reproduced steps. Thank you for cooperation. |
The |
I update the trt version to 0.11.0.dev2024052100,it doesn't work... |
@Superjomn @byshiue Same question, can you give an example of successful use of stop_words or stop_words_list? Thank you, I am currently using the service started by tensorrtllm_backend, the commit number is 75b0964, and the corresponding tensorrtllm version number is f430a4b |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 15 days." |
Hi @fan-niu do u still have further issue or question now? If not, we'll close it soon. |
i use GenerationExecutorWorker for web service, using the parameters stop_words_list = [["hello, yes"]] by modifying the as_inference_request function in exectutor.py as follow:
the ir parameter as follow:
then failed
The text was updated successfully, but these errors were encountered: