grantner commited on
Commit
e235283
·
verified ·
1 Parent(s): 49e265a

chore: update integration roadmap

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -148,10 +148,9 @@ Our goal is to integrate all necessary changes to simplify the adoption of verti
148
  > [!Note]
149
  > ⚪ Planned | 🟡 In Progress | 🟢 Integrated
150
 
151
- - ⚪ **causal-conv1d:** Enable simultaneous `seq_idx` + `initial_states` (required for recurrent processing with left padding)
152
- - ⚪ **mamba-ssm:** Use `seq_idx` + `initial_states` in `mamba_split_conv1d_scan_combined` and export final states
153
- - ⚪ **kernels-community:** Propagate changes in `causal-conv1d` and `mamba-ssm` to their kernel hub equivalents in the `kernels-community` repositories
154
- - ⚪ **transformers:** Use updated `mamba_split_conv1d_scan_combined` with cache params during inference (currently only used during training, not configurable, problems with left padding)
155
  - ⚪ **sentence-transformers:** Native vertical chunking support
156
 
157
  *This list will be updated as integration progresses.*
 
148
  > [!Note]
149
  > ⚪ Planned | 🟡 In Progress | 🟢 Integrated
150
 
151
+ - ⚪ **mamba-ssm:** Use `initial_states` in `mamba_split_conv1d_scan_combined` and export final states
152
+ - ⚪ **kernels-community:** Propagate changes in `mamba-ssm` to its kernel hub equivalent in the `kernels-community` repository
153
+ - ⚪ **transformers:** Use updated `mamba_split_conv1d_scan_combined` with cache params during inference (currently only used during training, not configurable, problems with cache)
 
154
  - ⚪ **sentence-transformers:** Native vertical chunking support
155
 
156
  *This list will be updated as integration progresses.*