mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-06-28 09:15:47 +02:00
Next try for libtorch-ffi dependencies (#8039).
This commit is contained in:
parent
21a47814c1
commit
12bff3a2cd
@ -71,5 +71,6 @@ curl -OL https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-$LI
|
||||
unzip libtorch-shared-with-deps-$LIBTORCH_VERSION%2Bcpu.zip -d /usr/local/
|
||||
cp -rf /usr/local/libtorch/lib/* /usr/lib/
|
||||
cp -rf /usr/local/libtorch/include/* /usr/include/
|
||||
cp -rf /usr/local/libtorch/include/torch/csrc/api/include/* /usr/include/
|
||||
rm libtorch-shared-with-deps-$LIBTORCH_VERSION%2Bcpu.zip
|
||||
rm -rf /usr/local/libtorch
|
||||
|
||||
Loading…
Reference in New Issue
Block a user