8000 tests : avoid github urls due to throttling (#13654) · robbiemu/llama.cpp@759e37b · GitHub
[go: up one dir, main page]

Skip to content

Commit 759e37b

Browse files
authored
tests : avoid github urls due to throttling (ggml-org#13654)
1 parent 4245e62 commit 759e37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-arg-parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ int main(void) {
128128

129129
if (common_has_curl()) {
130130
printf("test-arg-parser: test curl-related functions\n\n");
131-
const char * GOOD_URL = "https://raw.githubusercontent.com/ggml-org/llama.cpp/refs/heads/master/README.md";
131+
const char * GOOD_URL = "https://ggml.ai/";
132132
const char * BAD_URL = "https://www.google.com/404";
133133
const char * BIG_FILE = "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large-v1.bin";
134134

0 commit comments

Comments
 (0)
0