You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Remove this once https://github.com/NVIDIA-NeMo/RL/issues/501 resolved
62
64
"flash-attn==2.7.4.post1",
65
+
# Remove this once https://github.com/NVIDIA-NeMo/RL/issues/501 resolved
66
+
"mamba-ssm",
67
+
# Remove this once https://github.com/NVIDIA-NeMo/RL/issues/501 resolved
68
+
"causal-conv1d",
63
69
]
64
70
mcore = [
65
71
# also need cudnn (https://developer.nvidia.com/cudnn-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=20.04&target_type=deb_network)
@@ -132,6 +138,8 @@ torchvision = [
132
138
triton = [
133
139
{ index = "pytorch-cu128" },
134
140
]
141
+
causal-conv1d = { git = "https://github.com/Dao-AILab/causal-conv1d", tag = "v1.5.0.post8" }
0 commit comments