Skip to content

Commit

Permalink
- Fix download-libtorch feature (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-be committed May 22, 2023
1 parent 2bff63b commit 62b8e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ default = ["remote"]
doc-only = ["tch/doc-only"]
all-tests = []
remote = ["cached-path", "dirs", "lazy_static"]
download-libtorch = ["torch-sys/download-libtorch"]
download-libtorch = ["tch/download-libtorch"]

[package.metadata.docs.rs]
features = ["doc-only"]
Expand Down

0 comments on commit 62b8e3a

Please sign in to comment.