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.
13 lines
305 B
Markdown
13 lines
305 B
Markdown
Run the tests with:
|
|
```bash
|
|
RUST_LOG=wasm_bindgen_test_runner wasm-pack test --chrome --headless
|
|
```
|
|
Or:
|
|
```bash
|
|
wasm-pack test --chrome
|
|
```
|
|
|
|
If you get an "invalid session id" failure in headless mode, check that logs and
|
|
it may well be that your ChromeDriver is not at the same version as your
|
|
browser.
|