]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
mnist : fix the emcc command to compile correctly (#746)
authorOndřej Čertík <redacted>
Sun, 25 Feb 2024 13:57:04 +0000 (06:57 -0700)
committerGitHub <redacted>
Sun, 25 Feb 2024 13:57:04 +0000 (15:57 +0200)
commitf8e262f4391c9eb55b32b34a9021db1d66d858fe
treef4458fc0971cedc9d4df58b82b8211ecc7d5f087
parent7c531538b3de534a52cd87b1dfe0af99c7d70058
mnist : fix the emcc command to compile correctly (#746)

Otherwise we get linking errors:

wasm-ld: error: /var/folders/8w/5mqfkhqn1nj0tw97g3hl1nyh0000gn/T/emscripten_temp_hj657tq4/ggml_0.o: undefined symbol: dequantize_row_q4_0
wasm-ld: error: /var/folders/8w/5mqfkhqn1nj0tw97g3hl1nyh0000gn/T/emscripten_temp_hj657tq4/ggml_0.o: undefined symbol: quantize_row_q4_0
...
examples/mnist/README.md