You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(backends): enable sd-cpp CUDA support on Windows (#2601)
The sd-cpp descriptor restricted its cuda variant to Linux only, even
though the Windows CUDA download/runtime path in sdcpp_server.cpp was
already implemented and the upstream release still publishes a
windows-cuda asset (validated by validate_sdcpp.yml). Add "windows" back
to the cuda support row and add cuda to arg/bin variants so config.json
gets cuda_args/cuda_bin defaults, matching llama.cpp's pattern.
Regenerated defaults.json and docs via gen_backend_boilerplate.py.
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments