Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Feb 2, 2024
1 parent 3bf956b commit fb478fe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/models/llama/test_inference_llama.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import unittest


class LLaMaInferenceTest(unittest.TestCase):

def test_foo(self):
assert 1 == 1
7 changes: 7 additions & 0 deletions tests/models/llama/test_train_llama.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import unittest


class LLaMaTrainingTest(unittest.TestCase):

def test_foo(self):
assert 1 == 2

0 comments on commit fb478fe

Please sign in to comment.