[AMD][DSV4] fix: drop shadowing local get_exec import that breaks model startup on ROCm (#40186)
This commit is contained in:
@@ -1080,8 +1080,6 @@ class DSV4PoolConfigurator(MemoryPoolConfigurator):
|
|||||||
max_speculative_num_draft_tokens() or 0
|
max_speculative_num_draft_tokens() or 0
|
||||||
)
|
)
|
||||||
|
|
||||||
from sglang.srt.runtime_context import get_exec
|
|
||||||
|
|
||||||
self.encoder_replay = get_exec().features.enable_encoder_swa_bounded_replay
|
self.encoder_replay = get_exec().features.enable_encoder_swa_bounded_replay
|
||||||
self.paged_draft_layers = 0
|
self.paged_draft_layers = 0
|
||||||
if self.encoder_replay and kvc.spec_algorithm.is_dspark():
|
if self.encoder_replay and kvc.spec_algorithm.is_dspark():
|
||||||
|
|||||||
Reference in New Issue
Block a user