[Intel HPU] fix bugs caused by other commits (#5074)

* [Intel HPU] fix bugs caused by other commits

* update code by copilot
This commit is contained in:
fmiao2372
2025-11-17 15:28:55 +08:00
committed by GitHub
parent 33f96ff93a
commit 74f33efdbf
2 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -328,7 +328,7 @@ class HPUModelRunner(ModelRunnerBase):
# Sampler
if not self.speculative_decoding:
self.sampler = Sampler()
self.sampler = Sampler(fd_config)
else:
self.sampler = SpeculativeSampler(fd_config)