server: tests - slow inference causes timeout on the CI (#5715)

* server: tests - longer inference timeout for CI
This commit is contained in:
Pierrick Hymbert 2024-02-25 22:48:33 +01:00 committed by GitHub
parent 8b350356b2
commit e3965cf35a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -266,7 +266,7 @@ static llama_token llama_sampling_sample_impl(
// }
//}
LOG("sampled token: %5d: '%s'\n", id, llama_token_to_piece(ctx_main, id).c_str());
//LOG("sampled token: %5d: '%s'\n", id, llama_token_to_piece(ctx_main, id).c_str());
}
}