forked from tracel-ai/burn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(infra): Share some properties across workspace (tracel-ai#1039)
- Loading branch information
Showing
31 changed files
with
119 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
authors = ["louisfd <[email protected]>"] | ||
categories = ["science"] | ||
description = "This crate is used to time the execution of various computations, from operation kernels to complex model scenarios." | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
edition.workspace = true | ||
license.workspace = true | ||
name = "backend-comparison" | ||
readme = "README.md" | ||
readme.workspace = true | ||
repository = "https://github.com/tracel-ai/burn/tree/main/backend-comparison" | ||
version = "0.12.0" | ||
version.workspace = true | ||
|
||
[features] | ||
default = ["std"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
authors = ["nathanielsimard <[email protected]>"] | ||
categories = ["science"] | ||
description = "Automatic differentiation backend for the Burn framework" | ||
edition = "2021" | ||
edition.workspace = true | ||
keywords = ["deep-learning", "machine-learning", "data"] | ||
license = "MIT OR Apache-2.0" | ||
license.workspace = true | ||
name = "burn-autodiff" | ||
readme = "README.md" | ||
readme.workspace = true | ||
repository = "https://github.com/tracel-ai/burn/tree/main/burn-autodiff" | ||
version = "0.12.0" | ||
version.workspace = true | ||
|
||
[features] | ||
default = ["export_tests"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
authors = ["louisfd <[email protected]>"] | ||
categories = ["science"] | ||
description = "Candle backend for the Burn framework" | ||
edition = "2021" | ||
edition.workspace = true | ||
keywords = ["deep-learning", "machine-learning", "data"] | ||
license = "MIT OR Apache-2.0" | ||
license.workspace = true | ||
name = "burn-candle" | ||
readme = "README.md" | ||
readme.workspace = true | ||
repository = "https://github.com/tracel-ai/burn/tree/main/burn-candle" | ||
version = "0.12.0" | ||
version.workspace = true | ||
|
||
[features] | ||
default = ["std"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
authors = ["louisfd <[email protected]>", "Nathaniel Simard"] | ||
categories = ["science"] | ||
description = "Compute crate that helps creating high performance async backends." | ||
edition = "2021" | ||
edition.workspace = true | ||
keywords = ["deep-learning", "machine-learning", "data"] | ||
license = "MIT OR Apache-2.0" | ||
license.workspace = true | ||
name = "burn-compute" | ||
readme = "README.md" | ||
readme.workspace = true | ||
repository = "https://github.com/tracel-ai/burn/tree/main/burn-compute" | ||
version = "0.12.0" | ||
version.workspace = true | ||
|
||
[features] | ||
default = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
authors = ["nathanielsimard <[email protected]>"] | ||
categories = ["science", "no-std", "embedded", "wasm"] | ||
description = "Flexible and Comprehensive Deep Learning Framework in Rust" | ||
edition = "2021" | ||
edition.workspace = true | ||
keywords = ["deep-learning", "machine-learning", "tensor", "pytorch", "ndarray"] | ||
license = "MIT OR Apache-2.0" | ||
license.workspace = true | ||
name = "burn-core" | ||
readme = "README.md" | ||
readme.workspace = true | ||
repository = "https://github.com/tracel-ai/burn/tree/main/burn-core" | ||
version = "0.12.0" | ||
version.workspace = true | ||
|
||
[features] | ||
default = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
authors = ["nathanielsimard <[email protected]>"] | ||
categories = ["science"] | ||
description = "Library with simple dataset APIs for creating ML data pipelines" | ||
edition = "2021" | ||
edition.workspace = true | ||
keywords = ["deep-learning", "machine-learning", "data"] | ||
license = "MIT OR Apache-2.0" | ||
license.workspace = true | ||
name = "burn-dataset" | ||
readme = "README.md" | ||
readme.workspace = true | ||
repository = "https://github.com/tracel-ai/burn/tree/main/burn-dataset" | ||
version = "0.12.0" | ||
version.workspace = true | ||
|
||
[features] | ||
default = ["sqlite-bundled"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
authors = ["nathanielsimard <[email protected]>"] | ||
categories = ["science"] | ||
description = "Derive crate for the Burn framework" | ||
edition = "2021" | ||
edition.workspace = true | ||
keywords = [] | ||
license = "MIT OR Apache-2.0" | ||
license.workspace = true | ||
name = "burn-derive" | ||
readme = "README.md" | ||
readme.workspace = true | ||
repository = "https://github.com/tracel-ai/burn/tree/main/burn-derive" | ||
version = "0.12.0" | ||
version.workspace = true | ||
|
||
[lib] | ||
proc-macro = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
authors = ["nathanielsimard <[email protected]>"] | ||
categories = ["science"] | ||
description = "Kernel fusion backend decorator for the Burn framework" | ||
edition = "2021" | ||
edition.workspace = true | ||
keywords = ["deep-learning", "machine-learning", "data"] | ||
license = "MIT OR Apache-2.0" | ||
license.workspace = true | ||
name = "burn-fusion" | ||
readme = "README.md" | ||
readme.workspace = true | ||
repository = "https://github.com/tracel-ai/burn/tree/main/burn-fusion" | ||
version = "0.12.0" | ||
version.workspace = true | ||
|
||
[features] | ||
default = ["std"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
authors = ["nathanielsimard <[email protected]>"] | ||
categories = ["science", "no-std", "embedded", "wasm"] | ||
description = "Ndarray backend for the Burn framework" | ||
edition = "2021" | ||
edition.workspace = true | ||
keywords = ["deep-learning", "machine-learning", "data"] | ||
license = "MIT OR Apache-2.0" | ||
license.workspace = true | ||
name = "burn-ndarray" | ||
readme = "README.md" | ||
readme.workspace = true | ||
repository = "https://github.com/tracel-ai/burn/tree/main/burn-ndarray" | ||
version = "0.12.0" | ||
version.workspace = true | ||
|
||
[features] | ||
default = ["std"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ authors = [ | |
"nathanielsimard <[email protected]>", | ||
"Dilshod Tadjibaev (@antimora)", | ||
] | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
edition.workspace = true | ||
license.workspace = true | ||
name = "burn-no-std-tests" | ||
readme = "README.md" | ||
readme.workspace = true | ||
repository = "https://github.com/tracel-ai/burn/tree/main/burn-no-std-tests" | ||
version = "0.12.0" | ||
version.workspace = true | ||
|
||
[dependencies] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
authors = ["nathanielsimard <[email protected]>"] | ||
categories = ["science"] | ||
description = "Tch backend for the Burn framework" | ||
edition = "2021" | ||
edition.workspace = true | ||
keywords = ["deep-learning", "machine-learning", "data"] | ||
license = "MIT OR Apache-2.0" | ||
license.workspace = true | ||
name = "burn-tch" | ||
readme = "README.md" | ||
readme.workspace = true | ||
repository = "https://github.com/tracel-ai/burn/tree/main/burn-tch" | ||
version = "0.12.0" | ||
version.workspace = true | ||
|
||
[features] | ||
default = [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[package] | ||
authors = ["nathanielsimard <[email protected]>"] | ||
description = "Test generation crate for burn-tensor" | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
edition.workspace = true | ||
license.workspace = true | ||
name = "burn-tensor-testgen" | ||
readme = "README.md" | ||
readme.workspace = true | ||
repository = "https://github.com/tracel-ai/burn/tree/main/burn-tensor-testgen" | ||
version = "0.12.0" | ||
version.workspace = true | ||
|
||
[lib] | ||
proc-macro = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
authors = ["nathanielsimard <[email protected]>"] | ||
categories = ["science", "no-std", "embedded", "wasm"] | ||
description = "Tensor library with user-friendly APIs and automatic differentiation support" | ||
edition = "2021" | ||
edition.workspace = true | ||
keywords = ["deep-learning", "machine-learning", "tensor", "pytorch", "ndarray"] | ||
license = "MIT OR Apache-2.0" | ||
license.workspace = true | ||
name = "burn-tensor" | ||
readme = "README.md" | ||
readme.workspace = true | ||
repository = "https://github.com/tracel-ai/burn/tree/main/burn-tensor" | ||
version = "0.12.0" | ||
version.workspace = true | ||
|
||
[features] | ||
default = ["std"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
authors = ["nathanielsimard <[email protected]>"] | ||
categories = ["science"] | ||
description = "Training crate for the Burn framework" | ||
edition = "2021" | ||
edition.workspace = true | ||
keywords = ["deep-learning", "machine-learning", "tensor", "pytorch", "ndarray"] | ||
license = "MIT OR Apache-2.0" | ||
license.workspace = true | ||
name = "burn-train" | ||
readme = "README.md" | ||
readme.workspace = true | ||
repository = "https://github.com/tracel-ai/burn/tree/main/burn-train" | ||
version = "0.12.0" | ||
version.workspace = true | ||
|
||
[features] | ||
default = ["metrics", "tui"] | ||
|
@@ -19,9 +19,9 @@ tui = ["ratatui", "crossterm"] | |
burn-core = { path = "../burn-core", version = "0.12.0", features = ["dataset"] } | ||
|
||
log = { workspace = true } | ||
tracing-subscriber.workspace = true | ||
tracing-appender.workspace = true | ||
tracing-core.workspace = true | ||
tracing-subscriber = { workspace = true } | ||
tracing-appender = { workspace = true } | ||
tracing-core = { workspace = true } | ||
|
||
# Metrics | ||
nvml-wrapper = { version = "0.9.0", optional = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
authors = ["nathanielsimard <[email protected]>"] | ||
categories = ["science"] | ||
description = "WGPU backend for the Burn framework" | ||
edition = "2021" | ||
edition.workspace = true | ||
keywords = ["deep-learning", "machine-learning", "gpu", "wgpu", "webgpu"] | ||
license = "MIT OR Apache-2.0" | ||
license.workspace = true | ||
name = "burn-wgpu" | ||
readme = "README.md" | ||
readme.workspace = true | ||
repository = "https://github.com/tracel-ai/burn/tree/main/burn-wgpu" | ||
version = "0.12.0" | ||
version.workspace = true | ||
|
||
[features] | ||
default = ["autotune", "std"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
authors = ["nathanielsimard <[email protected]>"] | ||
categories = ["science", "no-std", "embedded", "wasm"] | ||
description = "Flexible and Comprehensive Deep Learning Framework in Rust" | ||
edition = "2021" | ||
edition.workspace = true | ||
keywords = ["deep-learning", "machine-learning", "tensor", "pytorch", "ndarray"] | ||
license = "MIT OR Apache-2.0" | ||
license.workspace = true | ||
name = "burn" | ||
readme = "README.md" | ||
readme.workspace = true | ||
repository = "https://github.com/tracel-ai/burn" | ||
version = "0.12.0" | ||
version.workspace = true | ||
rust-version = "1.71" | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
authors = ["nathanielsimard <[email protected]>", "Ankitects Pty Ltd"] | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
edition.workspace = true | ||
license.workspace = true | ||
name = "custom-renderer" | ||
description = "Example of how to render training progress outside of the tui" | ||
publish = false | ||
version = "0.12.0" | ||
version.workspace = true | ||
|
||
[dependencies] | ||
burn = {path = "../../burn", features=["autodiff", "wgpu", "train", "dataset"], default-features=false} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
authors = ["nathanielsimard <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
edition.workspace = true | ||
license.workspace = true | ||
name = "custom-training-loop" | ||
publish = false | ||
version = "0.12.0" | ||
version.workspace = true | ||
|
||
[dependencies] | ||
burn = {path = "../../burn", features=["autodiff", "wgpu"]} | ||
|
Oops, something went wrong.