Skip to content

Commit

Permalink
fix arch
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed May 23, 2023
1 parent f554a09 commit eec3535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ install_torchvisionlib <- function(url = Sys.getenv("TORCHVISIONLIB_URL", unset

if (grepl("darwin", R.version$os)) {
if (grepl("aarch64", R.version$arch)) {
dev <- paste0(dev, "+arch64")
dev <- paste0(dev, "+arm64")
} else {
dev <- paste0(dev, "+x86_64")
}
Expand Down

0 comments on commit eec3535

Please sign in to comment.