mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 14:45:28 +00:00
Lint
This commit is contained in:
parent
307d13b540
commit
b950a0c6db
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue