Skip to content

Commit

Permalink
Update test_llama.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoyaoding committed Mar 14, 2024
1 parent 0dc5e53 commit 5e0a3d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/models/test_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def test_llama2(device, opt):
print(current_memory_pool("vcuda"))


@pytest.mark.skip(reason='The transformers updated their modeling, skip until we update.')
def test_model_architecture():
import torch
import hidet
Expand Down

0 comments on commit 5e0a3d2

Please sign in to comment.