Skip to content

Commit 74ad225

Browse files
committed
Update README to remove Zygote caveat
1 parent fa0e4e2 commit 74ad225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The only requirement for the model is that it is differentiable[^1].
1717
It is similar to [Captum][captum-repo] and [Zennit][zennit-repo] for PyTorch
1818
and [iNNvestigate][innvestigate-repo] for Keras models.
1919

20-
[^1]: More specifically, models currently have to be differentiable with [Zygote.jl](https://github.com/FluxML/Zygote.jl).
20+
[^1]: The automatic differentiation backend can be selected using [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
2121

2222
## Installation
2323
This package supports Julia ≥1.10. To install it, open the Julia REPL and run

0 commit comments

Comments
 (0)