Skip to content

Commit 8c3e199

Browse files
authored
Revert gemma3n fast prefill changes (#23897)
Signed-off-by: Yong Hoon Shin <[email protected]>
1 parent 1c26b42 commit 8c3e199

File tree

3 files changed

+67
-355
lines changed

3 files changed

+67
-355
lines changed

tests/v1/e2e/test_kv_sharing_fast_prefill.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def cleanup(llm: LLM, compilation_config: CompilationConfig):
6464

6565
@fork_new_process_for_each_test
6666
@pytest.mark.parametrize("enforce_eager", [True])
67+
@pytest.mark.skip(reason="Disable until Gemma3n supports fast prefill")
6768
def test_kv_sharing_fast_prefill(
6869
monkeypatch: pytest.MonkeyPatch,
6970
enforce_eager: bool,

0 commit comments

Comments
 (0)