mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 11:37:11 +00:00
Update the repo location. (#305)
This commit is contained in:
@ -13,6 +13,15 @@ exclude = [
|
|||||||
"candle-kernels",
|
"candle-kernels",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[workspace.package]
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2021"
|
||||||
|
description = "Minimalist ML framework."
|
||||||
|
repository = "https://github.com/huggingface/candle"
|
||||||
|
keywords = ["blas", "tensor", "machine-learning"]
|
||||||
|
categories = ["science"]
|
||||||
|
license = "MIT/Apache-2.0"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
anyhow = { version = "1", features = ["backtrace"] }
|
anyhow = { version = "1", features = ["backtrace"] }
|
||||||
byteorder = "1.4.3"
|
byteorder = "1.4.3"
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "candle-core"
|
name = "candle-core"
|
||||||
version = "0.1.0"
|
version.workspace = true
|
||||||
edition = "2021"
|
edition.workspace = true
|
||||||
|
description.workspace = true
|
||||||
description = "Minimalist ML framework."
|
repository.workspace = true
|
||||||
repository = "https://github.com/LaurentMazare/candle"
|
keywords.workspace = true
|
||||||
keywords = ["blas", "tensor", "machine-learning"]
|
categories.workspace = true
|
||||||
categories = ["science"]
|
license.workspace = true
|
||||||
license = "MIT/Apache-2.0"
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "candle-examples"
|
name = "candle-examples"
|
||||||
version = "0.1.0"
|
version.workspace = true
|
||||||
edition = "2021"
|
edition.workspace = true
|
||||||
|
description.workspace = true
|
||||||
description = "Examples for the candle ML framework."
|
repository.workspace = true
|
||||||
repository = "https://github.com/LaurentMazare/candle"
|
keywords.workspace = true
|
||||||
keywords = ["blas", "tensor", "machine-learning"]
|
categories.workspace = true
|
||||||
categories = ["science"]
|
license.workspace = true
|
||||||
license = "MIT/Apache-2.0"
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
description = "Flash attention layer for the candle ML framework."
|
description = "Flash attention layer for the candle ML framework."
|
||||||
repository = "https://github.com/LaurentMazare/candle"
|
repository = "https://github.com/huggingface/candle"
|
||||||
keywords = ["blas", "tensor", "machine-learning"]
|
keywords = ["blas", "tensor", "machine-learning"]
|
||||||
categories = ["science"]
|
categories = ["science"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
description = "CUDA kernels for Candle"
|
description = "CUDA kernels for Candle"
|
||||||
repository = "https://github.com/LaurentMazare/candle"
|
repository = "https://github.com/huggingface/candle"
|
||||||
keywords = ["blas", "tensor", "machine-learning"]
|
keywords = ["blas", "tensor", "machine-learning"]
|
||||||
categories = ["science"]
|
categories = ["science"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "candle-nn"
|
name = "candle-nn"
|
||||||
version = "0.1.0"
|
version.workspace = true
|
||||||
edition = "2021"
|
edition.workspace = true
|
||||||
|
description.workspace = true
|
||||||
description = "Minimalist ML framework."
|
repository.workspace = true
|
||||||
repository = "https://github.com/LaurentMazare/candle"
|
keywords.workspace = true
|
||||||
keywords = ["blas", "tensor", "machine-learning"]
|
categories.workspace = true
|
||||||
categories = ["science"]
|
license.workspace = true
|
||||||
license = "MIT/Apache-2.0"
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "candle-pyo3"
|
name = "candle-pyo3"
|
||||||
version = "0.1.0"
|
version.workspace = true
|
||||||
edition = "2021"
|
edition.workspace = true
|
||||||
|
description.workspace = true
|
||||||
description = "PyO3 bindings for the candle ML framework."
|
repository.workspace = true
|
||||||
repository = "https://github.com/LaurentMazare/candle"
|
keywords.workspace = true
|
||||||
keywords = ["blas", "tensor", "machine-learning"]
|
categories.workspace = true
|
||||||
categories = ["science"]
|
license.workspace = true
|
||||||
license = "MIT/Apache-2.0"
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "candle-transformers"
|
name = "candle-transformers"
|
||||||
version = "0.1.0"
|
version.workspace = true
|
||||||
edition = "2021"
|
edition.workspace = true
|
||||||
|
description.workspace = true
|
||||||
description = "Pretrained models and inference API for the candle ML framework."
|
repository.workspace = true
|
||||||
repository = "https://github.com/LaurentMazare/candle"
|
keywords.workspace = true
|
||||||
keywords = ["blas", "tensor", "machine-learning"]
|
categories.workspace = true
|
||||||
categories = ["science"]
|
license.workspace = true
|
||||||
license = "MIT/Apache-2.0"
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
@ -1,14 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "candle-wasm-example-llama2"
|
name = "candle-wasm-example-llama2"
|
||||||
version = "0.1.0"
|
version.workspace = true
|
||||||
edition = "2021"
|
edition.workspace = true
|
||||||
|
description.workspace = true
|
||||||
description = "Wasm example for the candle ML framework."
|
repository.workspace = true
|
||||||
repository = "https://github.com/LaurentMazare/candle"
|
keywords.workspace = true
|
||||||
keywords = ["blas", "tensor", "machine-learning"]
|
categories.workspace = true
|
||||||
categories = ["science"]
|
license.workspace = true
|
||||||
license = "MIT/Apache-2.0"
|
|
||||||
readme = "README.md"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
candle = { path = "../../candle-core", version = "0.1.0", package = "candle-core" }
|
candle = { path = "../../candle-core", version = "0.1.0", package = "candle-core" }
|
||||||
|
@ -186,7 +186,7 @@ impl Component for App {
|
|||||||
<div><p>{"Running "}
|
<div><p>{"Running "}
|
||||||
<a href="https://github.com/karpathy/llama2.c" target="_blank">{"llama2.c"}</a>
|
<a href="https://github.com/karpathy/llama2.c" target="_blank">{"llama2.c"}</a>
|
||||||
{" in the browser using rust/wasm with "}
|
{" in the browser using rust/wasm with "}
|
||||||
<a href="https://github.com/LaurentMazare/candle" target="_blank">{"candle!"}</a>
|
<a href="https://github.com/huggingface/candle" target="_blank">{"candle!"}</a>
|
||||||
</p>
|
</p>
|
||||||
<p>{"Once the weights have loaded, click on the run button to start generating content."}
|
<p>{"Once the weights have loaded, click on the run button to start generating content."}
|
||||||
</p>
|
</p>
|
||||||
|
@ -1,14 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "candle-wasm-example-whisper"
|
name = "candle-wasm-example-whisper"
|
||||||
version = "0.1.0"
|
version.workspace = true
|
||||||
edition = "2021"
|
edition.workspace = true
|
||||||
|
description.workspace = true
|
||||||
description = "Wasm example for the candle ML framework."
|
repository.workspace = true
|
||||||
repository = "https://github.com/LaurentMazare/candle"
|
keywords.workspace = true
|
||||||
keywords = ["blas", "tensor", "machine-learning"]
|
categories.workspace = true
|
||||||
categories = ["science"]
|
license.workspace = true
|
||||||
license = "MIT/Apache-2.0"
|
|
||||||
readme = "README.md"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
candle = { path = "../../candle-core", version = "0.1.0", package = "candle-core" }
|
candle = { path = "../../candle-core", version = "0.1.0", package = "candle-core" }
|
||||||
|
Reference in New Issue
Block a user