Unverified Commit 1c4a9acc authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix DeepSpeed CI (#22194)



* Deal with torch-tensorrt

---------
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 7c4999e4
...@@ -24,9 +24,8 @@ RUN python3 -m pip install --no-cache-dir -U torch torchvision torchaudio --inde ...@@ -24,9 +24,8 @@ RUN python3 -m pip install --no-cache-dir -U torch torchvision torchaudio --inde
RUN python3 -m pip install --no-cache-dir ./transformers[deepspeed-testing] RUN python3 -m pip install --no-cache-dir ./transformers[deepspeed-testing]
# This will uninstall torch 2.0.0 # Uninstall `torch-tensorrt` shipped with the base image
# TODO: uncomment the following line once `torch-tensorrt` is ready for `torch 2.0.0` RUN python3 -m pip uninstall -y torch-tensorrt
# RUN python3 -m pip install torch-tensorrt==1.3.0 --find-links https://github.com/pytorch/TensorRT/releases/expanded_assets/v1.3.0
# recompile apex # recompile apex
RUN python3 -m pip uninstall -y apex RUN python3 -m pip uninstall -y apex
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment