[compile] Add enable_prompt_embeds to compile hash. (#27285)

Signed-off-by: zhxchen17 <zhxchen17@fb.com>
Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk>
This commit is contained in:
Zhengxu Chen 2025-10-28 08:46:03 -04:00 committed by GitHub
parent 0484b64248
commit 259504e147
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -345,6 +345,7 @@ class ModelConfig:
factors.append(self.rope_scaling) factors.append(self.rope_scaling)
factors.append(self.rope_theta) factors.append(self.rope_theta)
factors.append(self.video_pruning_rate) factors.append(self.video_pruning_rate)
factors.append(self.enable_prompt_embeds)
# hf_config can control how the model looks! # hf_config can control how the model looks!
try: try: