File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
inference/trillium/JetStream-Maxtext/DeepSeek-R1-671B/docker Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,11 @@ ENV XCLOUD_ENVIRONMENT=GCP
4444# Install JetStream and MaxText
4545
4646RUN git clone https://github.com/AI-Hypercomputer/JetStream.git && \
47- git clone https://github.com/AI-Hypercomputer/maxtext.git && \
48- git clone https://github.com/google/aqt.git
47+ cd JetStream && git checkout 29329e8 && cd .. && \
48+ git clone https://github.com/AI-Hypercomputer/maxtext.git && \
49+ cd maxtext && git checkout 4f63ce61 && cd .. && \
50+ git clone https://github.com/google/aqt.git && \
51+ cd aqt && git checkout 28504f5 && cd ..
4952
5053RUN cd /maxtext && bash setup.sh && pip install torch --index-url https://download.pytorch.org/whl/cpu
5154
@@ -56,4 +59,4 @@ RUN cd /JetStream && pip install -e .
5659RUN apt -y update && apt-get -y install python3-dev && apt-get -y install build-essential
5760RUN cp -r /aqt/aqt/* /usr/local/lib/python3.10/dist-packages/aqt/
5861
59- ENTRYPOINT [ "/bin/bash" ]
62+ ENTRYPOINT [ "/bin/bash" ]
You can’t perform that action at this time.
0 commit comments