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 e4e4f86 commit e709312Copy full SHA for e709312
Dockerfile
@@ -36,6 +36,7 @@ RUN echo "export PATH=\"/opt/conda/bin:/root/.cargo/bin:\$PATH\"" >> /root/.bash
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
+
40
COPY requirements.txt requirements.txt
41
RUN pip install --no-cache-dir -r requirements.txt
42
COPY requirements-dev.txt requirements-dev.txt
0 commit comments