bump to latest transformers release

This commit is contained in:
Wing Lian
2025-01-13 10:34:44 -05:00
parent af727eedf7
commit 23389b38b7
3 changed files with 8 additions and 6 deletions

View File

@@ -1,12 +1,15 @@
""""Test module for checking whether the Hugging Face Transformers is working as expected."""
import unittest
import pytest
from axolotl.monkeypatch.trainer_grad_accum import (
check_forward_is_patchable,
check_training_step_is_patchable,
)
@pytest.mark.skip("may not be needed for latest transformers version")
class TestTrainerGAIntegration(unittest.TestCase):
"""llama monkeypatch integration tests."""