Move mem_fraction_static adjustment for multimodal models to server_args.py & Fix session control & Other cleanups (#7748)
This commit is contained in:
@@ -1148,6 +1148,7 @@ class TokenizerManager:
|
||||
[
|
||||
"text",
|
||||
"output_ids",
|
||||
"embedding",
|
||||
]
|
||||
)
|
||||
elif self.log_requests_level == 1:
|
||||
@@ -1166,6 +1167,7 @@ class TokenizerManager:
|
||||
[
|
||||
"text",
|
||||
"output_ids",
|
||||
"embedding",
|
||||
]
|
||||
)
|
||||
elif self.log_requests_level == 2:
|
||||
|
||||
Reference in New Issue
Block a user