llama.cpp-cu133(-dll): Add version b9404#2891
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
WalkthroughAdds a new Windows x64 CUDA 13.3 Scoop manifest and updates the DLL manifest: both pinned to version b9404 with corresponding download URLs, SHA-256 hashes, GitHub-based checkver regex, and $version autoupdate templates. Changesllama.cpp CUDA 13.3 Package Support
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@bucket/llama.cpp-cu133-dll.json`:
- Around line 13-16: Replace the current checkver block that uses "url" and
"jsonpath" with Scoop's GitHub-mode by adding "checkver.github" and set it to
the repository identifier (e.g., "ggml-org/llama.cpp") — do not include
"/releases" — and keep the existing "regex" if still needed; remove the manual
"url" and "jsonpath" keys so Scoop will use its token-authenticated GitHub API
path. Ensure you update the "checkver" object to use the "github" key instead of
"url"/"jsonpath" while retaining the same "regex" value.
In `@bucket/llama.cpp-cu133.json`:
- Around line 32-35: The checkver block currently uses a generic url/jsonpath
pair; replace it with Scoop's GitHub mode by changing the "checkver" object to
use the "github" key pointing to the repository (e.g. "ggml-org/llama.cpp") and,
if needed, specify the release/tag source or asset selector instead of "url" and
"jsonpath"; update any "regex" to match the repo tag format and remove the
now-unnecessary "url" and "jsonpath" entries so checkver uses GitHub API
auth/rate-limit handling.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: a13e90bd-df52-41a3-96e0-347164fafbeb
📒 Files selected for processing (2)
bucket/llama.cpp-cu133-dll.jsonbucket/llama.cpp-cu133.json
|
When I use |
|
/verify |
|
|
All changes look good. Wait for review from human collaborators. llama.cpp-cu133-dll
llama.cpp-cu133
|
z-Fng
left a comment
There was a problem hiding this comment.
Thank you for your contribution!
Updated llama.cpp for CUDA 13 to CUDA 13.3 version.
Previous CUDA 13.1 version is no longer being updated.
Summary by CodeRabbit