Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DrownFish19 committed Oct 18, 2024
1 parent 5237410 commit 63788b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/llm/test_rm.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class FinetuneTest(LLMTest, unittest.TestCase):

def setUp(self) -> None:
LLMTest.setUp(self)
sys.path.insert(0,"./llm/alignment/rm/flashmask")
sys.path.insert(0, "./llm/alignment/rm/flashmask")

def tearDown(self) -> None:
LLMTest.tearDown(self)
Expand Down

0 comments on commit 63788b4

Please sign in to comment.