mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-02-06 10:59:11 +00:00
ggml : fix typo in previous commit
This commit is contained in:
parent
9a4b7a916e
commit
b6597539f9
2
ggml.c
2
ggml.c
@ -213,7 +213,7 @@ ggml_fp16_t ggml_fp32_to_fp16(float f) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#define GGML_FP16_TO_FP32(x) ggml_fp16_to_fp32(x)
|
#define GGML_FP16_TO_FP32(x) ggml_fp16_to_fp32(x)
|
||||||
#define GGML_FP32_TO_TP16(x) ggml_fp32_to_fp16(x)
|
#define GGML_FP32_TO_FP16(x) ggml_fp32_to_fp16(x)
|
||||||
|
|
||||||
#endif // __F16C__
|
#endif // __F16C__
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user