Fix mistake in github action

This commit is contained in:
2024-06-08 12:23:28 +02:00
parent f34bcc2ed7
commit 402d0da878

View File

@@ -25,7 +25,7 @@ jobs:
- name: Install Libtorch - name: Install Libtorch
run: | run: |
wget https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.3.1%2Bcpu.zip wget https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.3.1%2Bcpu.zip
unzip libtorch-cxx11-abi-shared-with-deps-1.9.0+cpu.zip unzip libtorch-cxx11-abi-shared-with-deps-2.3.1%2Bcpu.zip
mv libtorch /usr/local mv libtorch /usr/local
export LIBTORCH=/usr/local/libtorch export LIBTORCH=/usr/local/libtorch
export Torch_DIR=/usr/local/libtorch export Torch_DIR=/usr/local/libtorch