mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-11-07 08:34:37 +01:00
minor : remove one more redundant line
This commit is contained in:
parent
ccd56a9c5b
commit
46a68fb9b5
@ -297,7 +297,6 @@ for name in list_vars.keys():
|
||||
name == "encoder.conv2.bias" or \
|
||||
name == "encoder.positional_embedding" or \
|
||||
name == "decoder.positional_embedding":
|
||||
ftype = 0
|
||||
print(" Converting to float32")
|
||||
data = data.astype(np.float32)
|
||||
ftype = 0
|
||||
|
Loading…
Reference in New Issue
Block a user