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
name = "burn-autodiff"
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
[features]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "data"]
license.workspace = true
name = "burn-candle"
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
[features]

View File

@ -7,7 +7,7 @@ keywords = []
license.workspace = true
name = "burn-common"
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
[features]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "data"]
license.workspace = true
name = "burn-compute"
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
[features]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "tensor", "pytorch", "ndarray"]
license.workspace = true
name = "burn-core"
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
[features]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "gpu", "cuda"]
license.workspace = true
name = "burn-cuda"
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
[features]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "data"]
license.workspace = true
name = "burn-dataset"
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
[features]

View File

@ -7,7 +7,7 @@ keywords = []
license.workspace = true
name = "burn-derive"
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
[lib]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "data"]
license.workspace = true
name = "burn-fusion"
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
[features]

View File

@ -8,7 +8,7 @@ edition.workspace = true
license.workspace = true
name = "burn-import"
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
default-run = "onnx2burn"

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "gpu"]
license.workspace = true
name = "burn-jit"
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
[features]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "data"]
license.workspace = true
name = "burn-ndarray"
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
[features]

View File

@ -7,7 +7,7 @@ edition.workspace = true
license.workspace = true
name = "burn-no-std-tests"
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
[dependencies]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "data"]
license.workspace = true
name = "burn-tch"
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
[features]

View File

@ -5,7 +5,7 @@ edition.workspace = true
license.workspace = true
name = "burn-tensor-testgen"
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
[lib]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "tensor", "pytorch", "ndarray"]
license.workspace = true
name = "burn-tensor"
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
[features]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "tensor", "pytorch", "ndarray"]
license.workspace = true
name = "burn-train"
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
[features]

View File

@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "gpu", "wgpu", "webgpu"]
license.workspace = true
name = "burn-wgpu"
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
[features]