Skip to content

Commit

Permalink
No CPU test.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed May 17, 2024
1 parent 6714ccb commit 4a8dc0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions atomgpt/tests/test_inverse.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from atomgpt.inverse_models.mistral import FastMistralModel

def test_inverse_model():
f = FastMistralModel.from_pretrained()
print(f)
#def test_inverse_model():
# f = FastMistralModel.from_pretrained()
# print(f)

0 comments on commit 4a8dc0f

Please sign in to comment.