mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 12:10:09 +01:00
reset
This commit is contained in:
@@ -32,11 +32,6 @@ RUN if [ "$USE_GPU" = "True" ] ; then \
|
||||
else \
|
||||
echo 'cpu unsupport detectron2'; \
|
||||
fi
|
||||
RUN if [ "$USE_GPU" = "True" ] ; then \
|
||||
bash /tmp/install_tiny_cuda_nn.sh; \
|
||||
else \
|
||||
echo 'cpu unsupport tiny_duda_nn'; \
|
||||
fi
|
||||
|
||||
# torchmetrics==0.11.4 for ofa
|
||||
RUN if [ "$USE_GPU" = "True" ] ; then \
|
||||
|
||||
Reference in New Issue
Block a user