mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-07 20:17:45 +00:00
fix: default cost to NaN when calculation fails in LiteLLM backend (#912)
* fix: default cost to NaN when calculation fails in LiteLLM backend * lint * lint
This commit is contained in:
@@ -826,7 +826,7 @@ class QTDockerEnv(DockerEnv):
|
||||
def __init__(self, conf: DockerConf = QlibDockerConf()):
|
||||
super().__init__(conf)
|
||||
|
||||
def prepare(self, *args, **kwargs) -> None: # type: ignore[explicit-override, no-untyped-def]
|
||||
def prepare(self, *args, **kwargs) -> None: # type: ignore[no-untyped-def]
|
||||
"""
|
||||
Download image & data if it doesn't exist
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user