editorconfig : fix whitespaces

This commit is contained in:
Georgi Gerganov 2023-08-18 12:42:38 +03:00
parent e35f8c744e
commit dea5be61d7
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
3 changed files with 3 additions and 3 deletions

View File

@ -235,7 +235,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:

View File

@ -232,7 +232,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:

View File

@ -259,7 +259,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: