We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf3507 commit ade78fcCopy full SHA for ade78fc
test/ad.jl
@@ -15,6 +15,7 @@ const IS_PRERELEASE = !isempty(VERSION.prerelease)
15
const INCLUDE_MOONCAKE = !IS_PRERELEASE
16
17
if INCLUDE_MOONCAKE
18
+ import Pkg
19
Pkg.add("Mooncake")
20
using Mooncake: Mooncake
21
end
0 commit comments