Fix burn version in the Burn book snippet (#985)

The book assumes the latest version which is 0.10.0 at the time of this commit.
This commit is contained in:
Sylvain Benner 2023-11-21 15:59:25 -05:00 committed by GitHub
parent 445f41bb7b
commit 2f079e991b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ name = "my-first-burn-model"
version = "0.1.0"
[dependencies]
burn = { version = "0.9.0", features=["train", "wgpu"]}
burn = { version = "0.10.0", features=["train", "wgpu"]}
# Serialization
serde = "1"