models : change HF hosting from dataset to model

This commit is contained in:
Georgi Gerganov
2023-03-22 20:44:56 +02:00
parent 09e9068007
commit 1beff6f66d
7 changed files with 9 additions and 10 deletions

View File

@ -631,7 +631,6 @@ struct whisper_context {
int64_t t_load_us = 0;
int64_t t_start_us = 0;
ggml_type wtype = ggml_type::GGML_TYPE_F16; // weight type (FP32 or FP16)
whisper_model model;