Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/integration/generate_param_only_checkpoint_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_param_ckpt_generation_with_dot_product(quantization, capsys):

@pytest.mark.integration_test
@pytest.mark.tpu_only
@pytest.mark.scheduled_only
# @pytest.mark.scheduled_only
@pytest.mark.external_serving # Requires pre-generated checkpoint (Gemma-2b)
def test_param_ckpt_generation_with_pre_generated_ckpt(capsys):
"""Tests the parameter-only checkpoint generation and decode flow with a pre-generated Gemma-2b model checkpoint."""
Expand Down
Loading