Format code (#118)

This commit is contained in:
Lianmin Zheng
2024-01-29 17:08:12 -08:00
committed by GitHub
parent 6b0af2853c
commit 4ea92f8307
6 changed files with 6 additions and 1 deletions

View File

@@ -315,4 +315,5 @@ class Qwen2ForCausalLM(nn.Module):
weight_loader = getattr(param, "weight_loader", default_weight_loader)
weight_loader(param, loaded_weight)
EntryClass = Qwen2ForCausalLM