Skip to content

Commit fd60623

Browse files
authored
Fix tutorial typo (#625)
* Fix tutorial typo * Remove reference to `ref_backend` in docs
1 parent 1d2b262 commit fd60623

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

DifferentiationInterfaceTest/docs/src/tutorial.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import ForwardDiff, Zygote
99

1010
## Introduction
1111

12-
The AD backends we want to compare are [ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl) and [Enzyme.jl](https://github.com/EnzymeAD/Enzyme.jl).
12+
The AD backends we want to compare are [ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl) and [Zygote.jl](https://github.com/FluxML/Zygote.jl).
1313

1414
```@example tuto
1515
backends = [AutoForwardDiff(), AutoZygote()]
@@ -60,8 +60,6 @@ test_differentiation(
6060
)
6161
```
6262

63-
If you are too lazy to manually specify the reference, you can also provide an AD backend as the `ref_backend` keyword argument, which will serve as the ground truth for comparison.
64-
6563
## Benchmarking
6664

6765
Once you are confident that your backends give the correct answers, you probably want to compare their performance.

0 commit comments

Comments
 (0)