tests : avoid github urls due to throttling (#13654)
This commit is contained in:
parent
4245e622e0
commit
759e37b0d8
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ int main(void) {
|
|||
|
||||
if (common_has_curl()) {
|
||||
printf("test-arg-parser: test curl-related functions\n\n");
|
||||
const char * GOOD_URL = "https://raw.githubusercontent.com/ggml-org/llama.cpp/refs/heads/master/README.md";
|
||||
const char * GOOD_URL = "https://ggml.ai/";
|
||||
const char * BAD_URL = "https://www.google.com/404";
|
||||
const char * BIG_FILE = "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large-v1.bin";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue