force reinstall 1.9.2

This commit is contained in:
mulin.lyh
2023-09-28 01:06:32 +08:00
parent 8d0ffa47b3
commit 31d04f45b7

View File

@@ -53,7 +53,7 @@ RUN if [ "$USE_GPU" = "True" ] ; then \
fi
# torchmetrics==0.11.4 for ofa
RUN pip install --no-cache-dir tiktoken torchmetrics==0.11.4 transformers_stream_generator 'protobuf<=3.20.0' bitsandbytes basicsr
RUN pip install --no-cache-dir torchmetrics==0.11.4 tiktoken transformers_stream_generator 'protobuf<=3.20.0' bitsandbytes basicsr
COPY docker/scripts/install_flash_attension.sh /tmp/install_flash_attension.sh
RUN if [ "$USE_GPU" = "True" ] ; then \
bash /tmp/install_flash_attension.sh; \