whisper : revert accidental MB change

This commit is contained in:
Georgi Gerganov
2023-01-07 16:18:21 +02:00
parent d61d55cd4b
commit 65fdcbbbbb
2 changed files with 1 additions and 2 deletions

1
ggml.c
View File

@ -311,7 +311,6 @@ int64_t ggml_cycles_per_ms(void) {
return CLOCKS_PER_SEC/1000;
}
//#define GGML_PERF
#ifdef GGML_PERF
#define ggml_perf_time_ms() ggml_time_ms()
#define ggml_perf_time_us() ggml_time_us()