Skip to content

Add libcurl support for vulkan x64 zip package #12368

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
thetick1234567890 opened this issue Mar 13, 2025 · 1 comment
Closed

Add libcurl support for vulkan x64 zip package #12368

thetick1234567890 opened this issue Mar 13, 2025 · 1 comment

Comments

@thetick1234567890
Copy link

thetick1234567890 commented Mar 13, 2025

Name and Version

./llama-cli --version
ggml_vulkan: Found 1 Vulkan devices:
ggml_vulkan: 0 = AMD Radeon Graphics (RADV RENOIR) (radv) | uma: 1 | fp16: 1 | warp size: 64 | shared memory: 65536 | matrix cores: none
version: 4882 (be7c303)
built with cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 for x86_64-linux-gnu

Operating systems

Linux

Which llama.cpp modules do you know to be affected?

llama-cli (Vulkan Linux x86 build)

Command line

./llama-cli -hf <any model>
common_get_hf_file: llama.cpp built without libcurl, downloading from Hugging Face not supported.

Problem description & steps to reproduce

I extracted llama-b4882-bin-ubuntu-vulkan-x64.zip and was unable to download models from Hugging Face due to missing curl support. Could you please build future packages with libcurl support ?

./llama-cli -hf
common_get_hf_file: llama.cpp built without libcurl, downloading from Hugging Face not supported.

Workaround:
Install llama-b4914-bin-ubuntu-x64.zip which includes libcurl support.

@thetick1234567890 thetick1234567890 changed the title Add libcurl support for zip packages Add libcurl support for vulkan x64 zip package Mar 18, 2025
@thetick1234567890
Copy link
Author

Thanks! Works with b5064
cmake : enable curl by default (#12761)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant