tensor-tools 0.9.0-alpha.4

Minimalist ML framework.
[[bin]]
name = "tensor-tools"
path = "src/main.rs"

[dependencies.anyhow]
features = ["backtrace"]
version = "1"

[dependencies.candle]
package = "candle-core"
version = "0.9.0-alpha.4"

[dependencies.clap]
features = ["derive"]
version = "4.2.4"

[dependencies.rayon]
version = "1.7.0"

[dependencies.safetensors]
version = "0.4.1"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science"]
description = "Minimalist ML framework."
edition = "2021"
keywords = ["blas", "tensor", "machine-learning"]
license = "MIT OR Apache-2.0"
name = "tensor-tools"
readme = false
repository = "https://github.com/huggingface/candle"
version = "0.9.0-alpha.4"