Change boolean_t to bool type
This commit is contained in:
parent
af5af31aa0
commit
309a918ed7
1 changed files with 1 additions and 1 deletions
|
@ -1866,7 +1866,7 @@ void llama_batch_add(
|
|||
|
||||
#ifdef LLAMA_USE_CURL
|
||||
|
||||
static bool llama_download_file(CURL * curl, const char * url, const char * path, boolean_t is_shard) {
|
||||
static bool llama_download_file(CURL * curl, const char * url, const char * path, bool is_shard) {
|
||||
bool force_download = false;
|
||||
|
||||
// Set the URL, allow to follow http redirection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue