Skip to content

Commit 8a04147

Browse files
committed
update readme
1 parent 2d5b9c5 commit 8a04147

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build Status](https://github.com/TuringLang/NormalizingFlows.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/TuringLang/NormalizingFlows.jl/actions/workflows/CI.yml?query=branch%3Amain)
55

66

7-
**Last updated: 2025-Mar-04**
7+
**Last updated: 2025-Aug-08**
88

99
A normalizing flow library for Julia.
1010

@@ -17,6 +17,8 @@ without being tied to specific probabilistic programming frameworks or applicati
1717

1818
See the [documentation](https://turinglang.org/NormalizingFlows.jl/dev/) for more.
1919

20+
We also provide several demos and examples in [example](https://github.com/TuringLang/NormalizingFlows.jl/tree/main/example).
21+
2022
## Installation
2123
To install the package, run the following command in the Julia REPL:
2224
```julia
@@ -90,3 +92,4 @@ where one wants to learn the underlying distribution of some data.
9092
- [Flux.jl](https://fluxml.ai/Flux.jl/stable/)
9193
- [Optimisers.jl](https://github.com/FluxML/Optimisers.jl)
9294
- [AdvancedVI.jl](https://github.com/TuringLang/AdvancedVI.jl)
95+
- [MonotonicSplines.jl](https://github.com/bat/MonotonicSplines.jl)

0 commit comments

Comments
 (0)