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 a0bd0d8 commit f6bc7ceCopy full SHA for f6bc7ce
.github/workflows/docker/Dockerfile
@@ -16,7 +16,8 @@ RUN pip3 install fbgemm-gpu && \
16
17
# Clone and install the Primus-Turbo
18
WORKDIR /opt
19
-RUN mkdir -p /opt && cd /opt && \
+RUN pip3 uninstall aiter primus_turbo -y && \
20
+ mkdir -p /opt && cd /opt && \
21
git clone https://github.com/AMD-AGI/Primus-Turbo.git && \
22
cd Primus-Turbo && \
23
git checkout ${PRIMUS_TURBO_COMMIT} && \
0 commit comments