Skip to content

Commit

Permalink
remove cuda from default features
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengna-Li committed Dec 25, 2024
1 parent 80d54ff commit 11baf47
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 1 addition & 5 deletions ports/libtorch/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libtorch",
"version": "2.1.2",
"port-version": 8,
"port-version": 9,
"description": "Tensors and Dynamic neural networks in Python with strong GPU acceleration",
"homepage": "https://pytorch.org/",
"license": null,
Expand Down Expand Up @@ -52,10 +52,6 @@
"xnnpack"
],
"default-features": [
{
"name": "cuda",
"platform": "windows & !x86"
},
"opencv",
"zstd"
],
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5242,7 +5242,7 @@
},
"libtorch": {
"baseline": "2.1.2",
"port-version": 8
"port-version": 9
},
"libtorrent": {
"baseline": "2.0.10",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libtorch.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "20f49017bc55d398961d0f7bf97fbbfd4495455c",
"version": "2.1.2",
"port-version": 9
},
{
"git-tree": "d6c80d406232a0bfd3360a40132a69d9f70b972c",
"version": "2.1.2",
Expand Down

0 comments on commit 11baf47

Please sign in to comment.