You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following #24 WASM compiled library does not work. Nor f32, nor fresh q4_0 models work.
Here is what I am getting in console: Uncaught (in promise) RuntimeError: Aborted(alignment fault). Exact line that is falling before 'SAFE_HEAP_STORE_i64_8_8' call is ggml.c:4632, which have this content:
for (int i = 0; i < n_dims; i++) {
result->ne[i] = ne[i];
}
Following #24 WASM compiled library does not work. Nor f32, nor fresh q4_0 models work.
Here is what I am getting in console:
Uncaught (in promise) RuntimeError: Aborted(alignment fault)
. Exact line that is falling before'SAFE_HEAP_STORE_i64_8_8'
call is ggml.c:4632, which have this content:Chrome Console Output
The text was updated successfully, but these errors were encountered: