Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,27 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[weakdeps]
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
Reactant = "3c362404-f566-11ee-1572-e11a4b42c853"

[extensions]
FluxMooncakeExt = "Mooncake"
FluxReactantExt = ["Reactant", "Enzyme"]

[compat]
Compat = "4"
Flux = "0.14.23, 0.15, 0.16"
Enzyme = "0.13.22"
Flux = "0.15.2, 0.16" # restore 0.14.23, later?
Mooncake = "0.4.42"
NNlib = "0.9"
Optimisers = "0.3, 0.4"
ProgressMeter = "1.7.2"
Reactant = "0.2.10"
Zygote = "0.6.49"
julia = "1.10"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Mooncake"]
test = ["Test", "Mooncake", "Reactant", "Enzyme"]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ There are no formal documentation pages, but these links to the source will show
[`@autostruct function Mine(d) ...`](https://github.com/FluxML/Fluxperimental.jl/blob/master/src/autostruct.jl).
* Experimental [`apply(c::Chain, x)`](https://github.com/FluxML/Fluxperimental.jl/blob/master/src/chain.jl) interface
* Easy way to [use Mooncake.jl](https://github.com/FluxML/Fluxperimental.jl/blob/master/ext/FluxMooncakeExt.jl) instead of Zygote.jl.
* Easy way to [use Reactant.jl](https://github.com/FluxML/Fluxperimental.jl/blob/master/ext/FluxReactantExt.jl), the Enzyme-adjacent MLIR compiler.
Loading
Loading