Skip to content

Commit

Permalink
build aarch64-linux-gnu cuda{11,12}-cudnn{8,9}
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Jul 3, 2024
1 parent 81094ff commit b75f82b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ defmodule Evision.MixProject.Metadata do
do: ["4.5.3", "4.5.4", "4.5.5", "4.6.0", "4.7.0", "4.8.0", "4.9.0", "4.10.0"]

def default_cuda_version, do: {"12", "9"}
def all_cuda_version("aarch64-linux-gnu"), do: [{"12", "9"}]
def all_cuda_version(_), do: [{"11", "8"}, {"11", "9"}, {"12", "8"}, {"12", "9"}]
end

Expand Down

0 comments on commit b75f82b

Please sign in to comment.