ci : remove wasm test#23733
Conversation
|
@reeselevine Know what the |
|
I think it's ok to merge and resolve from |
|
My guess though is that the tests aren't going to work anyway. |
|
sorry not sure I have the full context here. It seems like based on #23718 the CI didn't need the Vulkan SDK? The reason that I set it up with the Vulkan SDK originally is that WebGPU does need a Vulkan installation to run on Linux systems, so I thought installing the Vulkan SDK was necessary. But maybe I'm misunderstanding how Vulkan is installed on these systems? And the idea behind the WASM CI is not to actually run the tests, but to ensure that llama.cpp compiles via Emscripten, since that's necessary for running llama.cpp in the browser. So it seems like we shouldn't have added the |
|
gentle ping if someone can either merge or reapprove :) |
* origin/master: hexagon: add support for Q4_1 in MUL_MAT and MUL_MAT_ID (ggml-org#23647) ggml-webgpu: Fix how to dispatch WG to some ops (ggml-org#23750) vulkan: Switch MUL_MAT_VEC to 4 K per iteration for F16/32 (ggml-org#22887) vulkan: use GL_NV_cooperative_matrix_decode_vector for faster matmul (ggml-org#23541) vulkan: add REPEAT op support for f16 to f16. (ggml-org#23298) ci : move ARM jobs to self-hosted + disable kleidiai mac release (ggml-org#23780) vendor : update cpp-httplib to 0.46.0 (ggml-org#23650) pyproject : add conversion folder and update dependencies (ggml-org#23746) CUDA: restrict PDL to CTK >= 12.3 due to MSVC issues (ggml-org#23742) ci : bump cuda release to 13.3 (ggml-org#23749) common : fix env names to all have LLAMA_ARG_ prefix (ggml-org#23778) ci : fix windows ccaches (ggml-org#23777) ci : remove wasm test (ggml-org#23733) vulkan: avoid preferring transfer queue on AMD UMA devices (ggml-org#22455) ci : add ccache to server builds + fix undefined sanitizer build (ggml-org#23763) docs : fix duplicated "the" in granitevision and model-conversion docs (ggml-org#23767) convert: add MiniCPM5 tokenizer support (ggml-org#23384) server : fix the log message when using SSL (ggml-org#23393)
* run tests in correct build folder * remove wasm test
* run tests in correct build folder * remove wasm test
Overview
cont #23718
Requirements