mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Common: Fix exception f-string
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user