mirror of
https://github.com/huggingface/candle.git
synced 2025-06-14 18:06:36 +00:00

* Simd128 vec-dot for q4_0. * Bugfix. * Add wasm tests. * Bugfix for the q40 vecdot. * More quantization tests.
17 lines
300 B
JSON
17 lines
300 B
JSON
{
|
|
"moz:firefoxOptions": {
|
|
"prefs": {
|
|
"media.navigator.streams.fake": true,
|
|
"media.navigator.permission.disabled": true
|
|
},
|
|
"args": []
|
|
},
|
|
"goog:chromeOptions": {
|
|
"args": [
|
|
"--use-fake-device-for-media-stream",
|
|
"--use-fake-ui-for-media-stream"
|
|
]
|
|
}
|
|
}
|
|
|