Skip to content

Commit 3b5e54b

Browse files
authored
Merge pull request #40 from AdaWorldAPI/claude/transcode-deepnsm-rust-oNa1Z
rename: crates/burn-adaworld → crates/burn (agnostic name) https://claude.ai/code/session_01Y69Vnw751w75iVSBRws7o7
2 parents 9ab2d43 + f67fe79 commit 3b5e54b

42 files changed

Lines changed: 15209 additions & 22 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 31 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ members = [
105105
"ndarray-rand",
106106
"crates/*",
107107
]
108+
exclude = [
109+
# burn crate requires edition 2024 (Rust 1.85+) and pinned git deps.
110+
# Built separately: cargo check --manifest-path crates/burn/Cargo.toml
111+
"crates/burn",
112+
]
108113
default-members = [
109114
".",
110115
"ndarray-rand",

0 commit comments

Comments
 (0)