Remove casual_conv1d

This commit is contained in:
Kishor Prins 2025-04-01 13:19:59 -07:00
parent 9e595d9ad5
commit 94e53055d4

View file

@ -31,7 +31,6 @@ ENV CAUSAL_CONV1D_FORCE_BUILD=TRUE \
HIP_ARCHITECTURES=gfx1100 HIP_ARCHITECTURES=gfx1100
RUN pip3 install --upgrade pip && \ RUN pip3 install --upgrade pip && \
pip3 install --no-build-isolation "causal_conv1d@git+https://github.com/Dao-AILab/causal-conv1d.git" && \
pip3 install -e . pip3 install -e .
# Copy project files including models # Copy project files including models