Skip to content

Commit

Permalink
Fix L0_implicit_state
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrizian committed Oct 13, 2023
1 parent 135341b commit 86bb313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/common/gen_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,5 @@ def np_to_torch_dtype(np_dtype):
elif np_dtype == np.float64:
return torch.double
elif np_dtype == np_dtype_string:
return None # Not supported in Torch
return List[str]
return None

0 comments on commit 86bb313

Please sign in to comment.