py : fix whitespace

This commit is contained in:
Georgi Gerganov
2023-08-21 16:42:27 +03:00
parent 1e7a0092dd
commit 6490ff7198
3 changed files with 4 additions and 4 deletions

View File

@@ -250,7 +250,7 @@ for part_name in part_names:
sys.exit()
n_dims = len(data.shape)
data_dtype = data.dtype
data_dtype = data.dtype
# if f32 desired, convert any float16 to float32
if ftype == 0 and data_dtype == np.float16: