Skip to content

Commit

Permalink
Added arrays for new testing scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
ErBarb committed Oct 11, 2024
1 parent 7b24c3e commit 53f7117
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion clients/python/test/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def lib_test_available_grpc(model_name, server_grpc):
assert client._is_model_ready() is None


def lib_test_inference(model_name, server_grpc, atol=1e-6):
def lib_test_inference(model_name, server_grpc, atol=1e-4):
files = glob(f"**/arr-{model_name}-*.npy", recursive=True)
data = {Path(f).stem.split("-")[-1]: np.load(f) for f in files}

Expand Down

0 comments on commit 53f7117

Please sign in to comment.