mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-15 23:45:57 +00:00
Fix mistake in github action
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Install Libtorch
|
||||
run: |
|
||||
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
|
||||
export LIBTORCH=/usr/local/libtorch
|
||||
export Torch_DIR=/usr/local/libtorch
|
||||
|
Reference in New Issue
Block a user