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
3 changes: 0 additions & 3 deletions tests/e2e/test_reward_model_smollm2.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

import unittest

import pytest

from axolotl.common.datasets import load_datasets
from axolotl.train import train
from axolotl.utils.config import normalize_config, validate_config
Expand All @@ -19,7 +17,6 @@ class TestRewardModelLoraSmolLM2(unittest.TestCase):
Test case for Llama reward models using LoRA
"""

@pytest.mark.skip(reason="FIXME, mostly underused functionality")
@with_temp_dir
def test_rm_lora(self, temp_dir):
cfg = DictDefault(
Expand Down
Loading