We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e44399 commit 35fc95aCopy full SHA for 35fc95a
src/guidellm/backend/openai.py
@@ -145,7 +145,7 @@ async def check_setup(self):
145
elif self.model not in models:
146
raise ValueError(
147
f"Model {self.model} not found in available models:"
148
- "{models} for target: {self.target}"
+ f"{models} for target: {self.target}"
149
)
150
151
async def prepare_multiprocessing(self):
0 commit comments