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 4bef880 commit 5b0b7b0Copy full SHA for 5b0b7b0
packages/hub/src/lib/gguf-edit.spec.ts
@@ -83,7 +83,7 @@ describe("GGUF Metadata Update via Direct Commit - Local Integration Test", () =
83
"Testing array field modification via direct commit call - keeping only first 2 elements of tokens array",
84
branch: "main",
85
isPullRequest: true, // Create a pull request
86
- accessToken: process.env.HF_TOKEN,
+ accessToken: process.env.HF_TOKEN, // fiengrained token that can open PR on https://huggingface.co/reach-vb/TinyLlama-1.1B-Chat-v1.0-q4_k_m-GGUF
87
useXet: true, // Required for edit operations
88
operations: [
89
{
0 commit comments