Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
Pierrick Hymbert 2024-03-23 17:51:34 +01:00 committed by GitHub
parent 34a7665ee7
commit 72d4eb5e5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2000,8 +2000,8 @@ struct llama_model * llama_load_model_from_url(
}
// Wait for all downloads to complete
for(auto &f : futures_download) {
if(!f.get()) {
for (auto & f : futures_download) {
if (!f.get()) {
return NULL;
}
}