1
0

TMP
Some checks failed
CI / Check links (push) Successful in 6s
CI / Check typos (push) Successful in 10s
CI / Clippy (push) Failing after 1m23s
CI / Build and test (push) Failing after 2m12s

This commit is contained in:
2025-12-14 13:49:22 -08:00
parent e29b25c162
commit 437c1fbf82
8 changed files with 590 additions and 184 deletions

View File

@@ -75,10 +75,12 @@ compact_str = "0.9.0"
dary_heap = "0.3.8"
fancy-regex = "0.16.2"
indicatif = { version = "0.18.3", features = ["improved_unicode"] }
itertools = "0.14.0"
futures-util = "0.3.31"
ndarray = { version = "0.16.1", features = ["serde"] }
parking_lot = "0.12.5"
parquet = "56.2.0"
rand = "0.9.2"
rayon = "1.11.0"
reqwest = { version = "0.12.24", features = ["json", "stream"] }
serde = "1.0.228"
@@ -91,7 +93,10 @@ tracing-indicatif = "0.3.13"
tracing-subscriber = { version = "0.3.20", features = ["env-filter", "json"] }
url = "2.5.7"
burn-train = { version = "0.19.1", default-features = false }
[workspace.dependencies.burn]
version = "0.19.1"
default-features = false
features = ["std", "fusion", "ndarray", "webgpu", "cuda"]
features = ["std", "fusion", "ndarray", "webgpu", "cuda", "autodiff"]