fix: remove vision_model. from ununsed tensors (#1983)

This commit is contained in:
leejet 2026-09-17 02:08:24 +08:00 committed by GitHub
parent 59c23bce0d
commit 3161505fe8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,6 @@ const char* unused_tensors[] = {
"text_encoders.llm.output.weight",
"text_encoders.llm.lm_head.",
"language_model.lm_head.",
"vision_model.",
};
bool is_unused_tensor(const std::string& name) {