Skip to content
Merged
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
1 change: 1 addition & 0 deletions tests/test_sft_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1477,6 +1477,7 @@ def test_train_vlm_prompt_completion_gemma(self):
# To ensure coverage, we run tests on the full model but mark them as slow to exclude from default runs.
@pytest.mark.slow
@require_vision
@pytest.mark.skip(reason="Model google/gemma-3n-E2B-it is gated and requires HF token")
def test_train_vlm_gemma_3n(self):
# Get the dataset
dataset = load_dataset("trl-internal-testing/zen-image", "conversational_language_modeling", split="train")
Expand Down
Loading