candle/candle-wasm-tests
Laurent Mazare dac73edb34
AVX optimized q8k vecdot. (#1024)
2023-10-03 12:10:58 +01:00
..
src Simd128 vec-dot for q4_0. (#974) 2023-09-27 14:15:30 +01:00
tests AVX optimized q8k vecdot. (#1024) 2023-10-03 12:10:58 +01:00
Cargo.toml Bump the version to 0.3.0. (#1014) 2023-10-01 13:51:57 +01:00
README.md Simd128 vec-dot for q4_0. (#974) 2023-09-27 14:15:30 +01:00
webdriver.json Simd128 vec-dot for q4_0. (#974) 2023-09-27 14:15:30 +01:00

README.md

Run the tests with:

RUST_LOG=wasm_bindgen_test_runner wasm-pack test --chrome --headless

Or:

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.