Common: Fix exception f-string
This commit is contained in:
parent
036af02bf6
commit
ff38305145
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ async def load_model_gen(model_path: pathlib.Path, **kwargs):
|
|||
else:
|
||||
raise ValueError(
|
||||
f"Invalid backend '{backend_name}'. "
|
||||
"Available backends: {available_backends}"
|
||||
f"Available backends: {available_backends}"
|
||||
)
|
||||
|
||||
new_container: BaseModelContainer = await container_class.create(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue