Skip to content

Commit

Permalink
Bump minimum Juila support note in readme
Browse files Browse the repository at this point in the history
1.6 is compat, and 1.8 helps quite a bit with inference + latency.
  • Loading branch information
ToucheSir committed Sep 4, 2022
1 parent f5b620a commit c81d0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

Zygote provides source-to-source automatic differentiation (AD) in Julia, and is the next-gen AD system for the [Flux](https://github.com/FluxML/Flux.jl) differentiable programming framework. For more details and benchmarks of Zygote's technique, see [our paper](https://arxiv.org/abs/1810.07951). You may want to check out Flux for more interesting examples of Zygote usage; the documentation here focuses on internals and advanced AD usage.

Zygote supports Julia 1.0 onwards, but we highly recommend using Julia 1.3 or later.
Zygote supports Julia 1.6 onwards, but we highly recommend using Julia 1.8 or later.

```julia
julia> using Zygote
Expand Down

0 comments on commit c81d0d7

Please sign in to comment.