Skip to content

Commit

Permalink
Updated README Libtorch link to CXX11 ABI (guillaume-be#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-be authored Jul 4, 2022
1 parent a1595e6 commit ed4f4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ This cache location defaults to `~/.cache/.rustbert`, but can be changed by sett
### Manual installation (recommended)

1. Download `libtorch` from https://pytorch.org/get-started/locally/. This package requires `v1.11.0`: if this version is no longer available on the "get started" page,
the file should be accessible by modifying the target link, for example `https://download.pytorch.org/libtorch/cu113/libtorch-shared-with-deps-1.11.0%2Bcu113.zip` for a Linux version with CUDA11.
the file should be accessible by modifying the target link, for example `https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-1.11.0%2Bcu113.zip` for a Linux version with CUDA11.
2. Extract the library to a location of your choice
3. Set the following environment variables
##### Linux:
Expand Down

0 comments on commit ed4f4f4

Please sign in to comment.