We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422769a commit ff545dfCopy full SHA for ff545df
Dockerfile
@@ -35,6 +35,7 @@ RUN echo "export PATH=\"/opt/conda/bin:/root/.cargo/bin:\$PATH\"" >> /root/.bash
35
# Install Python dependencies (The gradual copies help with caching)
36
WORKDIR open_diloco
37
RUN pip install --pre torchdata --index-url https://download.pytorch.org/whl/nightly/cpu
38
+RUN pip install flash-attn>=2.5.8
39
COPY requirements.txt requirements.txt
40
RUN pip install --no-cache-dir -r requirements.txt
41
COPY requirements-dev.txt requirements-dev.txt
0 commit comments