mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-16 08:08:33 +02:00
talk-llama : sync llama.cpp
This commit is contained in:
@ -155,4 +155,8 @@ struct llama_model_loader {
|
||||
llama_mlocks * lmlocks,
|
||||
llama_progress_callback progress_callback,
|
||||
void * progress_callback_user_data);
|
||||
|
||||
std::string ftype_name() const;
|
||||
|
||||
void print_info() const;
|
||||
};
|
||||
|
Reference in New Issue
Block a user