Skip to content

Commit

Permalink
re-enable DPO for tests in modal ci
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Mar 7, 2024
1 parent 638c2da commit b331d79
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/e2e/test_dpo.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
import unittest
from pathlib import Path

import pytest

from axolotl.cli import load_rl_datasets
from axolotl.common.cli import TrainerCliArgs
from axolotl.train import train
Expand All @@ -21,7 +19,6 @@
os.environ["WANDB_DISABLED"] = "true"


@pytest.mark.skip(reason="doesn't seem to work on modal")
class TestDPOLlamaLora(unittest.TestCase):
"""
Test case for DPO Llama models using LoRA
Expand Down

0 comments on commit b331d79

Please sign in to comment.