Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/unsloth/feature-checks.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"unslothai#149": "GGML_CUDA_ENABLE_UNIFIED_MEMORY=0 env parsing; needs a CUDA or HIP host, and no runner in the pipeline has one",
"unslothai#152": "per-run mmap of a context's tensors; a memory-layout change with no observable output difference",
"unslothai#157": "cudaMemcpyDefault in the ggml_cuda_cpy 2D fast path; needs a CUDA host",
"unslothai#158": "ROCm_Host compute buffer type on HIP integrated GPUs; needs a ROCm host"
"unslothai#158": "ROCm_Host compute buffer type on HIP integrated GPUs; needs a ROCm host",
"unslothai#210": "server-side KV preemption (--preempt-ram, --preempt-async) and opt-in exact concurrency (--exact-concurrency); the server parks and restores slots and pins per-sequence output, which no arch, backend-op or mtmd probe can observe. Covered by test-exact-geometry and the server preemption tests carried in unslothai#197, which need a CUDA host for the exact path"
}
}
3 changes: 2 additions & 1 deletion scripts/unsloth/pr-set.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"https://github.com/unslothai/llama.cpp/pull/149/commits/b65a2dce12c14a489e19a059cb6ee59112f1b733",
"https://github.com/unslothai/llama.cpp/pull/144/commits/a9e9c3c5fed8a0bb5cc617532d0d16b8f59c13e0",
"https://github.com/unslothai/llama.cpp/pull/152/commits/b2b5ed9ff86427a530b762a45d3fdbd453bcd4e8",
"https://github.com/unslothai/llama.cpp/pull/176/commits/09ce1a4d2939844e211f7b4d30a296f4c1aed9a8"
"https://github.com/unslothai/llama.cpp/pull/176/commits/09ce1a4d2939844e211f7b4d30a296f4c1aed9a8",
"https://github.com/unslothai/llama.cpp/pull/210/commits/ae195390599e1ea8c4dbcc6b1d8ec77f5db90c3a"
]
}
Loading