Skip to content

Commit e410d9c

Browse files
committed
Add comment
Signed-off-by: Jee Jee Li <[email protected]>
1 parent 41b4efc commit e410d9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/model_executor/model_loader/loader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,7 @@ def __init__(self, load_config: LoadConfig):
787787
with open(config_file_path, "r") as f:
788788
config = json.load(f)
789789
self.target_modules = config["target_modules"]
790+
# Save the module names without sharding.
790791
self.unsharded_weights_modules: List[str] = []
791792

792793
def _get_config_file(self, qlora_adapter: str) -> str:

0 commit comments

Comments
 (0)