remove torchaudio

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi 2024-12-03 10:40:45 +01:00
parent 639829a1d3
commit 20cc2f375a

View File

@ -17,7 +17,7 @@ This is a collection of FAQ collected from the user questions on <https://github
source ./venv/bin/activate
# Install torch nightly builds, see https://pytorch.org/
pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
# Install docling
pip3 install docling