We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4245e62 commit 759e37bCopy full SHA for 759e37b
tests/test-arg-parser.cpp
@@ -128,7 +128,7 @@ int main(void) {
128
129
if (common_has_curl()) {
130
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";
+ const char * GOOD_URL = "https://ggml.ai/";
132
const char * BAD_URL = "https://www.google.com/404";
133
const char * BIG_FILE = "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large-v1.bin";
134
0 commit comments