Skip to content

Commit

Permalink
Fix Flux GPU URL
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Jun 24, 2024
1 parent d00ad85 commit 622ab12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/literate/basics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ expl.extras.layerwise_relevances
# ## Performance tips
# ### Using LRP with a GPU
# All LRP analyzers support GPU backends,
# building on top of [Flux.jl's GPU support](https://fluxml.ai/Flux.jl/stable/gpu/).
# building on top of [Flux.jl's GPU support](https://fluxml.ai/Flux.jl/stable/guide/gpu/).
# Using a GPU only requires moving the input array and model weights to the GPU.
#
# For example, using [CUDA.jl](https://github.com/JuliaGPU/CUDA.jl):
Expand Down

0 comments on commit 622ab12

Please sign in to comment.