diff --git a/README.md b/README.md index 65fc8a051..aff38f5a3 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/test/contrib/training_tests.jl b/test/contrib/training_tests.jl index 4f81fa2fe..ff991622c 100644 --- a/test/contrib/training_tests.jl +++ b/test/contrib/training_tests.jl @@ -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))