mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Remove a comment
This commit is contained in:
parent
dfd9c60d80
commit
a78ca6ffcd
|
|
@ -295,8 +295,6 @@ def generate_reply_HF(question, original_question, state, stopping_strings=None,
|
|||
_StopEverythingStoppingCriteria
|
||||
)
|
||||
|
||||
# Native ExLlamav3Model handles multimodal internally - no special routing needed
|
||||
|
||||
if shared.args.loader == 'Transformers':
|
||||
clear_torch_cache()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue