Skip to content

Commit accec84

Browse files
Merge pull request #41 from stackav-oss/feature/jmanning/v1.3
Update Conch to v1.3
2 parents f26c181 + 8751c84 commit accec84

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ Each operation is complete with a PyTorch-only reference implementation (and som
3333
- Mixed-precision
3434
- Scaled
3535
- Vision
36+
- BEVPool
3637
- Non-Max Suppression (NMS)
38+
- Voxelization
3739
- vLLM
3840
- KV cache operations
3941
- Copy blocks

conch/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright 2025 Stack AV Co.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
__version__ = "1.2.1"
4+
__version__ = "1.3"

0 commit comments

Comments
 (0)