Skip to content

Commit

Permalink
ci: trigger enzyme tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Jul 22, 2024
1 parent f2df403 commit d81e2e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ If you found this library to be useful in academic work, then please cite:
}
```

Also consider starring [our github repo](https://github.com/LuxDL/Lux.jl/)
Also consider starring [our github repo](https://github.com/LuxDL/Lux.jl/).
2 changes: 1 addition & 1 deletion test/contrib/training_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ end

@testitem "Enzyme: Invalidate Cache on State Update" setup=[SharedTestSetup] tags=[:contrib] begin
using ADTypes, Optimisers
import Enzyme
using Enzyme

mse = MSELoss()
function mse2(model, ps, st, (x, y))
Expand Down

0 comments on commit d81e2e8

Please sign in to comment.