[Frontend] [Core] Add Tensorizer support for V1, LoRA adapter serialization and deserialization (#17926)
Signed-off-by: Sanger Steel <sangersteel@gmail.com>
This commit is contained in:
@@ -1195,8 +1195,7 @@ class EngineArgs:
|
||||
#############################################################
|
||||
# Unsupported Feature Flags on V1.
|
||||
|
||||
if (self.load_format == LoadFormat.TENSORIZER.value
|
||||
or self.load_format == LoadFormat.SHARDED_STATE.value):
|
||||
if self.load_format == LoadFormat.SHARDED_STATE.value:
|
||||
_raise_or_fallback(
|
||||
feature_name=f"--load_format {self.load_format}",
|
||||
recommend_to_remove=False)
|
||||
|
||||
Reference in New Issue
Block a user