-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
Description
Git commit
git rev-parse HEAD
3b127c7
tag: b5232
Operating systems
Linux
GGML backends
Vulkan
Problem description & steps to reproduce
cmake -DCMAKE_INSTALL_PREFIX=/usr/local \
-DCMAKE_LINKER_TYPE=MOLD \
-DGGML_CCACHE=OFF \
-DGGML_VULKAN:BOOL=ON \
-DBUILD_SHARED_LIBS:BOOL=OFF \
-DCMAKE_BUILD_TYPE=Release ..
First Bad Commit
No response
Compile command
make -j 16 -l 8Relevant log output
/llama/common/arg.cpp:223:29: error: 'CURLINFO_EFFECTIVE_METHOD' was not declared in this scope; did you mean 'CURLINFO_EFFECTIVE_URL'?
223 | curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_METHOD, &method);
| ^~~~~~~~~~~~~~~~~~~~~~~~~