This commit is contained in:
Sigbjørn Skjæret 2026-03-21 15:35:36 +01:00 committed by GitHub
parent e224aa9473
commit fa0b3144f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ class ModelBase:
if n_experts > 0 and len(expert_blocks[key]) >= n_experts:
self._flush_nvfp4_experts(key, expert_blocks, expert_scales, expert_shapes, bid, proj_type)
else:
new_name = self._repack_nvfp4(name, weight, scale, scale2)
self._repack_nvfp4(name, weight, scale, scale2)
# Flush any remaining experts (fallback if n_experts was unknown)
for (bid, proj_type) in list(expert_blocks.keys()):