mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 23:12:07 +00:00
use released torch 2.3
This commit is contained in:
parent
b8da90241b
commit
193dbb683e
@ -86,8 +86,7 @@ RUN chmod +x ~/mambaforge.sh && \
|
||||
mamba init && \
|
||||
rm ~/mambaforge.sh
|
||||
|
||||
# Install PyTorch 2.3 RC compiled against RoCm 6.0
|
||||
RUN pip install torch numpy --index-url https://download.pytorch.org/whl/test/rocm6.0
|
||||
RUN pip install torch numpy --index-url https://download.pytorch.org/whl/rocm6.0
|
||||
|
||||
FROM base AS kernel-builder
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user