Fix Cargo.toml repository links (#1749)

* Fix wgpu github link

* Fix burn-train repo link

* Fix burn-tensor github repo

* Fix burn-tensor repo link

* Fix remaining repo links in crates Cargo.toml

---------

Co-authored-by: Jonathan Richard <47578360+jwric@users.noreply.github.com>
This commit is contained in:
Thierry Cantin-Demers 2024-05-09 15:40:05 -04:00 committed by GitHub
parent 5bbc5ea944
commit b09d8431df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
18 changed files with 18 additions and 18 deletions

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "data"]
license.workspace = true license.workspace = true
name = "burn-autodiff" name = "burn-autodiff"
readme.workspace = true readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-autodiff" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-autodiff"
version.workspace = true version.workspace = true
[features] [features]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "data"]
license.workspace = true license.workspace = true
name = "burn-candle" name = "burn-candle"
readme.workspace = true readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-candle" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-candle"
version.workspace = true version.workspace = true
[features] [features]

View File

@ -7,7 +7,7 @@ keywords = []
license.workspace = true license.workspace = true
name = "burn-common" name = "burn-common"
readme.workspace = true readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-common" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-common"
version.workspace = true version.workspace = true
[features] [features]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "data"]
license.workspace = true license.workspace = true
name = "burn-compute" name = "burn-compute"
readme.workspace = true readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-compute" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-compute"
version.workspace = true version.workspace = true
[features] [features]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "tensor", "pytorch", "ndarray"]
license.workspace = true license.workspace = true
name = "burn-core" name = "burn-core"
readme.workspace = true readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-core" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-core"
version.workspace = true version.workspace = true
[features] [features]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "gpu", "cuda"]
license.workspace = true license.workspace = true
name = "burn-cuda" name = "burn-cuda"
readme.workspace = true readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-cuda" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-cuda"
version.workspace = true version.workspace = true
[features] [features]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "data"]
license.workspace = true license.workspace = true
name = "burn-dataset" name = "burn-dataset"
readme.workspace = true readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-dataset" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-dataset"
version.workspace = true version.workspace = true
[features] [features]

View File

@ -7,7 +7,7 @@ keywords = []
license.workspace = true license.workspace = true
name = "burn-derive" name = "burn-derive"
readme.workspace = true readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-derive" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-derive"
version.workspace = true version.workspace = true
[lib] [lib]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "data"]
license.workspace = true license.workspace = true
name = "burn-fusion" name = "burn-fusion"
readme.workspace = true readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-fusion" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-fusion"
version.workspace = true version.workspace = true
[features] [features]

View File

@ -8,7 +8,7 @@ edition.workspace = true
license.workspace = true license.workspace = true
name = "burn-import" name = "burn-import"
readme.workspace = true readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-import" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-import"
version.workspace = true version.workspace = true
default-run = "onnx2burn" default-run = "onnx2burn"

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "gpu"]
license.workspace = true license.workspace = true
name = "burn-jit" name = "burn-jit"
readme.workspace = true readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-jit" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-jit"
version.workspace = true version.workspace = true
[features] [features]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "data"]
license.workspace = true license.workspace = true
name = "burn-ndarray" name = "burn-ndarray"
readme.workspace = true readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-ndarray" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-ndarray"
version.workspace = true version.workspace = true
[features] [features]

View File

@ -7,7 +7,7 @@ edition.workspace = true
license.workspace = true license.workspace = true
name = "burn-no-std-tests" name = "burn-no-std-tests"
readme.workspace = true readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-no-std-tests" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-no-std-tests"
version.workspace = true version.workspace = true
[dependencies] [dependencies]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "data"]
license.workspace = true license.workspace = true
name = "burn-tch" name = "burn-tch"
readme.workspace = true readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-tch" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-tch"
version.workspace = true version.workspace = true
[features] [features]

View File

@ -5,7 +5,7 @@ edition.workspace = true
license.workspace = true license.workspace = true
name = "burn-tensor-testgen" name = "burn-tensor-testgen"
readme.workspace = true readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-tensor-testgen" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-tensor-testgen"
version.workspace = true version.workspace = true
[lib] [lib]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "tensor", "pytorch", "ndarray"]
license.workspace = true license.workspace = true
name = "burn-tensor" name = "burn-tensor"
readme.workspace = true readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-tensor" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-tensor"
version.workspace = true version.workspace = true
[features] [features]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "tensor", "pytorch", "ndarray"]
license.workspace = true license.workspace = true
name = "burn-train" name = "burn-train"
readme.workspace = true readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-train" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-train"
version.workspace = true version.workspace = true
[features] [features]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "gpu", "wgpu", "webgpu"]
license.workspace = true license.workspace = true
name = "burn-wgpu" name = "burn-wgpu"
readme.workspace = true readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-wgpu" repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-wgpu"
version.workspace = true version.workspace = true
[features] [features]