mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 18:28:24 +00:00

* Simd128 vec-dot for q4_0. * Bugfix. * Add wasm tests. * Bugfix for the q40 vecdot. * More quantization tests.
16 lines
403 B
TOML
16 lines
403 B
TOML
[package]
|
|
name = "candle-wasm-tests"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
description = "WASM tests for candle"
|
|
keywords.workspace = true
|
|
categories.workspace = true
|
|
|
|
[dependencies]
|
|
candle = { path = "../candle-core", version = "0.2.3", package = "candle-core" }
|
|
rand = { workspace = true }
|
|
getrandom = { version = "0.2", features = ["js"] }
|
|
|
|
[dev-dependencies]
|
|
wasm-bindgen-test = "0.3.0"
|