From 465a1a2fa547c3b496565cf9fefd82554e2f9702 Mon Sep 17 00:00:00 2001 From: jhs-panda Date: Sun, 21 Apr 2024 18:56:24 -0400 Subject: [PATCH] removed print statements and cleaned up code --- common/common.cpp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/common/common.cpp b/common/common.cpp index ffa0af952..c108a7d1f 100644 --- a/common/common.cpp +++ b/common/common.cpp @@ -1999,17 +1999,10 @@ static bool llama_download_file(CURL * curl, const char * url, const char * path curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, static_cast(write_callback)); curl_easy_setopt(curl, CURLOPT_WRITEDATA, outfile); - // display download progress - //curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1L); - std::cout<<"HEREEEEEEEEEEEEEE\n"; - std::cout< 1) { char split_prefix[PATH_MAX] = {0}; char split_url_prefix[LLAMA_CURL_MAX_URL_LENGTH] = {0};