mirror of https://github.com/tracel-ai/burn.git
fix(book): use the correct burn versions (#681)
This commit is contained in:
parent
d18d1b0bb9
commit
b263faebc3
|
@ -10,11 +10,11 @@ edition = "2021"
|
|||
name = "My first Burn model"
|
||||
|
||||
[dependencies]
|
||||
burn = "0.8"
|
||||
burn-wgpu = "0.8"
|
||||
burn-dataset = "0.8"
|
||||
burn-autodiff = "0.8"
|
||||
burn-train = "0.8"
|
||||
burn = "0.9"
|
||||
burn-wgpu = "0.9"
|
||||
burn-dataset = "0.9"
|
||||
burn-autodiff = "0.9"
|
||||
burn-train = "0.9"
|
||||
|
||||
# Serialization
|
||||
serde = "1"
|
||||
|
|
Loading…
Reference in New Issue