Skip to content
Open
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ overhaul of `basert serve`.

### Fixed

- **CUDA model resolution.** `basert pull`/`chat <id>` on NVIDIA GB10 now fetches
the CUDA-native bundle instead of the universal one it couldn't load
(`no function named 'gemv_q4'`). The 0.2.0 Linux/arm64 CUDA download was updated
in place with this fix.
- **Chunked-decode correctness on CUDA.** Free generation past the decode chunk size
no longer repeats an earlier block (an eager-dispatch write-after-read hazard);
prefill and teacher-forced decode were always correct.
Expand Down
Loading