[BugFix] fix 3 issues: (1) using metadata for causal-conv1d, (2) indexing overflow in v1 vLLM, and (3) init_states in v0 #20838
fix two issues: using metadata for causal-conv1d and init_states in v0
1749de8d
use torch.empty_like rather torch.zeros_like to save some overhead
0a2068e9
Merge remote-tracking branch 'upstream/main' into fix_mamba
7c6d7055
address potential indexing overflow in the causal-conv1d-update kernel
cc2c6bd1
thoangtrvn
changed the title [BugFix] fix two issues: using metadata for causal-conv1d and init_states in v0 [BugFix] fix 3 issues: (1) using metadata for causal-conv1d, (2) indexing overflow in v1 vLLM, and (3) init_states in v0 147 days ago
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub