Change boolean_t to bool type
This commit is contained in:
parent
af5af31aa0
commit
309a918ed7
|
|
@ -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…
Reference in New Issue