ggml-python 0.0.38__tar.gz → 0.0.39__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ggml_python-0.0.38 → ggml_python-0.0.39}/.github/workflows/wheels-index.yaml +3 -0
- ggml_python-0.0.39/.github/workflows/wheels-rocm.yaml +227 -0
- ggml_python-0.0.39/.github/workflows/wheels-vulkan.yaml +127 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/CHANGELOG.md +9 -2
- ggml_python-0.0.39/CONTRIBUTING.md +77 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/PKG-INFO +24 -1
- {ggml_python-0.0.38 → ggml_python-0.0.39}/README.md +23 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/docs/index.md +21 -1
- ggml_python-0.0.39/ggml/__init__.py +3 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/ggml/ggml.py +67 -0
- ggml_python-0.0.38/ggml/__init__.py +0 -3
- {ggml_python-0.0.38 → ggml_python-0.0.39}/.github/dependabot.yaml +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/.github/workflows/lint.yaml +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/.github/workflows/publish.yaml +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/.github/workflows/test.yaml +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/.github/workflows/wheels-cuda.yaml +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/.github/workflows/wheels-metal.yaml +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/.github/workflows/wheels.yaml +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/.gitignore +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/.gitmodules +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/.readthedocs.yaml +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/LICENSE.md +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/Makefile +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/docs/api-reference.md +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/docs/changelog.md +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/examples/clip/README.md +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/examples/clip/convert-pt-to-ggml.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/examples/clip/model.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/examples/clip/requirements.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/examples/clip/utils.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/examples/custom-operators/example_jax.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/examples/optimizer/simple.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/examples/replit/README.md +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/examples/replit/app.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/examples/replit/main.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/examples/replit/requirements.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/examples/rpc/main.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/examples/rpc/worker.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/ggml/py.typed +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/ggml/utils.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/mkdocs.yml +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/pyproject.toml +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/scripts/releases-to-pep-503.sh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/tests/__init__.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/tests/test_ggml.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/tests/test_ggml_cuda.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/tests/test_ggml_metal.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/tests/test_utils.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/.editorconfig +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/.github/pull_request_template.md +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/.github/workflows/ci.yml +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/.github/workflows/release.yml +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/.gitignore +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/.gitmodules +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/AUTHORS +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/CONTRIBUTING.md +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/LICENSE +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/README.md +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/ci/run.sh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/cmake/FindNCCL.cmake +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/cmake/GitVars.cmake +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/cmake/common.cmake +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/cmake/ggml-config.cmake.in +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/docs/gguf.md +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/common-ggml.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/common-ggml.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/common.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/common.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/gpt-2/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/gpt-2/README.md +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/gpt-2/convert-cerebras-to-ggml.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/gpt-2/convert-ckpt-to-ggml.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/gpt-2/convert-h5-to-ggml.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/gpt-2/download-ggml-model.sh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/gpt-2/download-model.sh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/gpt-2/main-alloc.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/gpt-2/main-backend.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/gpt-2/main-batched.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/gpt-2/main-ctx.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/gpt-2/main-sched.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/gpt-2/quantize.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/gpt-j/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/gpt-j/README.md +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/gpt-j/convert-h5-to-ggml.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/gpt-j/download-ggml-model.sh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/gpt-j/download-model.sh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/gpt-j/main.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/gpt-j/quantize.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/magika/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/magika/README.md +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/magika/convert.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/magika/main.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/mnist/.gitignore +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/mnist/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/mnist/README.md +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/mnist/mnist-common.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/mnist/mnist-common.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/mnist/mnist-eval.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/mnist/mnist-train-cnn.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/mnist/mnist-train-fc.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/mnist/mnist-train.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/mnist/server.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/perf-metal/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/perf-metal/perf-metal.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/prompts/dolly-v2.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/prompts/gpt-2-chinese.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/prompts/gpt-2.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/prompts/gpt-j.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/prompts/gpt-neox-japanese.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/prompts/gpt-neox.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/prompts/polyglot-ko.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/prompts/replit.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/prompts/starcoder.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/prompts/test-cases.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/prompts/tokenize_huggingface.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/prompts/whisper.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/python/README.md +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/python/api.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/python/example_add_quant.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/python/example_test_all_quants.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/python/ggml/__init__.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/python/ggml/__init__.pyi +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/python/ggml/cffi.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/python/ggml/ffi/__init__.pyi +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/python/ggml/utils.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/python/regenerate.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/python/stubs.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/python/test_tensor.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/sam/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/sam/README.md +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/sam/convert-pth-to-ggml.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/sam/example.jpg +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/sam/sam.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/simple/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/simple/README.md +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/simple/simple-backend.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/simple/simple-ctx.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/stb_image.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/stb_image_write.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/test-cmake/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/test-cmake/README.md +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/test-cmake/test-cmake.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/README.md +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/convert-yolov3-tiny.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/coco.names +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/100_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/100_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/100_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/100_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/100_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/100_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/100_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/100_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/101_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/101_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/101_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/101_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/101_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/101_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/101_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/101_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/102_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/102_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/102_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/102_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/102_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/102_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/102_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/102_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/103_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/103_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/103_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/103_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/103_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/103_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/103_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/103_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/104_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/104_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/104_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/104_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/104_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/104_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/104_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/104_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/105_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/105_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/105_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/105_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/105_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/105_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/105_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/105_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/106_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/106_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/106_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/106_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/106_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/106_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/106_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/106_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/107_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/107_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/107_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/107_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/107_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/107_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/107_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/107_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/108_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/108_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/108_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/108_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/108_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/108_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/108_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/108_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/109_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/109_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/109_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/109_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/109_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/109_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/109_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/109_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/110_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/110_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/110_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/110_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/110_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/110_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/110_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/110_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/111_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/111_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/111_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/111_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/111_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/111_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/111_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/111_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/112_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/112_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/112_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/112_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/112_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/112_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/112_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/112_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/113_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/113_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/113_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/113_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/113_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/113_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/113_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/113_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/114_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/114_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/114_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/114_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/114_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/114_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/114_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/114_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/115_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/115_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/115_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/115_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/115_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/115_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/115_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/115_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/116_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/116_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/116_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/116_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/116_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/116_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/116_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/116_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/117_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/117_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/117_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/117_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/117_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/117_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/117_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/117_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/118_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/118_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/118_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/118_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/118_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/118_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/118_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/118_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/119_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/119_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/119_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/119_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/119_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/119_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/119_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/119_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/120_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/120_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/120_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/120_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/120_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/120_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/120_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/120_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/121_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/121_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/121_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/121_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/121_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/121_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/121_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/121_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/122_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/122_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/122_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/122_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/122_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/122_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/122_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/122_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/123_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/123_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/123_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/123_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/123_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/123_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/123_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/123_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/124_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/124_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/124_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/124_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/124_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/124_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/124_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/124_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/125_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/125_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/125_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/125_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/125_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/125_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/125_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/125_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/126_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/126_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/126_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/126_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/126_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/126_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/126_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/126_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/32_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/32_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/32_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/32_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/32_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/32_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/32_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/32_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/33_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/33_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/33_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/33_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/33_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/33_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/33_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/33_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/34_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/34_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/34_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/34_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/34_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/34_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/34_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/34_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/35_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/35_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/35_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/35_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/35_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/35_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/35_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/35_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/36_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/36_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/36_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/36_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/36_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/36_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/36_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/36_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/37_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/37_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/37_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/37_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/37_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/37_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/37_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/37_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/38_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/38_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/38_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/38_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/38_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/38_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/38_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/38_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/39_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/39_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/39_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/39_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/39_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/39_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/39_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/39_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/40_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/40_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/40_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/40_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/40_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/40_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/40_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/40_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/41_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/41_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/41_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/41_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/41_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/41_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/41_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/41_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/42_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/42_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/42_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/42_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/42_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/42_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/42_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/42_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/43_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/43_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/43_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/43_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/43_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/43_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/43_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/43_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/44_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/44_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/44_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/44_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/44_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/44_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/44_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/44_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/45_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/45_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/45_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/45_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/45_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/45_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/45_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/45_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/46_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/46_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/46_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/46_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/46_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/46_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/46_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/46_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/47_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/47_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/47_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/47_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/47_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/47_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/47_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/47_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/48_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/48_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/48_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/48_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/48_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/48_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/48_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/48_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/49_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/49_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/49_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/49_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/49_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/49_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/49_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/49_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/50_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/50_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/50_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/50_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/50_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/50_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/50_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/50_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/51_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/51_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/51_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/51_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/51_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/51_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/51_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/51_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/52_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/52_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/52_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/52_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/52_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/52_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/52_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/52_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/53_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/53_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/53_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/53_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/53_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/53_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/53_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/53_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/54_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/54_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/54_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/54_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/54_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/54_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/54_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/54_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/55_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/55_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/55_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/55_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/55_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/55_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/55_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/55_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/56_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/56_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/56_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/56_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/56_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/56_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/56_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/56_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/57_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/57_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/57_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/57_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/57_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/57_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/57_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/57_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/58_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/58_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/58_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/58_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/58_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/58_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/58_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/58_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/59_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/59_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/59_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/59_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/59_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/59_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/59_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/59_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/60_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/60_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/60_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/60_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/60_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/60_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/60_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/60_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/61_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/61_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/61_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/61_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/61_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/61_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/61_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/61_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/62_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/62_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/62_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/62_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/62_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/62_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/62_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/62_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/63_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/63_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/63_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/63_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/63_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/63_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/63_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/63_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/64_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/64_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/64_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/64_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/64_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/64_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/64_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/64_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/65_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/65_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/65_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/65_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/65_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/65_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/65_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/65_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/66_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/66_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/66_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/66_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/66_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/66_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/66_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/66_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/67_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/67_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/67_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/67_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/67_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/67_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/67_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/67_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/68_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/68_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/68_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/68_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/68_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/68_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/68_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/68_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/69_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/69_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/69_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/69_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/69_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/69_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/69_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/69_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/70_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/70_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/70_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/70_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/70_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/70_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/70_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/70_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/71_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/71_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/71_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/71_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/71_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/71_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/71_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/71_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/72_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/72_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/72_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/72_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/72_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/72_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/72_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/72_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/73_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/73_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/73_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/73_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/73_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/73_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/73_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/73_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/74_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/74_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/74_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/74_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/74_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/74_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/74_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/74_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/75_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/75_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/75_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/75_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/75_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/75_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/75_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/75_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/76_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/76_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/76_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/76_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/76_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/76_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/76_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/76_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/77_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/77_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/77_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/77_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/77_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/77_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/77_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/77_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/78_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/78_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/78_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/78_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/78_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/78_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/78_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/78_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/79_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/79_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/79_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/79_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/79_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/79_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/79_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/79_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/80_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/80_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/80_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/80_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/80_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/80_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/80_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/80_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/81_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/81_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/81_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/81_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/81_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/81_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/81_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/81_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/82_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/82_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/82_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/82_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/82_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/82_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/82_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/82_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/83_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/83_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/83_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/83_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/83_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/83_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/83_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/83_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/84_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/84_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/84_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/84_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/84_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/84_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/84_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/84_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/85_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/85_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/85_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/85_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/85_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/85_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/85_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/85_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/86_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/86_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/86_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/86_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/86_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/86_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/86_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/86_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/87_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/87_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/87_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/87_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/87_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/87_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/87_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/87_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/88_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/88_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/88_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/88_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/88_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/88_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/88_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/88_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/89_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/89_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/89_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/89_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/89_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/89_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/89_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/89_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/90_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/90_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/90_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/90_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/90_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/90_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/90_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/90_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/91_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/91_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/91_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/91_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/91_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/91_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/91_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/91_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/92_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/92_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/92_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/92_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/92_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/92_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/92_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/92_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/93_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/93_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/93_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/93_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/93_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/93_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/93_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/93_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/94_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/94_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/94_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/94_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/94_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/94_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/94_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/94_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/95_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/95_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/95_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/95_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/95_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/95_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/95_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/95_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/96_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/96_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/96_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/96_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/96_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/96_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/96_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/96_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/97_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/97_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/97_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/97_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/97_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/97_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/97_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/97_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/98_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/98_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/98_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/98_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/98_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/98_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/98_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/98_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/99_0.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/99_1.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/99_2.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/99_3.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/99_4.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/99_5.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/99_6.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/data/labels/99_7.png +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/yolo-image.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/yolo-image.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/examples/yolo/yolov3-tiny.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/ggml.pc.in +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/ggml-alloc.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/ggml-backend.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/ggml-blas.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/ggml-cann.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/ggml-cpp.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/ggml-cpu.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/ggml-cuda.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/ggml-hexagon.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/ggml-metal.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/ggml-opencl.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/ggml-openvino.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/ggml-opt.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/ggml-rpc.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/ggml-sycl.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/ggml-virtgpu.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/ggml-vulkan.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/ggml-webgpu.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/ggml-zdnn.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/ggml-zendnn.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/ggml.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/include/gguf.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/requirements.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/scripts/gen-authors.sh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/scripts/release.sh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/scripts/sync-llama-am.sh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/scripts/sync-llama.last +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/scripts/sync-llama.sh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/scripts/sync-whisper-am.sh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/scripts/sync-whisper.last +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/scripts/sync-whisper.sh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-alloc.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-backend-dl.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-backend-dl.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-backend-impl.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-backend-meta.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-backend-reg.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-backend.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-blas/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-blas/ggml-blas.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cann/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cann/acl_tensor.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cann/acl_tensor.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cann/aclnn_ops.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cann/aclnn_ops.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cann/common.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cann/ggml-cann.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-common.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/amx/amx.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/amx/amx.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/amx/common.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/amx/mmq.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/amx/mmq.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/arch/arm/cpu-feats.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/arch/arm/quants.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/arch/arm/repack.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/arch/loongarch/quants.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/arch/powerpc/cpu-feats.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/arch/powerpc/quants.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/arch/riscv/cpu-feats.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/arch/riscv/quants.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/arch/riscv/repack.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/arch/s390/cpu-feats.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/arch/s390/quants.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/arch/wasm/quants.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/arch/x86/cpu-feats.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/arch/x86/quants.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/arch/x86/repack.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/arch-fallback.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/binary-ops.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/binary-ops.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/cmake/FindSIMD.cmake +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/cmake/FindSMTIME.cmake +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/common.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/ggml-cpu-impl.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/ggml-cpu.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/ggml-cpu.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/hbm.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/hbm.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/kleidiai/kernels.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/kleidiai/kernels.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/kleidiai/kleidiai.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/kleidiai/kleidiai.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/llamafile/sgemm.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/llamafile/sgemm.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/ops.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/ops.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/quants.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/quants.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/repack.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/repack.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/simd-gemm.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/simd-mappings.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/spacemit/ime.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/spacemit/ime.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/spacemit/ime1_kernels.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/spacemit/ime2_kernels.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/spacemit/ime_env.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/spacemit/ime_env.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/spacemit/ime_kernels.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/spacemit/repack.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/spacemit/repack.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/spacemit/rvv_kernels.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/spacemit/rvv_kernels.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/spacemit/spine_barrier.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/spacemit/spine_mem_pool.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/spacemit/spine_mem_pool.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/spacemit/spine_tcm.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/traits.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/traits.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/unary-ops.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/unary-ops.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/vec.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cpu/vec.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/acc.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/acc.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/add-id.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/add-id.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/allreduce.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/allreduce.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/arange.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/arange.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/argmax.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/argmax.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/argsort.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/argsort.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/binbcast.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/binbcast.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/clamp.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/clamp.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/common.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/concat.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/concat.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/conv-transpose-1d.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/conv-transpose-1d.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/conv2d-dw.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/conv2d-dw.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/conv2d-transpose.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/conv2d-transpose.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/conv2d.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/conv2d.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/convert.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/convert.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/count-equal.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/count-equal.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/cp-async.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/cpy-utils.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/cpy.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/cpy.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/cross-entropy-loss.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/cross-entropy-loss.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/cumsum.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/cumsum.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/dequantize.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/diag.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/diag.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/diagmask.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/diagmask.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/fattn-common.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/fattn-mma-f16.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/fattn-tile.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/fattn-tile.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/fattn-vec.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/fattn-wmma-f16.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/fattn-wmma-f16.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/fattn.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/fattn.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/fill.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/fill.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/fwht.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/fwht.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/gated_delta_net.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/gated_delta_net.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/getrows.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/getrows.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/ggml-cuda.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/gla.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/gla.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/im2col.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/im2col.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/mean.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/mean.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/mma.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/mmf.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/mmf.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/mmid.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/mmid.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/mmq.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/mmq.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/mmvf.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/mmvf.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/mmvq.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/mmvq.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/norm.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/norm.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/opt-step-adamw.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/opt-step-adamw.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/opt-step-sgd.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/opt-step-sgd.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/out-prod.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/out-prod.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/pad.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/pad.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/pad_reflect_1d.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/pad_reflect_1d.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/pool2d.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/pool2d.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/quantize.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/quantize.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/reduce_rows.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/roll.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/roll.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/rope.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/rope.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/scale.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/scale.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/set-rows.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/set-rows.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/set.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/set.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/snake.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/snake.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/softcap.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/softcap.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/softmax.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/softmax.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/solve_tri.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/solve_tri.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/ssm-conv.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/ssm-conv.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/ssm-scan.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/ssm-scan.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/sum.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/sum.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/sumrows.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/sumrows.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_1-ncols2_16.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_1-ncols2_32.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_1-ncols2_8.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_16-ncols2_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_16-ncols2_2.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_16-ncols2_4.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_2-ncols2_16.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_2-ncols2_32.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_2-ncols2_4.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_2-ncols2_8.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_32-ncols2_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_32-ncols2_2.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_4-ncols2_16.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_4-ncols2_2.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_4-ncols2_4.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_4-ncols2_8.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_64-ncols2_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_8-ncols2_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_8-ncols2_2.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_8-ncols2_4.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_8-ncols2_8.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq112-dv112.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq128-dv128.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq192-dv128.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq256-dv256.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq320-dv256.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq40-dv40.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq512-dv512.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq576-dv512.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq64-dv64.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq72-dv72.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq80-dv80.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq96-dv96.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-bf16.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-f16.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-q4_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-q4_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-q5_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-q5_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-q8_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-bf16.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-f16.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-q4_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-q4_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-q5_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-q5_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-q8_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-bf16.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-f16.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-q4_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-q4_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-q5_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-q5_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-q8_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-bf16.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-f16.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-q4_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-q4_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-q5_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-q5_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-q8_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-bf16.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-f16.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-q4_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-q4_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-q5_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-q5_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-q8_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-bf16.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-f16.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-q4_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-q4_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-q5_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-q5_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-q8_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-bf16.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-f16.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-q4_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-q4_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-q5_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-q5_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-q8_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/generate_cu_files.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_10.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_11.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_12.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_13.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_14.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_15.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_16.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_2.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_3.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_4.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_5.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_6.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_7.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_8.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_9.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-iq1_s.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_s.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_xs.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_xxs.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-iq3_s.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-iq3_xxs.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-iq4_nl.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-iq4_xs.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-mxfp4.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-nvfp4.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-q1_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-q2_k.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-q3_k.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_k.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_1.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_k.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-q6_k.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/template-instances/mmq-instance-q8_0.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/top-k.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/top-k.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/topk-moe.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/topk-moe.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/tri.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/tri.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/tsembd.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/tsembd.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/unary.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/unary.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/upscale.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/upscale.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/vecdotq.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/vendors/cuda.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/vendors/hip.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/vendors/musa.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/wkv.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-cuda/wkv.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/ggml-hexagon.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/act-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/argsort-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/binary-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/cmake-toolchain.cmake +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/concat-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/cpy-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/cumsum-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/diag-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/fill-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/flash-attn-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/gated-delta-net-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/get-rows-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hex-dma.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hex-dma.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hex-dump.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hex-fastdiv.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hex-utils.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hmx-flash-attn-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hmx-matmul-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hmx-ops.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hmx-profile.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hmx-queue.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hmx-queue.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hmx-utils.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/htp-ctx.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/htp-ops.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/htp_iface.idl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hvx-arith.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hvx-base.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hvx-copy.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hvx-div.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hvx-dump.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hvx-exp.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hvx-floor.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hvx-inverse.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hvx-reduce.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hvx-repl.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hvx-scale.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hvx-sigmoid.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hvx-sin-cos.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hvx-sqrt.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hvx-types.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/hvx-utils.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/main.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/matmul-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/pad-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/repeat-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/rope-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/set-rows-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/softmax-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/solve-tri-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/ssm-conv.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/sum-rows-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/unary-ops.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/vtcm-utils.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/worker-pool.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp/worker-pool.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp-drv.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp-drv.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/htp-opnode.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/libdl.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hexagon/libggml-htp.inf +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-hip/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-impl.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-metal/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-metal/ggml-metal-common.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-metal/ggml-metal-common.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-metal/ggml-metal-context.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-metal/ggml-metal-context.m +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-metal/ggml-metal-device.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-metal/ggml-metal-device.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-metal/ggml-metal-device.m +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-metal/ggml-metal-impl.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-metal/ggml-metal-ops.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-metal/ggml-metal-ops.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-metal/ggml-metal.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-metal/ggml-metal.metal +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-musa/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-musa/mudnn.cu +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-musa/mudnn.cuh +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/ggml-opencl.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/add.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/add_id.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/argsort.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/clamp.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/concat.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/conv2d.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/conv2d_f16_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/cpy.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/cumsum.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/cvt.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/diag.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/diag_mask_inf.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/div.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/embed_kernel.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/exp.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/expm1.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/fill.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/flash_attn_f16.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/flash_attn_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/flash_attn_f32_f16.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gated_delta_net.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gelu.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemm_moe_mxfp4_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemm_moe_mxfp4_f32_ns.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemm_moe_q4_0_f32_ns.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemm_moe_q4_1_f32_ns.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemm_moe_q4_k_f32_ns.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemm_moe_q5_0_f32_ns.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemm_moe_q5_1_f32_ns.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemm_moe_q5_k_f32_ns.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemm_moe_q6_k_f32_ns.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemm_noshuffle_iq4_nl_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemm_noshuffle_q4_0_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemm_noshuffle_q4_1_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemm_noshuffle_q4_k_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemm_noshuffle_q5_k_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemm_noshuffle_q6_k_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemm_noshuffle_q8_0_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemm_xmem_f16_f32_os8.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemv_moe_mxfp4_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemv_moe_mxfp4_f32_ns.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemv_moe_q4_0_f32_ns.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemv_moe_q4_1_f32_ns.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemv_moe_q4_k_f32_ns.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemv_moe_q5_0_f32_ns.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemv_moe_q5_1_f32_ns.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemv_moe_q5_k_f32_ns.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemv_moe_q6_k_f32_ns.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemv_noshuffle_iq4_nl_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemv_noshuffle_q4_0_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemv_noshuffle_q4_0_f32_spec.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemv_noshuffle_q4_1_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemv_noshuffle_q4_k_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemv_noshuffle_q5_k_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemv_noshuffle_q6_k_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/gemv_noshuffle_q8_0_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/get_rows.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/glu.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/group_norm.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/im2col_f16.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/im2col_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/l2_norm.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mean.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/moe_reorder_b.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/moe_sort_by_expert.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mat_f16_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mm_f16_f32_kq_kqv.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mm_f16_f32_l4_lm.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mm_f32_f32_l4_lm.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mm_iq4_nl_f32_l4_lm.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mm_q4_0_f32_l4_lm.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mm_q4_1_f32_l4_lm.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mm_q4_k_f32_l4_lm.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mm_q5_k_f32_l4_lm.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mm_q6_k_f32_l4_lm.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mm_q8_0_f32_l4_lm.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_f16_f16.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_f16_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_f16_f32_1row.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_f16_f32_l4.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_f32_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_id_mxfp4_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_id_mxfp4_f32_flat.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_id_q4_0_f32_8x_flat.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_id_q8_0_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_id_q8_0_f32_flat.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_iq4_nl_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_iq4_nl_f32_flat.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_mxfp4_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_mxfp4_f32_flat.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_q4_0_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_q4_0_f32_1d_16x_flat.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_q4_0_f32_1d_8x_flat.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_q4_0_f32_8x_flat.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_q4_0_f32_v.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_q4_1_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_q4_1_f32_flat.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_q4_k_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_q4_k_f32_flat.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_q5_k_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_q5_k_f32_flat.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_q6_k_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_q6_k_f32_flat.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_q8_0_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/mul_mv_q8_0_f32_flat.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/neg.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/norm.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/pad.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/relu.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/repeat.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/rms_norm.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/rope.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/scale.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/set_rows.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/sigmoid.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/silu.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/softmax_4_f16.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/softmax_4_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/softmax_f16.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/softmax_f32.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/softplus.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/solve_tri.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/sqr.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/sqrt.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/ssm_conv.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/sub.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/sum_rows.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/tanh.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/transpose.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/tri.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/tsembd.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opencl/kernels/upscale.cl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/.clang-format +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/ggml-decoder.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/ggml-decoder.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/ggml-openvino-extra.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/ggml-openvino-extra.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/ggml-openvino.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/ggml-quants.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/ggml-quants.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/decoder.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/frontend.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/frontend.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/input_model.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/input_model.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/node_context.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/op/cont.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/op/cpy.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/op/flash_attn_ext.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/op/get_rows.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/op/glu_geglu.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/op/glu_swiglu.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/op/mulmat.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/op/permute.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/op/reshape.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/op/rms_norm.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/op/rope.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/op/scale.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/op/set_rows.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/op/softmax.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/op/transpose.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/op/unary_gelu.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/op/unary_silu.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/op/view.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/op_table.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/op_table.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/pass/mark_decompression_convert_constant_folding.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/rt_info/weightless_caching_attributes.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/translate_session.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/translate_session.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/utils.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/openvino/utils.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/utils.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-openvino/utils.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-opt.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-quants.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-quants.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-rpc/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-rpc/ggml-rpc.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-rpc/transport.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-rpc/transport.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/add-id.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/add-id.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/backend.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/binbcast.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/binbcast.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/common.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/common.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/concat.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/concat.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/conv.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/conv.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/convert.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/convert.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/count-equal.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/count-equal.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/cpy.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/cpy.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/cumsum.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/cumsum.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/dequantize.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/diag.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/diag.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/dmmv.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/dmmv.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/dpct/helper.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/element_wise.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/element_wise.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/fattn-buffers.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/fattn-buffers.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/fattn-common.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/fattn-tile.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/fattn-tile.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/fattn-vec.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/fattn.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/fattn.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/fill.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/fill.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/gated_delta_net.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/gated_delta_net.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/gemm.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/getrows.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/getrows.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/ggml-sycl.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/gla.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/gla.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/im2col.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/im2col.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/mmq.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/mmq.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/mmvq.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/mmvq.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/norm.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/norm.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/outprod.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/outprod.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/pad.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/pad.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/pad_reflect_1d.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/pad_reflect_1d.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/presets.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/quantize.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/quants.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/repeat_back.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/repeat_back.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/roll.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/roll.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/rope.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/rope.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/set.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/set.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/set_rows.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/set_rows.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/softmax.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/softmax.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/solve_tri.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/solve_tri.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/ssm_conv.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/ssm_conv.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/ssm_scan.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/ssm_scan.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/sycl_hw.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/sycl_hw.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq112-dv112.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq128-dv128.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq256-dv256.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq40-dv40.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq512-dv512.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq576-dv512.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq64-dv64.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq72-dv72.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq80-dv80.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq96-dv96.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-f16.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_0.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_1.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_0.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_1.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q8_0.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-f16.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_0.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_1.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_0.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_1.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q8_0.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-f16.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_0.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_1.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_0.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_1.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q8_0.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-f16.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_0.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_1.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_0.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_1.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q8_0.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-f16.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_0.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_1.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_0.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_1.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q8_0.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-f16.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_0.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_1.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_0.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_1.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q8_0.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/tsembd.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/tsembd.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/type.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/upscale.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/upscale.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/vecdotq.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/wkv.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-sycl/wkv.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-threading.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-threading.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/apir_cs_ggml-rpc-front.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/backend/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/backend/apir_cs_ggml-rpc-back.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/backend/backend-convert.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/backend/backend-dispatched-backend.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer-type.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/backend/backend-dispatched-device.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/backend/backend-dispatched.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/backend/backend-dispatched.gen.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/backend/backend-dispatched.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/backend/backend-virgl-apir.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/backend/backend.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/backend/shared/api_remoting.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/backend/shared/apir_backend.gen.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/backend/shared/apir_backend.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/backend/shared/apir_cs.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/backend/shared/apir_cs_ggml.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/backend/shared/apir_cs_rpc.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/ggml-backend-buffer-type.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/ggml-backend-buffer.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/ggml-backend-device.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/ggml-backend-reg.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/ggml-backend.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/ggml-remoting.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/ggmlremoting_functions.yaml +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/include/apir_hw.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/regenerate_remoting.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/virtgpu-apir.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/virtgpu-forward-backend.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/virtgpu-forward-buffer-type.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/virtgpu-forward-buffer.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/virtgpu-forward-device.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/virtgpu-forward-impl.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/virtgpu-forward.gen.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/virtgpu-shm.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/virtgpu-shm.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/virtgpu-utils.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/virtgpu-utils.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/virtgpu.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-virtgpu/virtgpu.h +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/cmake/host-toolchain.cmake.in +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/ggml-vulkan.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/abs.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/acc.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/add.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/add1.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/add_id.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/arange.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/argmax.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/argsort.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/argsort_large.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/ceil.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/clamp.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/concat.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/contig_copy.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/conv2d_dw.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/conv2d_mm.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/conv_transpose_1d.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/copy.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/copy_from_quant.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/copy_to_quant.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/copy_transpose.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/cos.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/count_equal.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/count_experts.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/cumsum.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/cumsum_multipass1.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/cumsum_multipass2.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_f32.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_funcs.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_funcs_cm2.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_head.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq1_m.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq1_s.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq2_s.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq2_xs.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq2_xxs.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq3_s.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq3_xxs.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq4_nl.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq4_xs.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_mxfp4.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_nvfp4.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q1_0.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q2_k.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q3_k.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q4_0.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q4_1.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q4_k.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q5_0.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q5_1.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q5_k.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q6_k.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q8_0.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/diag.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/diag_mask_inf.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/div.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/elu.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/exp.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/feature-tests/bfloat16.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/feature-tests/coopmat.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/feature-tests/coopmat2.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/feature-tests/coopmat2_decode_vector.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/feature-tests/integer_dot.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/fill.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_base.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_cm1.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_cm2.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_dequant.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_mask_opt.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_mmq_funcs.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_split_k_reduce.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/floor.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/fwht.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/gated_delta_net.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/geglu.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/geglu_erf.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/geglu_quick.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/gelu.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/gelu_erf.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/gelu_quick.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/generic_binary_head.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/generic_head.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/generic_unary_head.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/get_rows.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/get_rows_quant.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/glu_head.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/glu_main.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/group_norm.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/hardsigmoid.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/hardswish.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/im2col.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/im2col_3d.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/l2_norm.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/leaky_relu.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/log.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_split_k_reduce.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_base.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iface.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq1_m.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq1_s.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq2_s.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq2_xs.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq2_xxs.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq3_s.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq3_xxs.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_nc.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_p021.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q2_k.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q3_k.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q4_k.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q5_k.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q6_k.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vecq.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vecq_funcs.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mm.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mm_cm2.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mm_funcs.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mm_id_funcs.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mmq.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mmq_funcs.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/mul_mmq_shmem_types.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/multi_add.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/neg.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/norm.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/opt_step_adamw.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/opt_step_sgd.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/pad.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/pool2d.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/quantize_q8_1.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/reglu.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/relu.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/repeat.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/repeat_back.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/rms_norm.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/rms_norm_back.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/rms_norm_partials.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/roll.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/rope_funcs.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/rope_head.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/rope_multi.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/rope_neox.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/rope_norm.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/rope_params.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/rope_vision.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/round.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/scale.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/sgn.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/sigmoid.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/silu.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/silu_back.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/sin.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/snake.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/soft_max.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/soft_max_back.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/soft_max_large1.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/soft_max_large2.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/soft_max_large3.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/soft_max_large_common.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/softplus.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/solve_tri.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/sqrt.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/square.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/ssm_conv.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/ssm_scan.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/step.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/sub.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/sum_rows.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/sum_rows.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/swiglu.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/swiglu_oai.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/tanh.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/timestep_embedding.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/topk_argsort.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/topk_moe.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/topk_nary_search.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/tri.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/trunc.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/types.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/upscale.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/utils.glsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/wkv6.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/wkv7.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-vulkan/vulkan-shaders/xielu.comp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/ggml-webgpu.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/pre_wgsl.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/add_id.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/argmax.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/argsort.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/argsort_merge.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/binary.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/common_decls.tmpl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/concat.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/conv2d.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/cpy.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/cumsum.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/embed_wgsl.py +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/flash_attn.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/flash_attn_tile.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/flash_attn_vec_blk.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/flash_attn_vec_reduce.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/flash_attn_vec_split.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/gated_delta_net.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/get_rows.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/glu.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/im2col.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/memset.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_decls.tmpl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_id.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_id_gather.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_id_vec.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_reg_tile.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_subgroup_matrix.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_vec.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_vec_acc.tmpl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_vec_q_acc.tmpl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/pad.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/quantize_q8.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/repeat.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/rms_norm_mul.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/rope.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/row_norm.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/scale.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/set.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/set_rows.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/soft_max.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/solve_tri.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/ssm_conv.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/ssm_scan.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/sum_rows.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/unary.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-webgpu/wgsl-shaders/upscale.wgsl +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-zdnn/.gitignore +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-zdnn/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-zdnn/common.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-zdnn/ggml-zdnn.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-zdnn/mmf.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-zdnn/mmf.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-zdnn/utils.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-zdnn/utils.hpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-zendnn/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml-zendnn/ggml-zendnn.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/ggml.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/src/gguf.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/CMakeLists.txt +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-arange.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-backend-ops.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-cont.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-conv-transpose-1d.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-conv-transpose.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-conv1d-dw-c1.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-conv1d-dw-c2.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-conv1d.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-conv2d-dw.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-conv2d.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-customop.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-dup.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-interpolate.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-opt.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-pad-reflect-1d.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-pool.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-quantize-fns.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-quantize-perf.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-rel-pos.c +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-roll.cpp +0 -0
- {ggml_python-0.0.38 → ggml_python-0.0.39}/vendor/ggml/tests/test-timestep_embedding.cpp +0 -0
|
@@ -43,6 +43,9 @@ jobs:
|
|
|
43
43
|
./scripts/releases-to-pep-503.sh index/whl/cu125 '^[v]?[0-9]+\.[0-9]+\.[0-9]+-cu125$'
|
|
44
44
|
./scripts/releases-to-pep-503.sh index/whl/cu130 '^[v]?[0-9]+\.[0-9]+\.[0-9]+-cu130$'
|
|
45
45
|
./scripts/releases-to-pep-503.sh index/whl/cu132 '^[v]?[0-9]+\.[0-9]+\.[0-9]+-cu132$'
|
|
46
|
+
./scripts/releases-to-pep-503.sh index/whl/vulkan '^[v]?[0-9]+\.[0-9]+\.[0-9]+-vulkan$'
|
|
47
|
+
./scripts/releases-to-pep-503.sh index/whl/rocm72 '^[v]?[0-9]+\.[0-9]+\.[0-9]+-rocm72$'
|
|
48
|
+
./scripts/releases-to-pep-503.sh index/whl/hip-radeon '^[v]?[0-9]+\.[0-9]+\.[0-9]+-hip-radeon$'
|
|
46
49
|
./scripts/releases-to-pep-503.sh index/whl/metal '^[v]?[0-9]+\.[0-9]+\.[0-9]+-metal$'
|
|
47
50
|
- name: Upload artifact
|
|
48
51
|
uses: actions/upload-pages-artifact@v3
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
name: Wheels ROCm
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
workflow_dispatch:
|
|
5
|
+
inputs:
|
|
6
|
+
amdgpu_targets:
|
|
7
|
+
description: AMDGPU targets to compile into the Linux ROCm wheel
|
|
8
|
+
required: false
|
|
9
|
+
default: gfx908;gfx90a;gfx942;gfx1030;gfx1100;gfx1101;gfx1102;gfx1150;gfx1151;gfx1200;gfx1201
|
|
10
|
+
windows_amdgpu_targets:
|
|
11
|
+
description: AMDGPU targets to compile into the Windows HIP Radeon wheel
|
|
12
|
+
required: false
|
|
13
|
+
default: gfx1150;gfx1151;gfx1200;gfx1201;gfx1100;gfx1101;gfx1102;gfx1030;gfx1031;gfx1032
|
|
14
|
+
push:
|
|
15
|
+
tags:
|
|
16
|
+
- "v*"
|
|
17
|
+
|
|
18
|
+
permissions:
|
|
19
|
+
contents: write
|
|
20
|
+
|
|
21
|
+
jobs:
|
|
22
|
+
build_wheels:
|
|
23
|
+
name: Build Wheel ${{ matrix.os }} ${{ matrix.pyver }} ROCm ${{ matrix.rocm }}
|
|
24
|
+
runs-on: ${{ matrix.os }}
|
|
25
|
+
container:
|
|
26
|
+
image: rocm/dev-ubuntu-22.04:${{ matrix.rocm }}-complete
|
|
27
|
+
strategy:
|
|
28
|
+
matrix:
|
|
29
|
+
include:
|
|
30
|
+
- os: ubuntu-22.04
|
|
31
|
+
pyver: "3.9"
|
|
32
|
+
rocm: "7.2.4"
|
|
33
|
+
amdgpu_targets: gfx908;gfx90a;gfx942;gfx1030;gfx1100;gfx1101;gfx1102;gfx1150;gfx1151;gfx1200;gfx1201
|
|
34
|
+
|
|
35
|
+
steps:
|
|
36
|
+
- name: Install system dependencies
|
|
37
|
+
run: |
|
|
38
|
+
apt-get update
|
|
39
|
+
apt-get install -y --no-install-recommends git cmake lsb-release ninja-build
|
|
40
|
+
|
|
41
|
+
- uses: actions/checkout@v4
|
|
42
|
+
with:
|
|
43
|
+
submodules: "recursive"
|
|
44
|
+
|
|
45
|
+
- uses: actions/setup-python@v5
|
|
46
|
+
with:
|
|
47
|
+
python-version: ${{ matrix.pyver }}
|
|
48
|
+
|
|
49
|
+
- name: Install dependencies
|
|
50
|
+
run: |
|
|
51
|
+
python -m pip install --upgrade pip
|
|
52
|
+
python -m pip install build wheel
|
|
53
|
+
|
|
54
|
+
- name: Build wheel
|
|
55
|
+
env:
|
|
56
|
+
MATRIX_AMDGPU_TARGETS: ${{ matrix.amdgpu_targets }}
|
|
57
|
+
INPUT_AMDGPU_TARGETS: ${{ inputs.amdgpu_targets }}
|
|
58
|
+
run: |
|
|
59
|
+
export ROCM_PATH="${ROCM_PATH:-/opt/rocm}"
|
|
60
|
+
export HIP_PATH="${HIP_PATH:-$ROCM_PATH}"
|
|
61
|
+
export PATH="$ROCM_PATH/bin:$ROCM_PATH/llvm/bin:$PATH"
|
|
62
|
+
export LD_LIBRARY_PATH="$ROCM_PATH/lib:$ROCM_PATH/lib64:${LD_LIBRARY_PATH:-}"
|
|
63
|
+
export CC="$ROCM_PATH/llvm/bin/clang"
|
|
64
|
+
export CXX="$ROCM_PATH/llvm/bin/clang++"
|
|
65
|
+
export HIPCXX="$ROCM_PATH/llvm/bin/clang"
|
|
66
|
+
export CMAKE_GENERATOR=Ninja
|
|
67
|
+
|
|
68
|
+
hipconfig --version
|
|
69
|
+
hipcc --version
|
|
70
|
+
|
|
71
|
+
rocm_tag="$(hipconfig --version | sed -E 's/^([0-9]+)\.([0-9]+).*/\1\2/')"
|
|
72
|
+
echo "ROCM_VERSION=$rocm_tag" >> "$GITHUB_ENV"
|
|
73
|
+
|
|
74
|
+
amdgpu_targets="${INPUT_AMDGPU_TARGETS:-$MATRIX_AMDGPU_TARGETS}"
|
|
75
|
+
export CMAKE_ARGS="-DGGML_HIP=on -DGGML_NATIVE=off -DGGML_AVX=off -DGGML_AVX2=off -DGGML_FMA=off -DGGML_F16C=off -DAMDGPU_TARGETS=$amdgpu_targets -DCMAKE_HIP_ARCHITECTURES=$amdgpu_targets"
|
|
76
|
+
python -m build --wheel
|
|
77
|
+
|
|
78
|
+
- uses: actions/upload-artifact@v4
|
|
79
|
+
with:
|
|
80
|
+
name: wheels-rocm${{ env.ROCM_VERSION }}-${{ matrix.os }}
|
|
81
|
+
path: dist/*.whl
|
|
82
|
+
|
|
83
|
+
- uses: softprops/action-gh-release@v2
|
|
84
|
+
if: startsWith(github.ref, 'refs/tags/')
|
|
85
|
+
with:
|
|
86
|
+
files: dist/*
|
|
87
|
+
# Set tag_name to <tag>-rocm<rocm_version>.
|
|
88
|
+
tag_name: ${{ github.ref_name }}-rocm${{ env.ROCM_VERSION }}
|
|
89
|
+
env:
|
|
90
|
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
91
|
+
|
|
92
|
+
build_wheels_windows_hip:
|
|
93
|
+
name: Build Wheel windows-2022 ${{ matrix.pyver }} HIP ${{ matrix.name }}
|
|
94
|
+
runs-on: windows-2022
|
|
95
|
+
env:
|
|
96
|
+
HIPSDK_INSTALLER_VERSION: "26.Q1"
|
|
97
|
+
strategy:
|
|
98
|
+
matrix:
|
|
99
|
+
include:
|
|
100
|
+
- name: radeon
|
|
101
|
+
pyver: "3.9"
|
|
102
|
+
amdgpu_targets: gfx1150;gfx1151;gfx1200;gfx1201;gfx1100;gfx1101;gfx1102;gfx1030;gfx1031;gfx1032
|
|
103
|
+
|
|
104
|
+
steps:
|
|
105
|
+
- uses: actions/checkout@v4
|
|
106
|
+
with:
|
|
107
|
+
submodules: "recursive"
|
|
108
|
+
|
|
109
|
+
- uses: actions/setup-python@v5
|
|
110
|
+
with:
|
|
111
|
+
python-version: ${{ matrix.pyver }}
|
|
112
|
+
cache: "pip"
|
|
113
|
+
|
|
114
|
+
- name: Grab rocWMMA package
|
|
115
|
+
run: |
|
|
116
|
+
curl -o rocwmma.deb "https://repo.radeon.com/rocm/apt/7.2.1/pool/main/r/rocwmma-dev/rocwmma-dev_2.2.0.70201-81~24.04_amd64.deb"
|
|
117
|
+
7z x rocwmma.deb
|
|
118
|
+
7z x data.tar
|
|
119
|
+
|
|
120
|
+
- name: Cache ROCm installation
|
|
121
|
+
id: cache-rocm
|
|
122
|
+
uses: actions/cache@v4
|
|
123
|
+
with:
|
|
124
|
+
path: C:\Program Files\AMD\ROCm
|
|
125
|
+
key: cache-gha-rocm-${{ env.HIPSDK_INSTALLER_VERSION }}-${{ runner.os }}
|
|
126
|
+
|
|
127
|
+
- name: Install ROCm
|
|
128
|
+
if: steps.cache-rocm.outputs.cache-hit != 'true'
|
|
129
|
+
run: |
|
|
130
|
+
$ErrorActionPreference = "Stop"
|
|
131
|
+
Write-Host "Downloading AMD HIP SDK installer"
|
|
132
|
+
Invoke-WebRequest `
|
|
133
|
+
-Uri "https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-${{ env.HIPSDK_INSTALLER_VERSION }}-Win11-For-HIP.exe" `
|
|
134
|
+
-OutFile "${env:RUNNER_TEMP}\rocm-install.exe"
|
|
135
|
+
Write-Host "Installing AMD HIP SDK"
|
|
136
|
+
$proc = Start-Process "${env:RUNNER_TEMP}\rocm-install.exe" -ArgumentList '-install' -NoNewWindow -PassThru
|
|
137
|
+
$completed = $proc.WaitForExit(600000)
|
|
138
|
+
if (-not $completed) {
|
|
139
|
+
Write-Error "ROCm installation timed out after 10 minutes"
|
|
140
|
+
$proc.Kill()
|
|
141
|
+
exit 1
|
|
142
|
+
}
|
|
143
|
+
if ($proc.ExitCode -ne 0) {
|
|
144
|
+
Write-Error "ROCm installation failed with exit code $($proc.ExitCode)"
|
|
145
|
+
exit 1
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
- name: Verify ROCm
|
|
149
|
+
run: |
|
|
150
|
+
$clangPath = Get-ChildItem 'C:\Program Files\AMD\ROCm\*\bin\clang.exe' | Select-Object -First 1
|
|
151
|
+
if (-not $clangPath) {
|
|
152
|
+
Write-Error "ROCm installation not found"
|
|
153
|
+
exit 1
|
|
154
|
+
}
|
|
155
|
+
& $clangPath.FullName --version
|
|
156
|
+
|
|
157
|
+
- name: Install dependencies
|
|
158
|
+
run: |
|
|
159
|
+
python -m pip install --upgrade pip
|
|
160
|
+
python -m pip install build wheel
|
|
161
|
+
|
|
162
|
+
- name: Build wheel
|
|
163
|
+
env:
|
|
164
|
+
MATRIX_AMDGPU_TARGETS: ${{ matrix.amdgpu_targets }}
|
|
165
|
+
INPUT_AMDGPU_TARGETS: ${{ inputs.windows_amdgpu_targets }}
|
|
166
|
+
run: |
|
|
167
|
+
$ErrorActionPreference = "Stop"
|
|
168
|
+
$hipPath = Resolve-Path 'C:\Program Files\AMD\ROCm\*\bin\clang.exe' | Split-Path | Split-Path
|
|
169
|
+
$rocwmmaInclude = (Join-Path $PWD 'opt\rocm-7.2.1\include').Replace('\', '/')
|
|
170
|
+
$amdgpuTargets = if ($env:INPUT_AMDGPU_TARGETS) { $env:INPUT_AMDGPU_TARGETS } else { $env:MATRIX_AMDGPU_TARGETS }
|
|
171
|
+
|
|
172
|
+
$env:HIP_PATH = $hipPath
|
|
173
|
+
$env:ROCM_PATH = $hipPath
|
|
174
|
+
$env:CMAKE_PREFIX_PATH = $hipPath
|
|
175
|
+
$env:HIP_PLATFORM = 'amd'
|
|
176
|
+
$env:PATH = "$hipPath\bin;$env:PATH"
|
|
177
|
+
$env:CC = "$hipPath\bin\clang.exe"
|
|
178
|
+
$env:CXX = "$hipPath\bin\clang++.exe"
|
|
179
|
+
$env:HIPCXX = "$hipPath\bin\clang.exe"
|
|
180
|
+
$env:CMAKE_GENERATOR = 'Unix Makefiles'
|
|
181
|
+
$env:CXXFLAGS = "-I$rocwmmaInclude -Wno-ignored-attributes -Wno-nested-anon-types"
|
|
182
|
+
$env:CMAKE_ARGS = "-DGGML_HIP=ON -DGGML_HIP_ROCWMMA_FATTN=ON -DGGML_NATIVE=OFF -DGGML_AVX=OFF -DGGML_AVX2=OFF -DGGML_FMA=OFF -DGGML_F16C=OFF -DGPU_TARGETS=$amdgpuTargets"
|
|
183
|
+
|
|
184
|
+
python -m build --wheel
|
|
185
|
+
|
|
186
|
+
- name: Bundle ROCm runtime DLLs
|
|
187
|
+
run: |
|
|
188
|
+
$ErrorActionPreference = "Stop"
|
|
189
|
+
$hipPath = Resolve-Path 'C:\Program Files\AMD\ROCm\*\bin\clang.exe' | Split-Path | Split-Path
|
|
190
|
+
$wheel = Get-ChildItem dist\*.whl | Select-Object -First 1
|
|
191
|
+
python -m wheel unpack $wheel.FullName -d wheel-unpacked
|
|
192
|
+
$wheelRoot = Get-ChildItem wheel-unpacked -Directory | Select-Object -First 1
|
|
193
|
+
$libDir = Join-Path $wheelRoot.FullName 'ggml\lib'
|
|
194
|
+
New-Item -ItemType Directory -Force $libDir | Out-Null
|
|
195
|
+
|
|
196
|
+
$dllPatterns = @(
|
|
197
|
+
'amdhip64.dll',
|
|
198
|
+
'hiprtc*.dll',
|
|
199
|
+
'libhipblas.dll',
|
|
200
|
+
'libhipblaslt.dll',
|
|
201
|
+
'rocblas.dll'
|
|
202
|
+
)
|
|
203
|
+
foreach ($pattern in $dllPatterns) {
|
|
204
|
+
Copy-Item (Join-Path $hipPath "bin\$pattern") $libDir -ErrorAction SilentlyContinue
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
New-Item -ItemType Directory -Force (Join-Path $libDir 'rocblas\library') | Out-Null
|
|
208
|
+
New-Item -ItemType Directory -Force (Join-Path $libDir 'hipblaslt\library') | Out-Null
|
|
209
|
+
Copy-Item "$hipPath\bin\rocblas\library\*" (Join-Path $libDir 'rocblas\library') -Recurse -Force
|
|
210
|
+
Copy-Item "$hipPath\bin\hipblaslt\library\*" (Join-Path $libDir 'hipblaslt\library') -Recurse -Force
|
|
211
|
+
|
|
212
|
+
Remove-Item dist\*.whl
|
|
213
|
+
python -m wheel pack $wheelRoot.FullName -d dist
|
|
214
|
+
|
|
215
|
+
- uses: actions/upload-artifact@v4
|
|
216
|
+
with:
|
|
217
|
+
name: wheels-hip-${{ matrix.name }}-windows-2022
|
|
218
|
+
path: dist/*.whl
|
|
219
|
+
|
|
220
|
+
- uses: softprops/action-gh-release@v2
|
|
221
|
+
if: startsWith(github.ref, 'refs/tags/')
|
|
222
|
+
with:
|
|
223
|
+
files: dist/*
|
|
224
|
+
# Set tag_name to <tag>-hip-radeon.
|
|
225
|
+
tag_name: ${{ github.ref_name }}-hip-${{ matrix.name }}
|
|
226
|
+
env:
|
|
227
|
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
name: Wheels Vulkan
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
tags:
|
|
6
|
+
- "v*.*.*"
|
|
7
|
+
workflow_dispatch:
|
|
8
|
+
|
|
9
|
+
permissions:
|
|
10
|
+
contents: write
|
|
11
|
+
|
|
12
|
+
env:
|
|
13
|
+
VULKAN_SDK_VERSION: "1.4.341.0"
|
|
14
|
+
VULKAN_SDK_LINUX_SHA256: "ed66477d587a5587dc3601b1c2cdcc1fab5529c505f53a00171876cecd9b4fbe"
|
|
15
|
+
|
|
16
|
+
jobs:
|
|
17
|
+
build_wheels:
|
|
18
|
+
name: Build Vulkan wheel on ${{ matrix.os }}
|
|
19
|
+
runs-on: ${{ matrix.os }}
|
|
20
|
+
strategy:
|
|
21
|
+
fail-fast: false
|
|
22
|
+
matrix:
|
|
23
|
+
include:
|
|
24
|
+
- os: ubuntu-22.04
|
|
25
|
+
pyver: "3.9"
|
|
26
|
+
artifact: wheels-vulkan-ubuntu-22.04
|
|
27
|
+
- os: windows-2022
|
|
28
|
+
pyver: "3.9"
|
|
29
|
+
artifact: wheels-vulkan-windows-2022
|
|
30
|
+
|
|
31
|
+
steps:
|
|
32
|
+
- name: Set up MSVC
|
|
33
|
+
if: runner.os == 'Windows'
|
|
34
|
+
uses: ilammy/msvc-dev-cmd@v1
|
|
35
|
+
with:
|
|
36
|
+
arch: x64
|
|
37
|
+
|
|
38
|
+
- uses: actions/checkout@v4
|
|
39
|
+
with:
|
|
40
|
+
submodules: "recursive"
|
|
41
|
+
|
|
42
|
+
- uses: actions/setup-python@v5
|
|
43
|
+
with:
|
|
44
|
+
python-version: ${{ matrix.pyver }}
|
|
45
|
+
cache: "pip"
|
|
46
|
+
|
|
47
|
+
- name: Install Vulkan SDK
|
|
48
|
+
if: runner.os == 'Linux'
|
|
49
|
+
run: |
|
|
50
|
+
curl -fL \
|
|
51
|
+
"https://sdk.lunarg.com/sdk/download/${VULKAN_SDK_VERSION}/linux/vulkansdk-linux-x86_64-${VULKAN_SDK_VERSION}.tar.xz" \
|
|
52
|
+
-o vulkan-sdk.tar.xz
|
|
53
|
+
echo "${VULKAN_SDK_LINUX_SHA256} vulkan-sdk.tar.xz" | sha256sum -c -
|
|
54
|
+
mkdir -p "$RUNNER_TEMP/vulkan-sdk"
|
|
55
|
+
tar -xf vulkan-sdk.tar.xz -C "$RUNNER_TEMP/vulkan-sdk"
|
|
56
|
+
source "$RUNNER_TEMP/vulkan-sdk/${VULKAN_SDK_VERSION}/setup-env.sh"
|
|
57
|
+
{
|
|
58
|
+
echo "VULKAN_SDK=$VULKAN_SDK"
|
|
59
|
+
echo "LD_LIBRARY_PATH=$VULKAN_SDK/lib:${LD_LIBRARY_PATH:-}"
|
|
60
|
+
} >> "$GITHUB_ENV"
|
|
61
|
+
echo "$VULKAN_SDK/bin" >> "$GITHUB_PATH"
|
|
62
|
+
"$VULKAN_SDK/bin/glslc" --version
|
|
63
|
+
|
|
64
|
+
- name: Install Vulkan SDK
|
|
65
|
+
if: runner.os == 'Windows'
|
|
66
|
+
shell: pwsh
|
|
67
|
+
run: |
|
|
68
|
+
choco install vulkan-sdk --version="$env:VULKAN_SDK_VERSION" --no-progress -y
|
|
69
|
+
$vulkanSdk = Join-Path 'C:\VulkanSDK' $env:VULKAN_SDK_VERSION
|
|
70
|
+
if (-not (Test-Path $vulkanSdk)) {
|
|
71
|
+
throw "Failed to find Vulkan SDK at $vulkanSdk"
|
|
72
|
+
}
|
|
73
|
+
"VULKAN_SDK=$vulkanSdk" >> $env:GITHUB_ENV
|
|
74
|
+
"$vulkanSdk\Bin" >> $env:GITHUB_PATH
|
|
75
|
+
& "$vulkanSdk\Bin\glslc.exe" --version
|
|
76
|
+
|
|
77
|
+
- name: Install build dependencies
|
|
78
|
+
run: |
|
|
79
|
+
python -m pip install --upgrade pip
|
|
80
|
+
python -m pip install build wheel
|
|
81
|
+
|
|
82
|
+
- name: Install Windows build dependencies
|
|
83
|
+
if: runner.os == 'Windows'
|
|
84
|
+
run: python -m pip install ninja
|
|
85
|
+
|
|
86
|
+
- name: Build Vulkan wheel
|
|
87
|
+
if: runner.os == 'Linux'
|
|
88
|
+
run: |
|
|
89
|
+
export CMAKE_ARGS="-DGGML_NATIVE=off -DGGML_METAL=OFF -DGGML_VULKAN=on"
|
|
90
|
+
python -m build --wheel
|
|
91
|
+
mkdir -p wheelhouse
|
|
92
|
+
cp dist/*.whl wheelhouse/
|
|
93
|
+
|
|
94
|
+
- name: Build Vulkan wheel
|
|
95
|
+
if: runner.os == 'Windows'
|
|
96
|
+
shell: pwsh
|
|
97
|
+
run: |
|
|
98
|
+
$env:CMAKE_GENERATOR = 'Ninja'
|
|
99
|
+
$env:CMAKE_ARGS = '-DGGML_NATIVE=off -DGGML_VULKAN=on'
|
|
100
|
+
python -m build --wheel
|
|
101
|
+
New-Item -ItemType Directory -Force wheelhouse | Out-Null
|
|
102
|
+
Copy-Item dist/*.whl wheelhouse/
|
|
103
|
+
|
|
104
|
+
- uses: actions/upload-artifact@v4
|
|
105
|
+
with:
|
|
106
|
+
name: ${{ matrix.artifact }}
|
|
107
|
+
path: ./wheelhouse/*.whl
|
|
108
|
+
|
|
109
|
+
release:
|
|
110
|
+
name: Release
|
|
111
|
+
needs: [build_wheels]
|
|
112
|
+
if: startsWith(github.ref, 'refs/tags/')
|
|
113
|
+
runs-on: ubuntu-latest
|
|
114
|
+
|
|
115
|
+
steps:
|
|
116
|
+
- uses: actions/download-artifact@v4
|
|
117
|
+
with:
|
|
118
|
+
merge-multiple: true
|
|
119
|
+
path: dist
|
|
120
|
+
|
|
121
|
+
- uses: softprops/action-gh-release@v2
|
|
122
|
+
with:
|
|
123
|
+
files: dist/*
|
|
124
|
+
# Set release name to <tag>-vulkan.
|
|
125
|
+
tag_name: ${{ github.ref_name }}-vulkan
|
|
126
|
+
env:
|
|
127
|
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
@@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
## [0.0.
|
|
10
|
+
## [0.0.39]
|
|
11
11
|
|
|
12
|
-
- ci:
|
|
12
|
+
- ci: add Vulkan wheel builds by @abetlen in #108
|
|
13
|
+
- ci: add ROCm and Windows HIP wheel builds by @abetlen in #109
|
|
14
|
+
- feat: add tensor layout helper bindings by @abetlen in #106
|
|
15
|
+
- feat: add ggml_is_contiguous_{0,1,2} by @aisk in #95
|
|
16
|
+
|
|
17
|
+
## [0.0.38]
|
|
18
|
+
|
|
19
|
+
- ci: update pre-built wheels to py3-none and add CUDA 11.8-13.2 support by @abetlen in #104
|
|
13
20
|
- feat: Update ggml to ggml-org/ggml@1e33fed3 and sync Python bindings by @abetlen in #100
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
# Contributing
|
|
2
|
+
|
|
3
|
+
Hello human and AI contributors, this document exists to help you understand the project and set some rules for contributions.
|
|
4
|
+
|
|
5
|
+
## Contribution Workflow
|
|
6
|
+
|
|
7
|
+
Before opening a pull request, search existing issues and PRs to avoid duplicate work.
|
|
8
|
+
Keep each PR focused on one feature, bug fix, or vendor update.
|
|
9
|
+
Avoid mixing unrelated Python changes, ctypes binding updates, documentation edits, and `vendor/ggml` changes unless they are required for the same fix.
|
|
10
|
+
|
|
11
|
+
Describe what changed, why it changed, and how it was tested.
|
|
12
|
+
Link relevant issues, include any required build flags or hardware assumptions, and add a `CHANGELOG.md` entry for user-visible fixes or features (see `CHANGELOG.md` for examples).
|
|
13
|
+
|
|
14
|
+
BREAKING CHANGES WILL ALMOST CERTAINLY BE REJECTED OR REFACTORED.
|
|
15
|
+
|
|
16
|
+
## PR Titles and Changelog Entries
|
|
17
|
+
|
|
18
|
+
Use PR titles in the form `<tag>: <title>`, with an optional scope when it adds clarity: `feat: add X`, `fix(ci): repair Y`, or `chore: bump version to N`.
|
|
19
|
+
Prefer tags already used in the project history, such as `feat`, `fix`, `chore`, `ci`, `docs`, and `refactor`.
|
|
20
|
+
|
|
21
|
+
Add changelog entries under `## [Unreleased]` using the PR title followed by `by @contributor in #1234`.
|
|
22
|
+
|
|
23
|
+
```md
|
|
24
|
+
- feat: add support for X by @contributor in #1234
|
|
25
|
+
- fix(ci): repair Y wheel builds by @contributor in #1234
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
## Local Development
|
|
29
|
+
|
|
30
|
+
Prerequisites: Python 3.8+, CMake 3.21+, a C/C++ compiler, and Git submodules.
|
|
31
|
+
From a fresh checkout of the repository, initialize submodules and create a virtual environment:
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
git submodule update --init --recursive
|
|
35
|
+
python3 -m venv .venv
|
|
36
|
+
source .venv/bin/activate
|
|
37
|
+
python -m pip install --upgrade pip
|
|
38
|
+
make build
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
Run tests and lint checks before submitting changes:
|
|
42
|
+
|
|
43
|
+
```bash
|
|
44
|
+
make test
|
|
45
|
+
python -m ruff check ggml tests
|
|
46
|
+
python -m ruff format --check --exclude ggml/ggml.py ggml tests
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
Use backend-specific build targets when validating native acceleration or backend-specific fixes, for example `make build.openblas`, `make build.cuda`, or `make build.clblast`.
|
|
50
|
+
|
|
51
|
+
## Testing Expectations
|
|
52
|
+
|
|
53
|
+
Add or update tests for behavior changes or fixing regressions.
|
|
54
|
+
The test suite uses pytest and lives under `tests/`; name files `test_*.py` and test functions `test_*`.
|
|
55
|
+
|
|
56
|
+
For changes involving native backends, tensor behavior, performance, or platform compatibility, document the environment used for validation in the PR.
|
|
57
|
+
If a change cannot be covered by automated tests, include a short manual validation recipe instead.
|
|
58
|
+
|
|
59
|
+
## Code Style
|
|
60
|
+
|
|
61
|
+
Python code is formatted with Ruff using an 88-character line length.
|
|
62
|
+
Run `python -m ruff format --exclude ggml/ggml.py ggml tests` to apply automatic formatting and `python -m ruff check ggml tests` to check lint rules.
|
|
63
|
+
|
|
64
|
+
Use 4-space indentation, `snake_case` for functions and variables, `PascalCase` for classes, and `UPPER_CASE` for constants.
|
|
65
|
+
Follow existing patterns when touching ctypes bindings or examples, and avoid adding dependencies unless they are necessary for the feature or fix.
|
|
66
|
+
|
|
67
|
+
## Documentation Style
|
|
68
|
+
|
|
69
|
+
Write Markdown with one sentence or core idea per physical line to keep diffs focused and easier to review.
|
|
70
|
+
Do not manually wrap lines at a fixed column width.
|
|
71
|
+
Keep `README.md` focused on user-facing setup and usage; link to this guide for contribution workflow details rather than duplicating them.
|
|
72
|
+
|
|
73
|
+
## Project Layout
|
|
74
|
+
|
|
75
|
+
The Python package lives in `ggml/`, with tests in `tests/` and examples in `examples/`.
|
|
76
|
+
Documentation lives in `docs/` and is built with `mkdocs.yml`.
|
|
77
|
+
The `vendor/ggml/` directory is a Git submodule containing the upstream ggml sources used by the bindings.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ggml_python
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.39
|
|
4
4
|
Summary: Python bindings for ggml
|
|
5
5
|
Author-Email: Andrei Betlen <abetlen@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -113,6 +113,27 @@ pip install ggml-python \
|
|
|
113
113
|
--extra-index-url https://abetlen.github.io/ggml-python/whl/metal
|
|
114
114
|
```
|
|
115
115
|
|
|
116
|
+
Pre-built Vulkan wheels are available for Linux and Windows:
|
|
117
|
+
|
|
118
|
+
```bash
|
|
119
|
+
pip install ggml-python \
|
|
120
|
+
--extra-index-url https://abetlen.github.io/ggml-python/whl/vulkan
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
Pre-built ROCm wheels are available for Linux x86_64 with ROCm 7.2:
|
|
124
|
+
|
|
125
|
+
```bash
|
|
126
|
+
pip install ggml-python \
|
|
127
|
+
--extra-index-url https://abetlen.github.io/ggml-python/whl/rocm72
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
Pre-built HIP Radeon wheels are available for Windows x86_64:
|
|
131
|
+
|
|
132
|
+
```bash
|
|
133
|
+
pip install ggml-python \
|
|
134
|
+
--extra-index-url https://abetlen.github.io/ggml-python/whl/hip-radeon
|
|
135
|
+
```
|
|
136
|
+
|
|
116
137
|
When installing from source, pip compiles ggml with CMake and requires a C compiler installed on your system.
|
|
117
138
|
To build ggml with specific features (ie. OpenBLAS, GPU Support, etc) you can pass specific cmake options through the `cmake.args` pip install configuration setting. For example to install ggml-python with cuBLAS support you can run:
|
|
118
139
|
|
|
@@ -126,10 +147,12 @@ pip install ggml-python --config-settings=cmake.args='-DGGML_CUDA=ON'
|
|
|
126
147
|
| Option | Description | Default |
|
|
127
148
|
| --- | --- | --- |
|
|
128
149
|
| `GGML_CUDA` | Enable cuBLAS support | `OFF` |
|
|
150
|
+
| `GGML_HIP` | Enable HIP / ROCm support | `OFF` |
|
|
129
151
|
| `GGML_OPENCL` | Enable OpenCL support | `OFF` |
|
|
130
152
|
| `GGML_BLAS` | Enable BLAS support | `OFF` |
|
|
131
153
|
| `GGML_BLAS_VENDOR` | Select BLAS vendor, for example `OpenBLAS` | unset |
|
|
132
154
|
| `GGML_METAL` | Enable Metal support | `OFF` |
|
|
155
|
+
| `GGML_VULKAN` | Enable Vulkan support | `OFF` |
|
|
133
156
|
| `GGML_RPC` | Enable RPC support | `OFF` |
|
|
134
157
|
|
|
135
158
|
# Usage
|
|
@@ -72,6 +72,27 @@ pip install ggml-python \
|
|
|
72
72
|
--extra-index-url https://abetlen.github.io/ggml-python/whl/metal
|
|
73
73
|
```
|
|
74
74
|
|
|
75
|
+
Pre-built Vulkan wheels are available for Linux and Windows:
|
|
76
|
+
|
|
77
|
+
```bash
|
|
78
|
+
pip install ggml-python \
|
|
79
|
+
--extra-index-url https://abetlen.github.io/ggml-python/whl/vulkan
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
Pre-built ROCm wheels are available for Linux x86_64 with ROCm 7.2:
|
|
83
|
+
|
|
84
|
+
```bash
|
|
85
|
+
pip install ggml-python \
|
|
86
|
+
--extra-index-url https://abetlen.github.io/ggml-python/whl/rocm72
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
Pre-built HIP Radeon wheels are available for Windows x86_64:
|
|
90
|
+
|
|
91
|
+
```bash
|
|
92
|
+
pip install ggml-python \
|
|
93
|
+
--extra-index-url https://abetlen.github.io/ggml-python/whl/hip-radeon
|
|
94
|
+
```
|
|
95
|
+
|
|
75
96
|
When installing from source, pip compiles ggml with CMake and requires a C compiler installed on your system.
|
|
76
97
|
To build ggml with specific features (ie. OpenBLAS, GPU Support, etc) you can pass specific cmake options through the `cmake.args` pip install configuration setting. For example to install ggml-python with cuBLAS support you can run:
|
|
77
98
|
|
|
@@ -85,10 +106,12 @@ pip install ggml-python --config-settings=cmake.args='-DGGML_CUDA=ON'
|
|
|
85
106
|
| Option | Description | Default |
|
|
86
107
|
| --- | --- | --- |
|
|
87
108
|
| `GGML_CUDA` | Enable cuBLAS support | `OFF` |
|
|
109
|
+
| `GGML_HIP` | Enable HIP / ROCm support | `OFF` |
|
|
88
110
|
| `GGML_OPENCL` | Enable OpenCL support | `OFF` |
|
|
89
111
|
| `GGML_BLAS` | Enable BLAS support | `OFF` |
|
|
90
112
|
| `GGML_BLAS_VENDOR` | Select BLAS vendor, for example `OpenBLAS` | unset |
|
|
91
113
|
| `GGML_METAL` | Enable Metal support | `OFF` |
|
|
114
|
+
| `GGML_VULKAN` | Enable Vulkan support | `OFF` |
|
|
92
115
|
| `GGML_RPC` | Enable RPC support | `OFF` |
|
|
93
116
|
|
|
94
117
|
# Usage
|
|
@@ -7,7 +7,7 @@ title: Getting Started
|
|
|
7
7
|
ggml-python is a python library for working with [ggml](https://github.com/ggml-org/ggml).
|
|
8
8
|
|
|
9
9
|
ggml is a tensor library for machine learning developed by Georgi Gerganov, the library has been used to run models like Whisper and LLaMa on a wide range of devices.
|
|
10
|
-
ggml is written in C/C++ and is designed to be fast, portable and easily embeddable; making use of various hardware acceleration systems like BLAS, CUDA, OpenCL, and Metal.
|
|
10
|
+
ggml is written in C/C++ and is designed to be fast, portable and easily embeddable; making use of various hardware acceleration systems like BLAS, CUDA, HIP / ROCm, OpenCL, and Metal.
|
|
11
11
|
ggml supports quantized inference for reduced memory footprint and faster inference.
|
|
12
12
|
|
|
13
13
|
You can use ggml-python to:
|
|
@@ -69,6 +69,20 @@ pip install ggml-python \
|
|
|
69
69
|
--extra-index-url https://abetlen.github.io/ggml-python/whl/metal
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
+
Pre-built ROCm wheels are available for Linux x86_64 with ROCm 7.2:
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
pip install ggml-python \
|
|
76
|
+
--extra-index-url https://abetlen.github.io/ggml-python/whl/rocm72
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
Pre-built HIP Radeon wheels are available for Windows x86_64:
|
|
80
|
+
|
|
81
|
+
```bash
|
|
82
|
+
pip install ggml-python \
|
|
83
|
+
--extra-index-url https://abetlen.github.io/ggml-python/whl/hip-radeon
|
|
84
|
+
```
|
|
85
|
+
|
|
72
86
|
When installing from source, pip compiles ggml with CMake and requires a C compiler installed on your system.
|
|
73
87
|
|
|
74
88
|
Below are the available options for building ggml-python with additional options for optimized inference.
|
|
@@ -85,6 +99,12 @@ Below are the available options for building ggml-python with additional options
|
|
|
85
99
|
CMAKE_ARGS="-DGGML_CUDA=ON" pip install ggml-python
|
|
86
100
|
```
|
|
87
101
|
|
|
102
|
+
=== "**HIP / ROCm**"
|
|
103
|
+
|
|
104
|
+
```bash
|
|
105
|
+
CMAKE_ARGS="-DGGML_HIP=ON" pip install ggml-python
|
|
106
|
+
```
|
|
107
|
+
|
|
88
108
|
=== "**Metal**"
|
|
89
109
|
|
|
90
110
|
```bash
|
|
@@ -1663,6 +1663,66 @@ def ggml_is_contiguous(tensor: ggml_tensor_p, /) -> bool:
|
|
|
1663
1663
|
...
|
|
1664
1664
|
|
|
1665
1665
|
|
|
1666
|
+
# GGML_API GGML_CALL bool ggml_is_contiguous_0(const struct ggml_tensor * tensor);
|
|
1667
|
+
@ggml_function("ggml_is_contiguous_0", [ctypes.POINTER(ggml_tensor)], ctypes.c_bool)
|
|
1668
|
+
def ggml_is_contiguous_0(tensor: ggml_tensor_p, /) -> bool:
|
|
1669
|
+
"""Check if a tensor is contiguous (same as ggml_is_contiguous)
|
|
1670
|
+
|
|
1671
|
+
Parameters:
|
|
1672
|
+
tensor: tensor
|
|
1673
|
+
|
|
1674
|
+
Returns:
|
|
1675
|
+
True if tensor is contiguous else False"""
|
|
1676
|
+
...
|
|
1677
|
+
|
|
1678
|
+
|
|
1679
|
+
# GGML_API GGML_CALL bool ggml_is_contiguous_1(const struct ggml_tensor * tensor);
|
|
1680
|
+
@ggml_function("ggml_is_contiguous_1", [ctypes.POINTER(ggml_tensor)], ctypes.c_bool)
|
|
1681
|
+
def ggml_is_contiguous_1(tensor: ggml_tensor_p, /) -> bool:
|
|
1682
|
+
"""Check if a tensor is contiguous for dimensions >= 1
|
|
1683
|
+
|
|
1684
|
+
Parameters:
|
|
1685
|
+
tensor: tensor
|
|
1686
|
+
|
|
1687
|
+
Returns:
|
|
1688
|
+
True if tensor is contiguous for dims >= 1 else False"""
|
|
1689
|
+
...
|
|
1690
|
+
|
|
1691
|
+
|
|
1692
|
+
# GGML_API GGML_CALL bool ggml_is_contiguous_2(const struct ggml_tensor * tensor);
|
|
1693
|
+
@ggml_function("ggml_is_contiguous_2", [ctypes.POINTER(ggml_tensor)], ctypes.c_bool)
|
|
1694
|
+
def ggml_is_contiguous_2(tensor: ggml_tensor_p, /) -> bool:
|
|
1695
|
+
"""Check if a tensor is contiguous for dimensions >= 2
|
|
1696
|
+
|
|
1697
|
+
Parameters:
|
|
1698
|
+
tensor: tensor
|
|
1699
|
+
|
|
1700
|
+
Returns:
|
|
1701
|
+
True if tensor is contiguous for dims >= 2 else False"""
|
|
1702
|
+
...
|
|
1703
|
+
|
|
1704
|
+
|
|
1705
|
+
# GGML_API bool ggml_is_contiguously_allocated(const struct ggml_tensor * tensor);
|
|
1706
|
+
@ggml_function("ggml_is_contiguously_allocated", [ctypes.POINTER(ggml_tensor)], ctypes.c_bool)
|
|
1707
|
+
def ggml_is_contiguously_allocated(tensor: ggml_tensor_p, /) -> bool:
|
|
1708
|
+
"""Check if a tensor is allocated as one contiguous block"""
|
|
1709
|
+
...
|
|
1710
|
+
|
|
1711
|
+
|
|
1712
|
+
# GGML_API bool ggml_is_contiguous_channels(const struct ggml_tensor * tensor);
|
|
1713
|
+
@ggml_function("ggml_is_contiguous_channels", [ctypes.POINTER(ggml_tensor)], ctypes.c_bool)
|
|
1714
|
+
def ggml_is_contiguous_channels(tensor: ggml_tensor_p, /) -> bool:
|
|
1715
|
+
"""Check if a tensor is stored as contiguous channels"""
|
|
1716
|
+
...
|
|
1717
|
+
|
|
1718
|
+
|
|
1719
|
+
# GGML_API bool ggml_is_contiguous_rows(const struct ggml_tensor * tensor);
|
|
1720
|
+
@ggml_function("ggml_is_contiguous_rows", [ctypes.POINTER(ggml_tensor)], ctypes.c_bool)
|
|
1721
|
+
def ggml_is_contiguous_rows(tensor: ggml_tensor_p, /) -> bool:
|
|
1722
|
+
"""Check if a tensor has contiguous rows"""
|
|
1723
|
+
...
|
|
1724
|
+
|
|
1725
|
+
|
|
1666
1726
|
# GGML_API GGML_CALL bool ggml_is_permuted (const struct ggml_tensor * tensor);
|
|
1667
1727
|
@ggml_function("ggml_is_permuted", [ctypes.POINTER(ggml_tensor)], ctypes.c_bool)
|
|
1668
1728
|
def ggml_is_permuted(tensor: ggml_tensor_p, /) -> bool:
|
|
@@ -1682,6 +1742,13 @@ def ggml_is_empty(tensor: ggml_tensor_p, /) -> bool:
|
|
|
1682
1742
|
...
|
|
1683
1743
|
|
|
1684
1744
|
|
|
1745
|
+
# GGML_API bool ggml_is_view (const struct ggml_tensor * tensor);
|
|
1746
|
+
@ggml_function("ggml_is_view", [ctypes.POINTER(ggml_tensor)], ctypes.c_bool)
|
|
1747
|
+
def ggml_is_view(tensor: ggml_tensor_p, /) -> bool:
|
|
1748
|
+
"""Check if a tensor is a view"""
|
|
1749
|
+
...
|
|
1750
|
+
|
|
1751
|
+
|
|
1685
1752
|
# GGML_API bool ggml_is_scalar (const struct ggml_tensor * tensor);
|
|
1686
1753
|
@ggml_function("ggml_is_scalar", [ctypes.POINTER(ggml_tensor)], ctypes.c_bool)
|
|
1687
1754
|
def ggml_is_scalar(tensor: ggml_tensor_p, /) -> bool:
|