[Frontend] [Core] Integrate Tensorizer in to S3 loading machinery, allow passing arbitrary arguments during save/load (#19619)

Signed-off-by: Sanger Steel <sangersteel@gmail.com>
Co-authored-by: Eta <esyra@coreweave.com>
This commit is contained in:
Sanger Steel
2025-07-08 01:47:43 -04:00
committed by GitHub
parent e34d130c16
commit 72d14d0eed
18 changed files with 814 additions and 196 deletions

View File

@@ -106,7 +106,7 @@ class PEFTHelper:
"adapter_config.json")
with open_stream(lora_config_path,
mode="rb",
**tensorizer_args.stream_params) as f:
**tensorizer_args.stream_kwargs) as f:
config = json.load(f)
logger.info("Successfully deserialized LoRA config from %s",