Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a82fee0
kvbm: cleaned up from ryan/kvbm-nova
ryanolson Dec 11, 2025
09a5ab7
bringing over the bindings and some compile features and import impro…
ryanolson Dec 11, 2025
932ce03
kvbm: bindings update imports
ryanolson Dec 11, 2025
53c2e49
kvbm: cleanup
ryanolson Dec 11, 2025
c56f898
kvbm: updates to wheel
ryanolson Dec 11, 2025
84a3047
kvbm: ci headers/fmt
ryanolson Dec 11, 2025
6976b63
kvbm: kernels now compiles as a .so; real or stub - bindings require …
ryanolson Dec 12, 2025
b89f33f
fmt
ryanolson Dec 12, 2025
1577973
kvbm: update bindings and improve testing
ryanolson Dec 12, 2025
94b118c
clippy/fmt
ryanolson Dec 12, 2025
725f939
removed .gitignore that blocked a directory called server; adding mis…
ryanolson Dec 12, 2025
13fb0a4
migrated numa
ryanolson Dec 12, 2025
ebb4c14
pruning unused code
ryanolson Dec 12, 2025
b2c0078
clarifying static kernels in bindings build
ryanolson Dec 12, 2025
70d0af8
kvbm: enabling eviction restart with proper handling of async offloads
ryanolson Dec 12, 2025
7cac76b
cargo fmt
ryanolson Dec 12, 2025
d27c02c
cargo clippy/fmt
ryanolson Dec 12, 2025
189bae7
Merge branch 'main' into ryan/kvbm-next
ryanolson Dec 12, 2025
6c8fda2
nixl: point at a pr branch to test if it works in our ci - fix to stu…
ryanolson Dec 12, 2025
f7b3b1c
nixl: point at a pr branch to test if it works in our ci - fix to stu…
ryanolson Dec 12, 2025
b071a13
clippy/fmt
ryanolson Dec 12, 2025
6768d31
improve concurrent behavior in fs based discovery
ryanolson Dec 12, 2025
2501f6e
clippy/fmt
ryanolson Dec 12, 2025
f67c6d3
clippy/fmt
ryanolson Dec 12, 2025
f61a4e6
allow depreciated called to pass clippy
ryanolson Dec 12, 2025
7f03317
porting in pr #3947
ryanolson Dec 12, 2025
37f3b83
fix doctest
ryanolson Dec 12, 2025
96c2ac4
kvbm: ensuring remote blocks are processed in the correct seq hash or…
ryanolson Dec 13, 2025
f28da4c
kvbm: object client with initial s3 client impl
ryanolson Dec 13, 2025
f1f4275
clippy/fmt
ryanolson Dec 13, 2025
67e889a
g4/object offload pipeline
ryanolson Dec 15, 2025
1d12360
bring in PositionalLineageHash
ryanolson Dec 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/container-validation-dynamo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
${{ steps.define_image_tag.outputs.image_tag }} \
bash -ec 'rustup component add rustfmt clippy && \
cargo fmt -- --check && \
cargo clippy --features block-manager,media-nixl --no-deps --all-targets -- -D warnings && \
cargo clippy --features block-manager,media-nixl --no-deps --all-targets -- -D warnings -A deprecated && \
cargo test --locked --all-targets --features=block-manager,media-nixl && \
cargo test --locked --features integration -- --nocapture'
- name: Cleanup services
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ jobs:
run: rustup component add clippy
- name: Run Clippy Checks
working-directory: ${{ matrix.dir }}
run: cargo clippy --no-deps --all-targets -- -D warnings
run: cargo clippy --no-deps --all-targets -- -D warnings -A deprecated

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ tensorrtllm_models/
tensorrtllm_checkpoints/
tensorrtllm_engines/
api_server_models/
server/
# Replay/Snapshot test artifacts
*.new
lib/llm/tests/data/sample-models/models--meta-llama--Llama-3.1-70B-Instruct/
Expand Down
Loading
Loading