Skip to content

Commit e374637

Browse files
committed
try to support etp
1 parent c5bccde commit e374637

File tree

1 file changed

+3
-3
lines changed
  • python/sgl_jax/srt/layers

1 file changed

+3
-3
lines changed

python/sgl_jax/srt/layers/moe.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,9 @@ def __call__(self, hidden_states, topk_weights, topk_ids):
263263
P(None), # hidden_states
264264
P(None), # topk_weights
265265
P(None), # topk_ids
266-
P("expert", None, "data"), # w0_weights
267-
P("expert", None, "data"), # w1_weights
268-
P("expert", "data", None), # wo_weights
266+
P("tensor", None, "data"), # w0_weights
267+
P("tensor", None, "data"), # w1_weights
268+
P("tensor", "data", None), # wo_weights
269269
),
270270
out_specs=P(None),
271271
check_rep=False,

0 commit comments

Comments
 (0)