Skip to content

Commit

Permalink
remove duplicated functionality fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Dec 9, 2024
1 parent 70099c5 commit 94f7751
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/e2e/patched/test_fa_xentropy.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import logging
import os
from importlib import reload
from pathlib import Path

import pytest
Expand All @@ -22,14 +21,6 @@
os.environ["WANDB_DISABLED"] = "true"


@pytest.fixture(autouse=True)
def reload_transformers():
import transformers.models.llama.modeling_llama

yield
reload(transformers.models.llama.modeling_llama)


class TestFAXentropyLlama:
"""
Test case for Llama models using LoRA w multipack
Expand Down

0 comments on commit 94f7751

Please sign in to comment.