Convert discarded-value ternary to a plain if statement (#25449)
This commit is contained in:
@@ -636,11 +636,8 @@ class ModelRunner(ModelRunnerKVCacheMixin):
|
|||||||
)
|
)
|
||||||
self.expert_location_updater = ExpertLocationUpdater()
|
self.expert_location_updater = ExpertLocationUpdater()
|
||||||
|
|
||||||
(
|
if self.server_args.elastic_ep_backend:
|
||||||
ElasticEPStateManager.init(self.server_args)
|
ElasticEPStateManager.init(self.server_args)
|
||||||
if self.server_args.elastic_ep_backend
|
|
||||||
else None
|
|
||||||
)
|
|
||||||
# Load the model
|
# Load the model
|
||||||
self.sampler = create_sampler()
|
self.sampler = create_sampler()
|
||||||
self.load_model()
|
self.load_model()
|
||||||
|
|||||||
Reference in New Issue
Block a user