Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jarulraj committed Mar 27, 2023
1 parent 4917f5e commit c138f73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration_tests/test_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ def setUpClass(cls):
execute_query_fetch_all(f"LOAD IMAGE '{meme1}' INTO MemeImages;")
execute_query_fetch_all(f"LOAD IMAGE '{meme2}' INTO MemeImages;")
load_inbuilt_udfs()
from eva.udfs.udf_bootstrap_queries import YoloV5_udf_query

execute_query_fetch_all(YoloV5_udf_query)

@classmethod
def tearDownClass(cls):
Expand Down

0 comments on commit c138f73

Please sign in to comment.