spacing
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
parent
34a7665ee7
commit
72d4eb5e5c
1 changed files with 2 additions and 2 deletions
|
@ -2000,8 +2000,8 @@ struct llama_model * llama_load_model_from_url(
|
||||||
}
|
}
|
||||||
|
|
||||||
// Wait for all downloads to complete
|
// Wait for all downloads to complete
|
||||||
for(auto &f : futures_download) {
|
for (auto & f : futures_download) {
|
||||||
if(!f.get()) {
|
if (!f.get()) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue