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.
2 parents b358d84 + 08cc68a commit ed1556fCopy full SHA for ed1556f
llmaz/main.py
@@ -49,5 +49,5 @@
49
raise EnvironmentError(f"unknown model source type {model_source_type}")
50
51
Logger.info(
52
- f"loading models from {model_source_type} takes {datetime.now() - start_time}s"
+ f"loading models from {model_source_type} takes {(datetime.now() - start_time).total_seconds()}s"
53
)
0 commit comments