load_backend: loaded RPC backend from /var/home/rybens/.local/share/ggufone/runtime/b11026-linux-x64-vulkan/libggml-rpc.so
ggml_vulkan: Found 1 Vulkan devices:
ggml_vulkan: 0 = NVIDIA GeForce RTX 3060 Ti (NVIDIA) | uma: 0 | fp16: 1 | bf16: 1 | fp4: 0 | warp size: 32 | shared memory: 49152 | int dot: 1 | matrix cores: NV_coopmat2
load_backend: loaded Vulkan backend from /var/home/rybens/.local/share/ggufone/runtime/b11026-linux-x64-vulkan/libggml-vulkan.so
load_backend: loaded CPU backend from /var/home/rybens/.local/share/ggufone/runtime/b11026-linux-x64-vulkan/libggml-cpu-haswell.so
~llama_context:    Vulkan0 compute buffer size is 334.5591 MiB, matches expectation of 334.5591 MiB
~llama_context: Vulkan_Host compute buffer size is   8.8305 MiB, matches expectation of   8.8305 MiB
~llama_context:    Vulkan0 compute buffer size is 334.5591 MiB, matches expectation of 334.5591 MiB
~llama_context: Vulkan_Host compute buffer size is   8.8305 MiB, matches expectation of   8.8305 MiB
~llama_context:    Vulkan0 compute buffer size is 334.5591 MiB, matches expectation of 334.5591 MiB
~llama_context: Vulkan_Host compute buffer size is   8.8305 MiB, matches expectation of   8.8305 MiB
F
=================================== FAILURES ===================================
______________________ test_determinism_holds_on_this_box ______________________

    @pytest.mark.model
    def test_determinism_holds_on_this_box():
        report = suites.run_suite(
            harness.BenchConfig(suite="determinism", model_path=str(_model()), backend="cpu",
                                threads=1),
            factory=suites.live_factory)
>       assert report["ok"] is True, report["notes"]
E       AssertionError: ["W_BACKEND_MISMATCH: the row claims backend `cpu` but the engine's own log shows the compute on vulkan (compute buffe... read this row as a vulkan measurement — re-run one backend per process (`--backend vulkan`) for a clean attribution."]
E       assert False is True

/var/home/rybens/workspace/ggufone/tests/test_bench_live.py:128: AssertionError
=========================== short test summary info ============================
FAILED tests/test_bench_live.py::test_determinism_holds_on_this_box - Asserti...
1 failed in 53.97s
