Change boolean_t to bool type

This commit is contained in:
Tevin Wang 2024-04-22 13:49:17 -04:00 committed by GitHub
parent af5af31aa0
commit 309a918ed7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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