wget https://download.pytorch.org/libtorch/cu124/libtorch-cxx11-abi-shared-with-deps-2.5.0%2Bcu124.zip
unzip libtorch-cxx11-abi-shared-with-deps-2.5.0+cu124.zip
rm libtorch-cxx11-abi-shared-with-deps-2.5.0+cu124.zip
sudo cp -r libtorch /usr/lib/
rm -rf libtorch
unset LIBTORCH
export LIBTORCH=/usr/lib/libtorch
export LD_LIBRARY_PATH=/usr/lib/libtorch/lib:$LD_LIBRARY_PATH
source ~/.bashrc
cargo t
-
Notifications
You must be signed in to change notification settings - Fork 0
Wrapper around the tch rust library which aims to check all tensor and model invariants at compile time
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
xupremix/evolrs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Wrapper around the tch rust library which aims to check all tensor and model invariants at compile time
Topics
Resources
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published