Skip to content

Commit 2ecfe92

Browse files
committed
checkpoint so far
1 parent 3a94b7e commit 2ecfe92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tpu_inference/layers/vllm/quantization/compressed_tensors/compressed_tensors_moe.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@ def apply(
215215
if scoring_func != "softmax":
216216
raise NotImplementedError("Only softmax is supported for scoring_func")
217217

218+
import sys
219+
220+
sys.stdin = open(0)
221+
breakpoint()
222+
218223
_fused_moe_func = functools.partial(
219224
jax.jit(
220225
jax_fused_moe_func_padded,

0 commit comments

Comments
 (0)