Closed philschmid closed 1 month ago
Hey @philschmid, I landed the chang for role to user, are you still seeing an error pop up and if so do you have more details on it?
Nope I worked from the fork i had and it worked, will confirm from main
Tested on commit works as well.
Hello,
When trying to benchmark google/gemma-2-9b-it i ran into an issue. It seems like
guidellm
uses[system](https://github.com/neuralmagic/guidellm/blob/f7947110ae1446ce765d6019cc4ab0a31d335923/src/guidellm/backend/openai.py#L109)
message to sent request, which leads toI tried to change to
user
but this leads topydantic
validation errors. Trying to debug this but any pointers or help is appreciated.