mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-05 09:36:52 +00:00
editorconfig : fix whitespaces
This commit is contained in:
@@ -235,7 +235,7 @@ for part_name in part_names:
|
|||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
n_dims = len(data.shape)
|
n_dims = len(data.shape)
|
||||||
data_dtype = data.dtype
|
data_dtype = data.dtype
|
||||||
|
|
||||||
# if f32 desired, convert any float16 to float32
|
# if f32 desired, convert any float16 to float32
|
||||||
if ftype == 0 and data_dtype == np.float16:
|
if ftype == 0 and data_dtype == np.float16:
|
||||||
|
|||||||
@@ -232,7 +232,7 @@ for part_name in part_names:
|
|||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
n_dims = len(data.shape)
|
n_dims = len(data.shape)
|
||||||
data_dtype = data.dtype
|
data_dtype = data.dtype
|
||||||
|
|
||||||
# if f32 desired, convert any float16 to float32
|
# if f32 desired, convert any float16 to float32
|
||||||
if ftype == 0 and data_dtype == np.float16:
|
if ftype == 0 and data_dtype == np.float16:
|
||||||
|
|||||||
@@ -259,7 +259,7 @@ for part_name in part_names:
|
|||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
n_dims = len(data.shape)
|
n_dims = len(data.shape)
|
||||||
data_dtype = data.dtype
|
data_dtype = data.dtype
|
||||||
|
|
||||||
# if f32 desired, convert any float16 to float32
|
# if f32 desired, convert any float16 to float32
|
||||||
if ftype == 0 and data_dtype == np.float16:
|
if ftype == 0 and data_dtype == np.float16:
|
||||||
|
|||||||
Reference in New Issue
Block a user