mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-05 16:20:04 +01:00
Lint
This commit is contained in:
parent
307d13b540
commit
b950a0c6db
|
|
@ -329,7 +329,7 @@ class LlamaServer:
|
|||
env['LD_LIBRARY_PATH'] = os.path.dirname(self.server_path)
|
||||
|
||||
if shared.args.verbose:
|
||||
logger.info(f"llama-server command-line flags:")
|
||||
logger.info("llama-server command-line flags:")
|
||||
print(' '.join(str(item) for item in cmd[1:]))
|
||||
print()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue