We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e0094 commit 201d25bCopy full SHA for 201d25b
1 file changed
docker/helion.Dockerfile
@@ -53,6 +53,12 @@ RUN sudo uv pip install --system \
53
# Helion
54
RUN sudo uv pip install --system helion
55
56
+# Flash Linear Attention
57
+RUN sudo uv pip install --system flash-linear-attention
58
+
59
+# Causal Conv1d (Dao-AILab reference for benchmarking)
60
+RUN sudo uv pip install --system causal-conv1d
61
62
# # tinygrad
63
# RUN sudo uv pip install --system tinygrad~=0.10
64
0 commit comments