From 28e95ed5a04b8f26c0b1f8677b30208a7299a438 Mon Sep 17 00:00:00 2001 From: wangkx1 Date: Wed, 28 Aug 2024 05:36:48 +0000 Subject: [PATCH] update ollama --- ollama/.dockerignore | 0 ollama/.gitattributes | 0 ollama/.github/ISSUE_TEMPLATE/10_bug_report.yml | 0 ollama/.github/ISSUE_TEMPLATE/20_feature_request.md | 0 ollama/.github/ISSUE_TEMPLATE/30_model_request.md | 0 ollama/.github/ISSUE_TEMPLATE/config.yml | 0 ollama/.github/workflows/latest.yaml | 0 ollama/.github/workflows/release.yaml | 0 ollama/.github/workflows/test.yaml | 0 ollama/.gitignore | 0 ollama/.gitmodules | 0 ollama/.golangci.yaml | 0 ollama/.prettierrc.json | 0 ollama/Dockerfile | 0 ollama/LICENSE | 0 ollama/README.md | 0 ollama/SECURITY.md | 0 ollama/api/client.go | 0 ollama/api/client_test.go | 0 ollama/api/types.go | 0 ollama/api/types_test.go | 0 ollama/app/.gitignore | 0 ollama/app/README.md | 0 ollama/app/assets/app.ico | Bin ollama/app/assets/assets.go | 0 ollama/app/assets/setup.bmp | Bin ollama/app/assets/tray.ico | Bin ollama/app/assets/tray_upgrade.ico | Bin ollama/app/lifecycle/getstarted_nonwindows.go | 0 ollama/app/lifecycle/getstarted_windows.go | 0 ollama/app/lifecycle/lifecycle.go | 0 ollama/app/lifecycle/logging.go | 0 ollama/app/lifecycle/logging_nonwindows.go | 0 ollama/app/lifecycle/logging_test.go | 0 ollama/app/lifecycle/logging_windows.go | 0 ollama/app/lifecycle/paths.go | 0 ollama/app/lifecycle/server.go | 0 ollama/app/lifecycle/server_unix.go | 0 ollama/app/lifecycle/server_windows.go | 0 ollama/app/lifecycle/updater.go | 0 ollama/app/lifecycle/updater_nonwindows.go | 0 ollama/app/lifecycle/updater_windows.go | 0 ollama/app/main.go | 0 ollama/app/ollama.iss | 0 ollama/app/ollama.rc | 0 ollama/app/ollama_welcome.ps1 | 0 ollama/app/store/store.go | 0 ollama/app/store/store_darwin.go | 0 ollama/app/store/store_linux.go | 0 ollama/app/store/store_windows.go | 0 ollama/app/tray/commontray/types.go | 0 ollama/app/tray/tray.go | 0 ollama/app/tray/tray_nonwindows.go | 0 ollama/app/tray/tray_windows.go | 0 ollama/app/tray/wintray/eventloop.go | 0 ollama/app/tray/wintray/menus.go | 0 ollama/app/tray/wintray/messages.go | 0 ollama/app/tray/wintray/notifyicon.go | 0 ollama/app/tray/wintray/tray.go | 0 ollama/app/tray/wintray/w32api.go | 0 ollama/app/tray/wintray/winclass.go | 0 ollama/auth/auth.go | 0 ollama/cmd/cmd.go | 0 ollama/cmd/interactive.go | 0 ollama/cmd/interactive_test.go | 0 ollama/cmd/start.go | 0 ollama/cmd/start_darwin.go | 0 ollama/cmd/start_default.go | 0 ollama/cmd/start_windows.go | 0 ollama/convert/convert.go | 0 ollama/convert/convert_gemma.go | 0 ollama/convert/convert_llama.go | 0 ollama/convert/convert_mixtral.go | 0 ollama/convert/convert_test.go | 0 ollama/convert/fs.go | 0 ollama/convert/reader.go | 0 ollama/convert/reader_safetensors.go | 0 ollama/convert/reader_torch.go | 0 .../convert/sentencepiece/sentencepiece_model.pb.go | 0 ollama/convert/sentencepiece_model.proto | 0 .../convert/testdata/Meta-Llama-3-8B-Instruct.json | 0 .../convert/testdata/Mistral-7B-Instruct-v0.2.json | 0 .../testdata/Mixtral-8x7B-Instruct-v0.1.json | 0 ollama/convert/testdata/gemma-2b-it.json | 0 ollama/convert/tokenizer.go | 0 ollama/convert/tokenizer_spm.go | 0 ollama/docs/README.md | 0 ollama/docs/api.md | 0 ollama/docs/development.md | 0 ollama/docs/docker.md | 0 ollama/docs/faq.md | 0 ollama/docs/gpu.md | 0 ollama/docs/import.md | 0 ollama/docs/linux.md | 0 ollama/docs/modelfile.md | 0 ollama/docs/openai.md | 0 ollama/docs/template.md | 0 ollama/docs/troubleshooting.md | 0 ollama/docs/tutorials.md | 0 ollama/docs/tutorials/fly-gpu.md | 0 ollama/docs/tutorials/langchainjs.md | 0 ollama/docs/tutorials/langchainpy.md | 0 ollama/docs/tutorials/nvidia-jetson.md | 0 ollama/docs/windows.md | 0 ollama/envconfig/config.go | 0 ollama/envconfig/config_test.go | 0 ollama/examples/.gitignore | 0 ollama/examples/README.md | 0 ollama/examples/flyio/.gitignore | 0 ollama/examples/flyio/README.md | 0 ollama/examples/go-chat/main.go | 0 ollama/examples/go-generate-streaming/main.go | 0 ollama/examples/go-generate/main.go | 0 ollama/examples/go-http-generate/main.go | 0 ollama/examples/go-multimodal/main.go | 0 ollama/examples/go-pull-progress/main.go | 0 ollama/examples/jupyter-notebook/README.md | 0 ollama/examples/jupyter-notebook/ollama.ipynb | 0 ollama/examples/kubernetes/README.md | 0 ollama/examples/kubernetes/cpu.yaml | 0 ollama/examples/kubernetes/gpu.yaml | 0 .../langchain-python-rag-document/README.md | 0 .../examples/langchain-python-rag-document/main.py | 0 .../langchain-python-rag-document/requirements.txt | 0 .../langchain-python-rag-privategpt/.gitignore | 0 .../langchain-python-rag-privategpt/LICENSE | 0 .../langchain-python-rag-privategpt/README.md | 0 .../langchain-python-rag-privategpt/constants.py | 0 .../langchain-python-rag-privategpt/ingest.py | 0 .../langchain-python-rag-privategpt/poetry.lock | 0 .../langchain-python-rag-privategpt/privateGPT.py | 0 .../langchain-python-rag-privategpt/pyproject.toml | 0 .../requirements.txt | 0 .../langchain-python-rag-websummary/README.md | 0 .../langchain-python-rag-websummary/main.py | 0 .../requirements.txt | 0 ollama/examples/langchain-python-simple/README.md | 0 ollama/examples/langchain-python-simple/main.py | 0 .../langchain-python-simple/requirements.txt | 0 .../examples/langchain-typescript-simple/README.md | 0 ollama/examples/langchain-typescript-simple/main.ts | 0 .../langchain-typescript-simple/package-lock.json | 0 .../langchain-typescript-simple/package.json | 0 ollama/examples/modelfile-mario/Modelfile | 0 ollama/examples/modelfile-mario/logo.png | Bin ollama/examples/modelfile-mario/readme.md | 0 ollama/examples/python-dockerit/Modelfile | 0 ollama/examples/python-dockerit/README.md | 0 ollama/examples/python-dockerit/dockerit.py | 0 ollama/examples/python-dockerit/requirements.txt | 0 .../python-json-datagenerator/predefinedschema.py | 0 .../python-json-datagenerator/randomaddresses.py | 0 ollama/examples/python-json-datagenerator/readme.md | 0 .../python-json-datagenerator/requirements.txt | 0 ollama/examples/python-loganalysis/Modelfile | 0 ollama/examples/python-loganalysis/loganalysis.py | 0 ollama/examples/python-loganalysis/logtest.logfile | 0 ollama/examples/python-loganalysis/readme.md | 0 ollama/examples/python-loganalysis/requirements.txt | 0 ollama/examples/python-rag-newssummary/README.md | 0 .../python-rag-newssummary/requirements.txt | 0 ollama/examples/python-rag-newssummary/summ.py | 0 ollama/examples/python-rag-newssummary/utils.py | 0 ollama/examples/python-simplechat/client.py | 0 ollama/examples/python-simplechat/readme.md | 0 ollama/examples/python-simplechat/requirements.txt | 0 ollama/examples/python-simplegenerate/README.md | 0 ollama/examples/python-simplegenerate/client.py | 0 .../examples/python-simplegenerate/requirements.txt | 0 .../typescript-functioncalling/extractemail.ts | 0 .../typescript-functioncalling/extractwp.ts | 0 ollama/examples/typescript-functioncalling/info.txt | 0 .../typescript-functioncalling/package-lock.json | 0 .../typescript-functioncalling/package.json | 0 .../examples/typescript-functioncalling/readme.md | 0 ollama/examples/typescript-functioncalling/wp.txt | 0 ollama/examples/typescript-mentors/.gitignore | 0 ollama/examples/typescript-mentors/README.md | 0 .../typescript-mentors/character-generator.ts | 0 ollama/examples/typescript-mentors/mentors.ts | 0 ollama/examples/typescript-mentors/package.json | 0 ollama/examples/typescript-simplechat/client.ts | 0 ollama/examples/typescript-simplechat/package.json | 0 ollama/examples/typescript-simplechat/readme.md | 0 ollama/format/bytes.go | 0 ollama/format/format.go | 0 ollama/format/format_test.go | 0 ollama/format/time.go | 0 ollama/format/time_test.go | 0 ollama/go.mod | 0 ollama/go.sum | 0 ollama/gpu/amd_common.go | 0 ollama/gpu/amd_hip_windows.go | 0 ollama/gpu/amd_linux.go | 0 ollama/gpu/amd_windows.go | 0 ollama/gpu/assets.go | 0 ollama/gpu/cpu_common.go | 0 ollama/gpu/cuda_common.go | 0 ollama/gpu/gpu.go | 0 ollama/gpu/gpu_darwin.go | 0 ollama/gpu/gpu_info.h | 0 ollama/gpu/gpu_info_cudart.c | 0 ollama/gpu/gpu_info_cudart.h | 0 ollama/gpu/gpu_info_darwin.h | 0 ollama/gpu/gpu_info_darwin.m | 0 ollama/gpu/gpu_info_nvcuda.c | 0 ollama/gpu/gpu_info_nvcuda.h | 0 ollama/gpu/gpu_info_nvml.c | 0 ollama/gpu/gpu_info_nvml.h | 0 ollama/gpu/gpu_info_oneapi.c | 0 ollama/gpu/gpu_info_oneapi.h | 0 ollama/gpu/gpu_linux.go | 0 ollama/gpu/gpu_oneapi.go | 0 ollama/gpu/gpu_test.go | 0 ollama/gpu/gpu_windows.go | 0 ollama/gpu/types.go | 0 ollama/integration/README.md | 0 ollama/integration/basic_test.go | 0 ollama/integration/concurrency_test.go | 0 ollama/integration/context_test.go | 0 ollama/integration/embed_test.go | 0 ollama/integration/llm_image_test.go | 0 ollama/integration/llm_test.go | 0 ollama/integration/max_queue_test.go | 0 ollama/integration/utils_test.go | 0 ollama/llm/ext_server/CMakeLists.txt | 0 ollama/llm/ext_server/httplib.h | 0 ollama/llm/ext_server/json.hpp | 0 ollama/llm/ext_server/server.cpp | 0 ollama/llm/ext_server/utils.hpp | 0 ollama/llm/filetype.go | 0 ollama/llm/generate/gen_common.sh | 0 ollama/llm/generate/gen_darwin.sh | 0 ollama/llm/generate/gen_linux.sh | 0 ollama/llm/generate/gen_windows.ps1 | 0 ollama/llm/generate/generate_darwin.go | 0 ollama/llm/generate/generate_linux.go | 0 ollama/llm/generate/generate_windows.go | 0 ollama/llm/ggla.go | 0 ollama/llm/ggml.go | 0 ollama/llm/ggml_test.go | 0 ollama/llm/gguf.go | 0 ollama/llm/llama.cpp/.clang-tidy | 0 ollama/llm/llama.cpp/.devops/cloud-v-pipeline | 0 ollama/llm/llama.cpp/.devops/full-cuda.Dockerfile | 0 ollama/llm/llama.cpp/.devops/full-rocm.Dockerfile | 0 ollama/llm/llama.cpp/.devops/full.Dockerfile | 0 .../llm/llama.cpp/.devops/llama-cli-cuda.Dockerfile | 0 .../llama.cpp/.devops/llama-cli-intel.Dockerfile | 0 .../llm/llama.cpp/.devops/llama-cli-rocm.Dockerfile | 0 .../llama.cpp/.devops/llama-cli-vulkan.Dockerfile | 0 ollama/llm/llama.cpp/.devops/llama-cli.Dockerfile | 0 .../llm/llama.cpp/.devops/llama-cpp-cuda.srpm.spec | 0 ollama/llm/llama.cpp/.devops/llama-cpp.srpm.spec | 0 .../llama.cpp/.devops/llama-server-cuda.Dockerfile | 0 .../llama.cpp/.devops/llama-server-intel.Dockerfile | 0 .../llama.cpp/.devops/llama-server-rocm.Dockerfile | 0 .../.devops/llama-server-vulkan.Dockerfile | 0 .../llm/llama.cpp/.devops/llama-server.Dockerfile | 0 ollama/llm/llama.cpp/.devops/nix/apps.nix | 0 ollama/llm/llama.cpp/.devops/nix/devshells.nix | 0 ollama/llm/llama.cpp/.devops/nix/docker.nix | 0 ollama/llm/llama.cpp/.devops/nix/jetson-support.nix | 0 .../llm/llama.cpp/.devops/nix/nixpkgs-instances.nix | 0 ollama/llm/llama.cpp/.devops/nix/package.nix | 0 ollama/llm/llama.cpp/.devops/nix/scope.nix | 0 ollama/llm/llama.cpp/.devops/nix/sif.nix | 0 ollama/llm/llama.cpp/.devops/tools.sh | 0 ollama/llm/llama.cpp/.dockerignore | 0 ollama/llm/llama.cpp/.ecrc | 0 ollama/llm/llama.cpp/.editorconfig | 0 ollama/llm/llama.cpp/.flake8 | 0 .../llama.cpp/.github/ISSUE_TEMPLATE/01-bug-low.yml | 0 .../.github/ISSUE_TEMPLATE/02-bug-medium.yml | 0 .../.github/ISSUE_TEMPLATE/03-bug-high.yml | 0 .../.github/ISSUE_TEMPLATE/04-bug-critical.yml | 0 .../.github/ISSUE_TEMPLATE/05-enhancement.yml | 0 .../.github/ISSUE_TEMPLATE/06-research.yml | 0 .../.github/ISSUE_TEMPLATE/07-refactor.yml | 0 .../llm/llama.cpp/.github/ISSUE_TEMPLATE/config.yml | 0 ollama/llm/llama.cpp/.github/labeler.yml | 0 .../llm/llama.cpp/.github/pull_request_template.md | 0 ollama/llm/llama.cpp/.github/workflows/bench.yml | 0 ollama/llm/llama.cpp/.github/workflows/build.yml | 0 .../llm/llama.cpp/.github/workflows/close-issue.yml | 0 ollama/llm/llama.cpp/.github/workflows/docker.yml | 0 .../llama.cpp/.github/workflows/editorconfig.yml | 0 .../llama.cpp/.github/workflows/gguf-publish.yml | 0 ollama/llm/llama.cpp/.github/workflows/labeler.yml | 0 .../llama.cpp/.github/workflows/nix-ci-aarch64.yml | 0 ollama/llm/llama.cpp/.github/workflows/nix-ci.yml | 0 .../.github/workflows/nix-flake-update.yml | 0 .../.github/workflows/nix-publish-flake.yml | 0 .../.github/workflows/python-check-requirements.yml | 0 .../llm/llama.cpp/.github/workflows/python-lint.yml | 0 .../.github/workflows/python-type-check.yml | 0 ollama/llm/llama.cpp/.github/workflows/server.yml | 0 ollama/llm/llama.cpp/.gitignore | 0 ollama/llm/llama.cpp/.gitmodules | 0 ollama/llm/llama.cpp/.pre-commit-config.yaml | 0 ollama/llm/llama.cpp/AUTHORS | 0 ollama/llm/llama.cpp/CMakeLists.txt | 0 ollama/llm/llama.cpp/CMakePresets.json | 0 ollama/llm/llama.cpp/CONTRIBUTING.md | 0 ollama/llm/llama.cpp/LICENSE | 0 ollama/llm/llama.cpp/Makefile | 0 ollama/llm/llama.cpp/Package.swift | 0 ollama/llm/llama.cpp/README.md | 0 ollama/llm/llama.cpp/SECURITY.md | 0 ollama/llm/llama.cpp/ci/README.md | 0 ollama/llm/llama.cpp/ci/run.sh | 0 ollama/llm/llama.cpp/cmake/arm64-windows-llvm.cmake | 0 ollama/llm/llama.cpp/cmake/arm64-windows-msvc.cmake | 0 ollama/llm/llama.cpp/cmake/build-info.cmake | 0 ollama/llm/llama.cpp/cmake/git-vars.cmake | 0 ollama/llm/llama.cpp/cmake/llama-config.cmake.in | 0 ollama/llm/llama.cpp/cmake/llama.pc.in | 0 ollama/llm/llama.cpp/common/CMakeLists.txt | 0 ollama/llm/llama.cpp/common/base64.hpp | 0 ollama/llm/llama.cpp/common/build-info.cpp.in | 0 ollama/llm/llama.cpp/common/common.cpp | 0 ollama/llm/llama.cpp/common/common.h | 0 ollama/llm/llama.cpp/common/console.cpp | 0 ollama/llm/llama.cpp/common/console.h | 0 ollama/llm/llama.cpp/common/grammar-parser.cpp | 0 ollama/llm/llama.cpp/common/grammar-parser.h | 0 .../llm/llama.cpp/common/json-schema-to-grammar.cpp | 0 .../llm/llama.cpp/common/json-schema-to-grammar.h | 0 ollama/llm/llama.cpp/common/json.hpp | 0 ollama/llm/llama.cpp/common/log.h | 0 ollama/llm/llama.cpp/common/ngram-cache.cpp | 0 ollama/llm/llama.cpp/common/ngram-cache.h | 0 ollama/llm/llama.cpp/common/sampling.cpp | 0 ollama/llm/llama.cpp/common/sampling.h | 0 ollama/llm/llama.cpp/common/stb_image.h | 0 ollama/llm/llama.cpp/common/train.cpp | 0 ollama/llm/llama.cpp/common/train.h | 0 ollama/llm/llama.cpp/convert_hf_to_gguf.py | 0 ollama/llm/llama.cpp/convert_hf_to_gguf_update.py | 0 ollama/llm/llama.cpp/convert_llama_ggml_to_gguf.py | 0 ollama/llm/llama.cpp/convert_lora_to_gguf.py | 0 ollama/llm/llama.cpp/docs/android.md | 0 ollama/llm/llama.cpp/docs/backend/BLIS.md | 0 ollama/llm/llama.cpp/docs/backend/SYCL.md | 0 ollama/llm/llama.cpp/docs/build.md | 0 .../llama.cpp/docs/development/HOWTO-add-model.md | 0 .../llama.cpp/docs/development/debugging-tests.md | 0 .../docs/development/llama-star/idea-arch.key | Bin .../docs/development/llama-star/idea-arch.pdf | Bin .../token_generation_performance_tips.md | 0 ollama/llm/llama.cpp/docs/docker.md | 0 ollama/llm/llama.cpp/docs/install.md | 0 ollama/llm/llama.cpp/examples/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/Miku.sh | 0 .../llama.cpp/examples/baby-llama/CMakeLists.txt | 0 .../llama.cpp/examples/baby-llama/baby-llama.cpp | 0 ollama/llm/llama.cpp/examples/base-translate.sh | 0 .../llama.cpp/examples/batched-bench/CMakeLists.txt | 0 .../llm/llama.cpp/examples/batched-bench/README.md | 0 .../examples/batched-bench/batched-bench.cpp | 0 .../llm/llama.cpp/examples/batched.swift/.gitignore | 0 .../llm/llama.cpp/examples/batched.swift/Makefile | 0 .../llama.cpp/examples/batched.swift/Package.swift | 0 .../llm/llama.cpp/examples/batched.swift/README.md | 0 .../examples/batched.swift/Sources/main.swift | 0 .../llm/llama.cpp/examples/batched/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/batched/README.md | 0 ollama/llm/llama.cpp/examples/batched/batched.cpp | 0 .../llm/llama.cpp/examples/benchmark/CMakeLists.txt | 0 .../examples/benchmark/benchmark-matmult.cpp | 0 ollama/llm/llama.cpp/examples/chat-13B.bat | 0 ollama/llm/llama.cpp/examples/chat-13B.sh | 0 ollama/llm/llama.cpp/examples/chat-persistent.sh | 0 ollama/llm/llama.cpp/examples/chat-vicuna.sh | 0 ollama/llm/llama.cpp/examples/chat.sh | 0 .../examples/convert-llama2c-to-ggml/CMakeLists.txt | 0 .../examples/convert-llama2c-to-ggml/README.md | 0 .../convert-llama2c-to-ggml.cpp | 0 .../llm/llama.cpp/examples/convert_legacy_llama.py | 0 .../examples/cvector-generator/CMakeLists.txt | 0 .../llama.cpp/examples/cvector-generator/README.md | 0 .../examples/cvector-generator/completions.txt | 0 .../cvector-generator/cvector-generator.cpp | 0 .../llama.cpp/examples/cvector-generator/mean.hpp | 0 .../examples/cvector-generator/negative.txt | 0 .../llama.cpp/examples/cvector-generator/pca.hpp | 0 .../examples/cvector-generator/positive.txt | 0 .../examples/deprecation-warning/README.md | 0 .../deprecation-warning/deprecation-warning.cpp | 0 .../llm/llama.cpp/examples/embedding/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/embedding/README.md | 0 .../llm/llama.cpp/examples/embedding/embedding.cpp | 0 .../llama.cpp/examples/eval-callback/CMakeLists.txt | 0 .../llm/llama.cpp/examples/eval-callback/README.md | 0 .../examples/eval-callback/eval-callback.cpp | 0 .../llama.cpp/examples/export-lora/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/export-lora/README.md | 0 .../llama.cpp/examples/export-lora/export-lora.cpp | 0 .../examples/gbnf-validator/CMakeLists.txt | 0 .../examples/gbnf-validator/gbnf-validator.cpp | 0 .../llm/llama.cpp/examples/gguf-hash/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/gguf-hash/README.md | 0 .../gguf-hash/deps/rotate-bits/package.json | 0 .../gguf-hash/deps/rotate-bits/rotate-bits.h | 0 .../examples/gguf-hash/deps/sha1/package.json | 0 .../llama.cpp/examples/gguf-hash/deps/sha1/sha1.c | 0 .../llama.cpp/examples/gguf-hash/deps/sha1/sha1.h | 0 .../examples/gguf-hash/deps/sha256/package.json | 0 .../examples/gguf-hash/deps/sha256/sha256.c | 0 .../examples/gguf-hash/deps/sha256/sha256.h | 0 .../examples/gguf-hash/deps/xxhash/clib.json | 0 .../examples/gguf-hash/deps/xxhash/xxhash.c | 0 .../examples/gguf-hash/deps/xxhash/xxhash.h | 0 .../llm/llama.cpp/examples/gguf-hash/gguf-hash.cpp | 0 .../llama.cpp/examples/gguf-split/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/gguf-split/README.md | 0 .../llama.cpp/examples/gguf-split/gguf-split.cpp | 0 ollama/llm/llama.cpp/examples/gguf-split/tests.sh | 0 ollama/llm/llama.cpp/examples/gguf/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/gguf/gguf.cpp | 0 ollama/llm/llama.cpp/examples/gritlm/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/gritlm/README.md | 0 ollama/llm/llama.cpp/examples/gritlm/gritlm.cpp | 0 .../llm/llama.cpp/examples/imatrix/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/imatrix/README.md | 0 ollama/llm/llama.cpp/examples/imatrix/imatrix.cpp | 0 ollama/llm/llama.cpp/examples/infill/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/infill/README.md | 0 ollama/llm/llama.cpp/examples/infill/infill.cpp | 0 ollama/llm/llama.cpp/examples/jeopardy/README.md | 0 ollama/llm/llama.cpp/examples/jeopardy/graph.py | 0 ollama/llm/llama.cpp/examples/jeopardy/jeopardy.sh | 0 ollama/llm/llama.cpp/examples/jeopardy/qasheet.csv | 0 .../llm/llama.cpp/examples/jeopardy/questions.txt | 0 .../examples/json_schema_pydantic_example.py | 0 .../llama.cpp/examples/json_schema_to_grammar.py | 0 .../llama.cpp/examples/llama-bench/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/llama-bench/README.md | 0 .../llama.cpp/examples/llama-bench/llama-bench.cpp | 0 .../llm/llama.cpp/examples/llama.android/.gitignore | 0 .../llm/llama.cpp/examples/llama.android/README.md | 0 .../llama.cpp/examples/llama.android/app/.gitignore | 0 .../examples/llama.android/app/build.gradle.kts | 0 .../examples/llama.android/app/proguard-rules.pro | 0 .../llama.android/app/src/main/AndroidManifest.xml | 0 .../src/main/java/com/example/llama/Downloadable.kt | 0 .../src/main/java/com/example/llama/MainActivity.kt | 0 .../main/java/com/example/llama/MainViewModel.kt | 0 .../main/java/com/example/llama/ui/theme/Color.kt | 0 .../main/java/com/example/llama/ui/theme/Theme.kt | 0 .../main/java/com/example/llama/ui/theme/Type.kt | 0 .../main/res/drawable/ic_launcher_background.xml | 0 .../main/res/drawable/ic_launcher_foreground.xml | 0 .../app/src/main/res/mipmap-anydpi/ic_launcher.xml | 0 .../main/res/mipmap-anydpi/ic_launcher_round.xml | 0 .../app/src/main/res/mipmap-hdpi/ic_launcher.webp | Bin .../src/main/res/mipmap-hdpi/ic_launcher_round.webp | Bin .../app/src/main/res/mipmap-mdpi/ic_launcher.webp | Bin .../src/main/res/mipmap-mdpi/ic_launcher_round.webp | Bin .../app/src/main/res/mipmap-xhdpi/ic_launcher.webp | Bin .../main/res/mipmap-xhdpi/ic_launcher_round.webp | Bin .../app/src/main/res/mipmap-xxhdpi/ic_launcher.webp | Bin .../main/res/mipmap-xxhdpi/ic_launcher_round.webp | Bin .../src/main/res/mipmap-xxxhdpi/ic_launcher.webp | Bin .../main/res/mipmap-xxxhdpi/ic_launcher_round.webp | Bin .../app/src/main/res/values/colors.xml | 0 .../app/src/main/res/values/strings.xml | 0 .../app/src/main/res/values/themes.xml | 0 .../app/src/main/res/xml/backup_rules.xml | 0 .../app/src/main/res/xml/data_extraction_rules.xml | 0 .../examples/llama.android/build.gradle.kts | 0 .../examples/llama.android/gradle.properties | 0 .../llama.android/gradle/wrapper/gradle-wrapper.jar | Bin .../gradle/wrapper/gradle-wrapper.properties | 0 ollama/llm/llama.cpp/examples/llama.android/gradlew | 0 .../examples/llama.android/llama/.gitignore | 0 .../examples/llama.android/llama/build.gradle.kts | 0 .../examples/llama.android/llama/consumer-rules.pro | 0 .../examples/llama.android/llama/proguard-rules.pro | 0 .../android/llama/cpp/ExampleInstrumentedTest.kt | 0 .../llama/src/main/AndroidManifest.xml | 0 .../llama.android/llama/src/main/cpp/CMakeLists.txt | 0 .../llama/src/main/cpp/llama-android.cpp | 0 .../src/main/java/android/llama/cpp/LLamaAndroid.kt | 0 .../test/java/android/llama/cpp/ExampleUnitTest.kt | 0 .../examples/llama.android/settings.gradle.kts | 0 .../llm/llama.cpp/examples/llama.swiftui/.gitignore | 0 .../llm/llama.cpp/examples/llama.swiftui/README.md | 0 .../llama.swiftui/llama.cpp.swift/LibLlama.swift | 0 .../llama.swiftui.xcodeproj/project.pbxproj | 0 .../project.xcworkspace/contents.xcworkspacedata | 0 .../AppIcon.appiconset/Contents.json | 0 .../llama.swiftui/Assets.xcassets/Contents.json | 0 .../llama.swiftui/Models/LlamaState.swift | 0 .../llama.swiftui/Resources/models/.gitignore | 0 .../llama.swiftui/UI/ContentView.swift | 0 .../llama.swiftui/UI/DownloadButton.swift | 0 .../llama.swiftui/UI/InputButton.swift | 0 .../llama.swiftui/UI/LoadCustomButton.swift | 0 .../llama.swiftui/llama_swiftuiApp.swift | 0 ollama/llm/llama.cpp/examples/llama.vim | 0 ollama/llm/llama.cpp/examples/llava/CMakeLists.txt | 0 .../llama.cpp/examples/llava/MobileVLM-README.md | 0 ollama/llm/llama.cpp/examples/llava/README.md | 0 .../llm/llama.cpp/examples/llava/android/adb_run.sh | 0 .../llama.cpp/examples/llava/android/build_64.sh | 0 ollama/llm/llama.cpp/examples/llava/clip.cpp | 0 ollama/llm/llama.cpp/examples/llava/clip.h | 0 .../examples/llava/convert_image_encoder_to_gguf.py | 0 ollama/llm/llama.cpp/examples/llava/llava-cli.cpp | 0 ollama/llm/llama.cpp/examples/llava/llava.cpp | 0 ollama/llm/llama.cpp/examples/llava/llava.h | 0 .../llm/llama.cpp/examples/llava/llava_surgery.py | 0 .../llama.cpp/examples/llava/llava_surgery_v2.py | 0 .../llm/llama.cpp/examples/llava/requirements.txt | 0 ollama/llm/llama.cpp/examples/llm.vim | 0 .../llm/llama.cpp/examples/lookahead/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/lookahead/README.md | 0 .../llm/llama.cpp/examples/lookahead/lookahead.cpp | 0 ollama/llm/llama.cpp/examples/lookup/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/lookup/README.md | 0 .../llm/llama.cpp/examples/lookup/lookup-create.cpp | 0 .../llm/llama.cpp/examples/lookup/lookup-merge.cpp | 0 .../llm/llama.cpp/examples/lookup/lookup-stats.cpp | 0 ollama/llm/llama.cpp/examples/lookup/lookup.cpp | 0 .../llama.cpp/examples/main-cmake-pkg/.gitignore | 0 .../examples/main-cmake-pkg/CMakeLists.txt | 0 .../llm/llama.cpp/examples/main-cmake-pkg/README.md | 0 ollama/llm/llama.cpp/examples/main/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/main/README.md | 0 ollama/llm/llama.cpp/examples/main/main.cpp | 0 .../llm/llama.cpp/examples/parallel/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/parallel/README.md | 0 ollama/llm/llama.cpp/examples/parallel/parallel.cpp | 0 .../llm/llama.cpp/examples/passkey/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/passkey/README.md | 0 ollama/llm/llama.cpp/examples/passkey/passkey.cpp | 0 .../llama.cpp/examples/perplexity/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/perplexity/README.md | 0 .../llama.cpp/examples/perplexity/perplexity.cpp | 0 .../examples/pydantic_models_to_grammar.py | 0 .../examples/pydantic_models_to_grammar_examples.py | 0 .../examples/quantize-stats/CMakeLists.txt | 0 .../examples/quantize-stats/quantize-stats.cpp | 0 .../llm/llama.cpp/examples/quantize/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/quantize/README.md | 0 ollama/llm/llama.cpp/examples/quantize/quantize.cpp | 0 ollama/llm/llama.cpp/examples/quantize/tests.sh | 0 ollama/llm/llama.cpp/examples/reason-act.sh | 0 ollama/llm/llama.cpp/examples/regex_to_grammar.py | 0 .../llm/llama.cpp/examples/retrieval/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/retrieval/README.md | 0 .../llm/llama.cpp/examples/retrieval/retrieval.cpp | 0 ollama/llm/llama.cpp/examples/rpc/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/rpc/README.md | 0 ollama/llm/llama.cpp/examples/rpc/rpc-server.cpp | 0 .../examples/save-load-state/CMakeLists.txt | 0 .../examples/save-load-state/save-load-state.cpp | 0 ollama/llm/llama.cpp/examples/server-llama2-13B.sh | 0 ollama/llm/llama.cpp/examples/server/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/server/README.md | 0 .../llm/llama.cpp/examples/server/bench/README.md | 0 ollama/llm/llama.cpp/examples/server/bench/bench.py | 0 .../llama.cpp/examples/server/bench/prometheus.yml | 0 .../examples/server/bench/requirements.txt | 0 .../llm/llama.cpp/examples/server/bench/script.js | 0 ollama/llm/llama.cpp/examples/server/chat-llama2.sh | 0 ollama/llm/llama.cpp/examples/server/chat.mjs | 0 ollama/llm/llama.cpp/examples/server/chat.sh | 0 ollama/llm/llama.cpp/examples/server/deps.sh | 0 ollama/llm/llama.cpp/examples/server/httplib.h | 0 .../examples/server/public/colorthemes.css | 0 .../llama.cpp/examples/server/public/completion.js | 0 .../llama.cpp/examples/server/public/favicon.ico | Bin .../llama.cpp/examples/server/public/index-new.html | 0 .../llm/llama.cpp/examples/server/public/index.html | 0 .../llm/llama.cpp/examples/server/public/index.js | 0 .../server/public/json-schema-to-grammar.mjs | 0 .../examples/server/public/prompt-formats.js | 0 .../llm/llama.cpp/examples/server/public/style.css | 0 .../examples/server/public/system-prompts.js | 0 .../examples/server/public/theme-beeninorder.css | 0 .../examples/server/public/theme-ketivah.css | 0 .../examples/server/public/theme-mangotango.css | 0 .../examples/server/public/theme-playground.css | 0 .../examples/server/public/theme-polarnight.css | 0 .../examples/server/public/theme-snowstorm.css | 0 .../examples/server/public_simplechat/datautils.mjs | 0 .../examples/server/public_simplechat/index.html | 0 .../examples/server/public_simplechat/readme.md | 0 .../server/public_simplechat/simplechat.css | 0 .../examples/server/public_simplechat/simplechat.js | 0 .../public_simplechat/simplechat_screens.webp | Bin .../examples/server/public_simplechat/ui.mjs | 0 ollama/llm/llama.cpp/examples/server/server.cpp | 0 .../llm/llama.cpp/examples/server/tests/README.md | 0 .../server/tests/features/embeddings.feature | 0 .../examples/server/tests/features/environment.py | 0 .../examples/server/tests/features/issues.feature | 0 .../examples/server/tests/features/lora.feature | 0 .../examples/server/tests/features/parallel.feature | 0 .../examples/server/tests/features/passkey.feature | 0 .../examples/server/tests/features/results.feature | 0 .../examples/server/tests/features/security.feature | 0 .../examples/server/tests/features/server.feature | 0 .../examples/server/tests/features/slotsave.feature | 0 .../examples/server/tests/features/steps/steps.py | 0 .../server/tests/features/wrong_usages.feature | 0 .../examples/server/tests/requirements.txt | 0 ollama/llm/llama.cpp/examples/server/tests/tests.sh | 0 .../llm/llama.cpp/examples/server/themes/README.md | 0 .../examples/server/themes/buttons-top/README.md | 0 .../server/themes/buttons-top/buttons_top.png | Bin .../examples/server/themes/buttons-top/favicon.ico | Bin .../examples/server/themes/buttons-top/index.html | 0 .../llama.cpp/examples/server/themes/wild/README.md | 0 .../examples/server/themes/wild/favicon.ico | Bin .../examples/server/themes/wild/index.html | 0 .../examples/server/themes/wild/llama_cpp.png | Bin .../examples/server/themes/wild/llamapattern.png | Bin .../llama.cpp/examples/server/themes/wild/wild.png | Bin ollama/llm/llama.cpp/examples/server/utils.hpp | 0 ollama/llm/llama.cpp/examples/server_embd.py | 0 ollama/llm/llama.cpp/examples/simple/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/simple/README.md | 0 ollama/llm/llama.cpp/examples/simple/simple.cpp | 0 .../llama.cpp/examples/speculative/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/speculative/README.md | 0 .../llama.cpp/examples/speculative/speculative.cpp | 0 ollama/llm/llama.cpp/examples/sycl/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/sycl/README.md | 0 ollama/llm/llama.cpp/examples/sycl/build.sh | 0 .../llm/llama.cpp/examples/sycl/ls-sycl-device.cpp | 0 ollama/llm/llama.cpp/examples/sycl/run-llama2.sh | 0 .../llm/llama.cpp/examples/sycl/win-build-sycl.bat | 0 .../llm/llama.cpp/examples/sycl/win-run-llama2.bat | 0 .../llm/llama.cpp/examples/tokenize/CMakeLists.txt | 0 ollama/llm/llama.cpp/examples/tokenize/tokenize.cpp | 0 ollama/llm/llama.cpp/examples/ts-type-to-grammar.sh | 0 ollama/llm/llama.cpp/flake.lock | 0 ollama/llm/llama.cpp/flake.nix | 0 ollama/llm/llama.cpp/ggml/.gitignore | 0 ollama/llm/llama.cpp/ggml/CMakeLists.txt | 0 ollama/llm/llama.cpp/ggml/cmake/FindSIMD.cmake | 0 ollama/llm/llama.cpp/ggml/include/ggml-alloc.h | 0 ollama/llm/llama.cpp/ggml/include/ggml-backend.h | 0 ollama/llm/llama.cpp/ggml/include/ggml-blas.h | 0 ollama/llm/llama.cpp/ggml/include/ggml-cann.h | 0 ollama/llm/llama.cpp/ggml/include/ggml-cuda.h | 0 ollama/llm/llama.cpp/ggml/include/ggml-kompute.h | 0 ollama/llm/llama.cpp/ggml/include/ggml-metal.h | 0 ollama/llm/llama.cpp/ggml/include/ggml-rpc.h | 0 ollama/llm/llama.cpp/ggml/include/ggml-sycl.h | 0 ollama/llm/llama.cpp/ggml/include/ggml-vulkan.h | 0 ollama/llm/llama.cpp/ggml/include/ggml.h | 0 ollama/llm/llama.cpp/ggml/src/CMakeLists.txt | 0 ollama/llm/llama.cpp/ggml/src/ggml-aarch64.c | 0 ollama/llm/llama.cpp/ggml/src/ggml-aarch64.h | 0 ollama/llm/llama.cpp/ggml/src/ggml-alloc.c | 0 ollama/llm/llama.cpp/ggml/src/ggml-backend-impl.h | 0 ollama/llm/llama.cpp/ggml/src/ggml-backend.c | 0 ollama/llm/llama.cpp/ggml/src/ggml-blas.cpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-cann.cpp | 0 .../llm/llama.cpp/ggml/src/ggml-cann/.clang-format | 0 ollama/llm/llama.cpp/ggml/src/ggml-cann/Doxyfile | 0 .../llm/llama.cpp/ggml/src/ggml-cann/acl_tensor.cpp | 0 .../llm/llama.cpp/ggml/src/ggml-cann/acl_tensor.h | 0 .../llm/llama.cpp/ggml/src/ggml-cann/aclnn_ops.cpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-cann/aclnn_ops.h | 0 ollama/llm/llama.cpp/ggml/src/ggml-cann/common.h | 0 .../ggml/src/ggml-cann/kernels/CMakeLists.txt | 0 .../ggml/src/ggml-cann/kernels/ascendc_kernels.h | 0 .../llama.cpp/ggml/src/ggml-cann/kernels/dup.cpp | 0 .../ggml/src/ggml-cann/kernels/get_row_f16.cpp | 0 .../ggml/src/ggml-cann/kernels/get_row_f32.cpp | 0 .../ggml/src/ggml-cann/kernels/get_row_q4_0.cpp | 0 .../ggml/src/ggml-cann/kernels/get_row_q8_0.cpp | 0 .../src/ggml-cann/kernels/quantize_f16_q8_0.cpp | 0 .../src/ggml-cann/kernels/quantize_f32_q8_0.cpp | 0 .../ggml-cann/kernels/quantize_float_to_q4_0.cpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-common.h | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/acc.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/acc.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/arange.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/arange.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/argsort.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/argsort.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/binbcast.cu | 0 .../llm/llama.cpp/ggml/src/ggml-cuda/binbcast.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/clamp.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/clamp.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/common.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/concat.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/concat.cuh | 0 .../ggml/src/ggml-cuda/conv-transpose-1d.cu | 0 .../ggml/src/ggml-cuda/conv-transpose-1d.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/convert.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/convert.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/cpy.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/cpy.cuh | 0 .../llm/llama.cpp/ggml/src/ggml-cuda/dequantize.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/diagmask.cu | 0 .../llm/llama.cpp/ggml/src/ggml-cuda/diagmask.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/dmmv.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/dmmv.cuh | 0 .../llama.cpp/ggml/src/ggml-cuda/fattn-common.cuh | 0 .../llama.cpp/ggml/src/ggml-cuda/fattn-tile-f16.cu | 0 .../llama.cpp/ggml/src/ggml-cuda/fattn-tile-f16.cuh | 0 .../llama.cpp/ggml/src/ggml-cuda/fattn-tile-f32.cu | 0 .../llama.cpp/ggml/src/ggml-cuda/fattn-tile-f32.cuh | 0 .../llama.cpp/ggml/src/ggml-cuda/fattn-vec-f16.cuh | 0 .../llama.cpp/ggml/src/ggml-cuda/fattn-vec-f32.cuh | 0 .../llama.cpp/ggml/src/ggml-cuda/fattn-wmma-f16.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/getrows.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/getrows.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/im2col.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/im2col.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/mma.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/mmq.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/mmq.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/mmvq.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/mmvq.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/norm.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/norm.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/pad.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/pad.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/pool2d.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/pool2d.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/quantize.cu | 0 .../llm/llama.cpp/ggml/src/ggml-cuda/quantize.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/rope.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/rope.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/scale.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/scale.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/softmax.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/softmax.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/sumrows.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/sumrows.cuh | 0 .../fattn-vec-f16-instance-hs128-f16-f16.cu | 0 .../fattn-vec-f16-instance-hs128-f16-q4_0.cu | 0 .../fattn-vec-f16-instance-hs128-f16-q4_1.cu | 0 .../fattn-vec-f16-instance-hs128-f16-q5_0.cu | 0 .../fattn-vec-f16-instance-hs128-f16-q5_1.cu | 0 .../fattn-vec-f16-instance-hs128-f16-q8_0.cu | 0 .../fattn-vec-f16-instance-hs128-q4_0-f16.cu | 0 .../fattn-vec-f16-instance-hs128-q4_0-q4_0.cu | 0 .../fattn-vec-f16-instance-hs128-q4_0-q4_1.cu | 0 .../fattn-vec-f16-instance-hs128-q4_0-q5_0.cu | 0 .../fattn-vec-f16-instance-hs128-q4_0-q5_1.cu | 0 .../fattn-vec-f16-instance-hs128-q4_0-q8_0.cu | 0 .../fattn-vec-f16-instance-hs128-q4_1-f16.cu | 0 .../fattn-vec-f16-instance-hs128-q4_1-q4_0.cu | 0 .../fattn-vec-f16-instance-hs128-q4_1-q4_1.cu | 0 .../fattn-vec-f16-instance-hs128-q4_1-q5_0.cu | 0 .../fattn-vec-f16-instance-hs128-q4_1-q5_1.cu | 0 .../fattn-vec-f16-instance-hs128-q4_1-q8_0.cu | 0 .../fattn-vec-f16-instance-hs128-q5_0-f16.cu | 0 .../fattn-vec-f16-instance-hs128-q5_0-q4_0.cu | 0 .../fattn-vec-f16-instance-hs128-q5_0-q4_1.cu | 0 .../fattn-vec-f16-instance-hs128-q5_0-q5_0.cu | 0 .../fattn-vec-f16-instance-hs128-q5_0-q5_1.cu | 0 .../fattn-vec-f16-instance-hs128-q5_0-q8_0.cu | 0 .../fattn-vec-f16-instance-hs128-q5_1-f16.cu | 0 .../fattn-vec-f16-instance-hs128-q5_1-q4_0.cu | 0 .../fattn-vec-f16-instance-hs128-q5_1-q4_1.cu | 0 .../fattn-vec-f16-instance-hs128-q5_1-q5_0.cu | 0 .../fattn-vec-f16-instance-hs128-q5_1-q5_1.cu | 0 .../fattn-vec-f16-instance-hs128-q5_1-q8_0.cu | 0 .../fattn-vec-f16-instance-hs128-q8_0-f16.cu | 0 .../fattn-vec-f16-instance-hs128-q8_0-q4_0.cu | 0 .../fattn-vec-f16-instance-hs128-q8_0-q4_1.cu | 0 .../fattn-vec-f16-instance-hs128-q8_0-q5_0.cu | 0 .../fattn-vec-f16-instance-hs128-q8_0-q5_1.cu | 0 .../fattn-vec-f16-instance-hs128-q8_0-q8_0.cu | 0 .../fattn-vec-f16-instance-hs256-f16-f16.cu | 0 .../fattn-vec-f16-instance-hs64-f16-f16.cu | 0 .../fattn-vec-f16-instance-hs64-f16-q4_0.cu | 0 .../fattn-vec-f16-instance-hs64-f16-q4_1.cu | 0 .../fattn-vec-f16-instance-hs64-f16-q5_0.cu | 0 .../fattn-vec-f16-instance-hs64-f16-q5_1.cu | 0 .../fattn-vec-f16-instance-hs64-f16-q8_0.cu | 0 .../fattn-vec-f32-instance-hs128-f16-f16.cu | 0 .../fattn-vec-f32-instance-hs128-f16-q4_0.cu | 0 .../fattn-vec-f32-instance-hs128-f16-q4_1.cu | 0 .../fattn-vec-f32-instance-hs128-f16-q5_0.cu | 0 .../fattn-vec-f32-instance-hs128-f16-q5_1.cu | 0 .../fattn-vec-f32-instance-hs128-f16-q8_0.cu | 0 .../fattn-vec-f32-instance-hs128-q4_0-f16.cu | 0 .../fattn-vec-f32-instance-hs128-q4_0-q4_0.cu | 0 .../fattn-vec-f32-instance-hs128-q4_0-q4_1.cu | 0 .../fattn-vec-f32-instance-hs128-q4_0-q5_0.cu | 0 .../fattn-vec-f32-instance-hs128-q4_0-q5_1.cu | 0 .../fattn-vec-f32-instance-hs128-q4_0-q8_0.cu | 0 .../fattn-vec-f32-instance-hs128-q4_1-f16.cu | 0 .../fattn-vec-f32-instance-hs128-q4_1-q4_0.cu | 0 .../fattn-vec-f32-instance-hs128-q4_1-q4_1.cu | 0 .../fattn-vec-f32-instance-hs128-q4_1-q5_0.cu | 0 .../fattn-vec-f32-instance-hs128-q4_1-q5_1.cu | 0 .../fattn-vec-f32-instance-hs128-q4_1-q8_0.cu | 0 .../fattn-vec-f32-instance-hs128-q5_0-f16.cu | 0 .../fattn-vec-f32-instance-hs128-q5_0-q4_0.cu | 0 .../fattn-vec-f32-instance-hs128-q5_0-q4_1.cu | 0 .../fattn-vec-f32-instance-hs128-q5_0-q5_0.cu | 0 .../fattn-vec-f32-instance-hs128-q5_0-q5_1.cu | 0 .../fattn-vec-f32-instance-hs128-q5_0-q8_0.cu | 0 .../fattn-vec-f32-instance-hs128-q5_1-f16.cu | 0 .../fattn-vec-f32-instance-hs128-q5_1-q4_0.cu | 0 .../fattn-vec-f32-instance-hs128-q5_1-q4_1.cu | 0 .../fattn-vec-f32-instance-hs128-q5_1-q5_0.cu | 0 .../fattn-vec-f32-instance-hs128-q5_1-q5_1.cu | 0 .../fattn-vec-f32-instance-hs128-q5_1-q8_0.cu | 0 .../fattn-vec-f32-instance-hs128-q8_0-f16.cu | 0 .../fattn-vec-f32-instance-hs128-q8_0-q4_0.cu | 0 .../fattn-vec-f32-instance-hs128-q8_0-q4_1.cu | 0 .../fattn-vec-f32-instance-hs128-q8_0-q5_0.cu | 0 .../fattn-vec-f32-instance-hs128-q8_0-q5_1.cu | 0 .../fattn-vec-f32-instance-hs128-q8_0-q8_0.cu | 0 .../fattn-vec-f32-instance-hs256-f16-f16.cu | 0 .../fattn-vec-f32-instance-hs64-f16-f16.cu | 0 .../fattn-vec-f32-instance-hs64-f16-q4_0.cu | 0 .../fattn-vec-f32-instance-hs64-f16-q4_1.cu | 0 .../fattn-vec-f32-instance-hs64-f16-q5_0.cu | 0 .../fattn-vec-f32-instance-hs64-f16-q5_1.cu | 0 .../fattn-vec-f32-instance-hs64-f16-q8_0.cu | 0 .../fattn-wmma-f16-instance-kqfloat-cpb16.cu | 0 .../fattn-wmma-f16-instance-kqfloat-cpb32.cu | 0 .../fattn-wmma-f16-instance-kqhalf-cpb16.cu | 0 .../fattn-wmma-f16-instance-kqhalf-cpb32.cu | 0 .../fattn-wmma-f16-instance-kqhalf-cpb8.cu | 0 .../template-instances/generate_cu_files.py | 0 .../template-instances/mmq-instance-iq1_s.cu | 0 .../template-instances/mmq-instance-iq2_s.cu | 0 .../template-instances/mmq-instance-iq2_xs.cu | 0 .../template-instances/mmq-instance-iq2_xxs.cu | 0 .../template-instances/mmq-instance-iq3_s.cu | 0 .../template-instances/mmq-instance-iq3_xxs.cu | 0 .../template-instances/mmq-instance-iq4_nl.cu | 0 .../template-instances/mmq-instance-iq4_xs.cu | 0 .../template-instances/mmq-instance-q2_k.cu | 0 .../template-instances/mmq-instance-q3_k.cu | 0 .../template-instances/mmq-instance-q4_0.cu | 0 .../template-instances/mmq-instance-q4_1.cu | 0 .../template-instances/mmq-instance-q4_k.cu | 0 .../template-instances/mmq-instance-q5_0.cu | 0 .../template-instances/mmq-instance-q5_1.cu | 0 .../template-instances/mmq-instance-q5_k.cu | 0 .../template-instances/mmq-instance-q6_k.cu | 0 .../template-instances/mmq-instance-q8_0.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/tsembd.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/tsembd.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/unary.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/unary.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/upscale.cu | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/upscale.cuh | 0 ollama/llm/llama.cpp/ggml/src/ggml-cuda/vecdotq.cuh | 0 .../llm/llama.cpp/ggml/src/ggml-cuda/vendors/cuda.h | 0 .../llm/llama.cpp/ggml/src/ggml-cuda/vendors/hip.h | 0 .../llm/llama.cpp/ggml/src/ggml-cuda/vendors/musa.h | 0 ollama/llm/llama.cpp/ggml/src/ggml-impl.h | 0 ollama/llm/llama.cpp/ggml/src/ggml-kompute.cpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-metal.m | 0 ollama/llm/llama.cpp/ggml/src/ggml-quants.c | 0 ollama/llm/llama.cpp/ggml/src/ggml-quants.h | 0 ollama/llm/llama.cpp/ggml/src/ggml-rpc.cpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl.cpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/backend.hpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/common.cpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/common.hpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/concat.cpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/concat.hpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/conv.cpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/conv.hpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/convert.cpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/convert.hpp | 0 .../llm/llama.cpp/ggml/src/ggml-sycl/dequantize.hpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/dmmv.cpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/dmmv.hpp | 0 .../llama.cpp/ggml/src/ggml-sycl/dpct/helper.hpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/mmq.cpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/mmq.hpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/mmvq.cpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/mmvq.hpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/norm.cpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/norm.hpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/presets.hpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/rope.cpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/rope.hpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/softmax.cpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/softmax.hpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/tsembd.cpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/tsembd.hpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-sycl/vecdotq.hpp | 0 ollama/llm/llama.cpp/ggml/src/ggml-vulkan.cpp | 0 ollama/llm/llama.cpp/ggml/src/ggml.c | 0 .../llama.cpp/ggml/src/kompute-shaders/common.comp | 0 .../llama.cpp/ggml/src/kompute-shaders/op_add.comp | 0 .../ggml/src/kompute-shaders/op_addrow.comp | 0 .../ggml/src/kompute-shaders/op_cpy_f16_f16.comp | 0 .../ggml/src/kompute-shaders/op_cpy_f16_f32.comp | 0 .../ggml/src/kompute-shaders/op_cpy_f32_f16.comp | 0 .../ggml/src/kompute-shaders/op_cpy_f32_f32.comp | 0 .../ggml/src/kompute-shaders/op_diagmask.comp | 0 .../llama.cpp/ggml/src/kompute-shaders/op_gelu.comp | 0 .../ggml/src/kompute-shaders/op_getrows.comp | 0 .../ggml/src/kompute-shaders/op_getrows_f16.comp | 0 .../ggml/src/kompute-shaders/op_getrows_f32.comp | 0 .../ggml/src/kompute-shaders/op_getrows_q4_0.comp | 0 .../ggml/src/kompute-shaders/op_getrows_q4_1.comp | 0 .../ggml/src/kompute-shaders/op_getrows_q6_k.comp | 0 .../llama.cpp/ggml/src/kompute-shaders/op_mul.comp | 0 .../ggml/src/kompute-shaders/op_mul_mat_f16.comp | 0 .../src/kompute-shaders/op_mul_mat_mat_f32.comp | 0 .../ggml/src/kompute-shaders/op_mul_mat_q4_0.comp | 0 .../ggml/src/kompute-shaders/op_mul_mat_q4_1.comp | 0 .../ggml/src/kompute-shaders/op_mul_mat_q6_k.comp | 0 .../ggml/src/kompute-shaders/op_mul_mat_q8_0.comp | 0 .../ggml/src/kompute-shaders/op_mul_mv_q_n.comp | 0 .../ggml/src/kompute-shaders/op_mul_mv_q_n_pre.comp | 0 .../llama.cpp/ggml/src/kompute-shaders/op_norm.comp | 0 .../llama.cpp/ggml/src/kompute-shaders/op_relu.comp | 0 .../ggml/src/kompute-shaders/op_rmsnorm.comp | 0 .../ggml/src/kompute-shaders/op_rope_f16.comp | 0 .../ggml/src/kompute-shaders/op_rope_f32.comp | 0 .../ggml/src/kompute-shaders/op_scale.comp | 0 .../ggml/src/kompute-shaders/op_scale_8.comp | 0 .../llama.cpp/ggml/src/kompute-shaders/op_silu.comp | 0 .../ggml/src/kompute-shaders/op_softmax.comp | 0 .../ggml/src/kompute-shaders/rope_common.comp | 0 ollama/llm/llama.cpp/ggml/src/llamafile/sgemm.cpp | 0 ollama/llm/llama.cpp/ggml/src/llamafile/sgemm.h | 0 .../ggml/src/vulkan-shaders/CMakeLists.txt | 0 .../llm/llama.cpp/ggml/src/vulkan-shaders/add.comp | 0 .../llama.cpp/ggml/src/vulkan-shaders/argsort.comp | 0 .../llama.cpp/ggml/src/vulkan-shaders/clamp.comp | 0 .../llama.cpp/ggml/src/vulkan-shaders/concat.comp | 0 .../llm/llama.cpp/ggml/src/vulkan-shaders/copy.comp | 0 .../ggml/src/vulkan-shaders/dequant_f32.comp | 0 .../ggml/src/vulkan-shaders/dequant_funcs.comp | 0 .../ggml/src/vulkan-shaders/dequant_head.comp | 0 .../ggml/src/vulkan-shaders/dequant_iq4_nl.comp | 0 .../ggml/src/vulkan-shaders/dequant_q2_k.comp | 0 .../ggml/src/vulkan-shaders/dequant_q3_k.comp | 0 .../ggml/src/vulkan-shaders/dequant_q4_0.comp | 0 .../ggml/src/vulkan-shaders/dequant_q4_1.comp | 0 .../ggml/src/vulkan-shaders/dequant_q4_k.comp | 0 .../ggml/src/vulkan-shaders/dequant_q5_0.comp | 0 .../ggml/src/vulkan-shaders/dequant_q5_1.comp | 0 .../ggml/src/vulkan-shaders/dequant_q5_k.comp | 0 .../ggml/src/vulkan-shaders/dequant_q6_k.comp | 0 .../ggml/src/vulkan-shaders/dequant_q8_0.comp | 0 .../ggml/src/vulkan-shaders/diag_mask_inf.comp | 0 .../llm/llama.cpp/ggml/src/vulkan-shaders/div.comp | 0 .../llm/llama.cpp/ggml/src/vulkan-shaders/gelu.comp | 0 .../ggml/src/vulkan-shaders/gelu_quick.comp | 0 .../src/vulkan-shaders/generic_binary_head.comp | 0 .../ggml/src/vulkan-shaders/generic_head.comp | 0 .../ggml/src/vulkan-shaders/generic_unary_head.comp | 0 .../llama.cpp/ggml/src/vulkan-shaders/get_rows.comp | 0 .../ggml/src/vulkan-shaders/get_rows_quant.comp | 0 .../ggml/src/vulkan-shaders/group_norm.comp | 0 .../llama.cpp/ggml/src/vulkan-shaders/im2col.comp | 0 .../ggml/src/vulkan-shaders/leaky_relu.comp | 0 .../llm/llama.cpp/ggml/src/vulkan-shaders/mul.comp | 0 .../src/vulkan-shaders/mul_mat_split_k_reduce.comp | 0 .../ggml/src/vulkan-shaders/mul_mat_vec.comp | 0 .../ggml/src/vulkan-shaders/mul_mat_vec_base.comp | 0 .../ggml/src/vulkan-shaders/mul_mat_vec_nc.comp | 0 .../ggml/src/vulkan-shaders/mul_mat_vec_p021.comp | 0 .../ggml/src/vulkan-shaders/mul_mat_vec_q2_k.comp | 0 .../ggml/src/vulkan-shaders/mul_mat_vec_q3_k.comp | 0 .../ggml/src/vulkan-shaders/mul_mat_vec_q4_k.comp | 0 .../ggml/src/vulkan-shaders/mul_mat_vec_q5_k.comp | 0 .../ggml/src/vulkan-shaders/mul_mat_vec_q6_k.comp | 0 .../llama.cpp/ggml/src/vulkan-shaders/mul_mm.comp | 0 .../llm/llama.cpp/ggml/src/vulkan-shaders/norm.comp | 0 .../llm/llama.cpp/ggml/src/vulkan-shaders/pad.comp | 0 .../llm/llama.cpp/ggml/src/vulkan-shaders/relu.comp | 0 .../llama.cpp/ggml/src/vulkan-shaders/rms_norm.comp | 0 .../ggml/src/vulkan-shaders/rope_head.comp | 0 .../ggml/src/vulkan-shaders/rope_neox.comp | 0 .../ggml/src/vulkan-shaders/rope_norm.comp | 0 .../llama.cpp/ggml/src/vulkan-shaders/scale.comp | 0 .../llm/llama.cpp/ggml/src/vulkan-shaders/silu.comp | 0 .../llama.cpp/ggml/src/vulkan-shaders/soft_max.comp | 0 .../llama.cpp/ggml/src/vulkan-shaders/square.comp | 0 .../llama.cpp/ggml/src/vulkan-shaders/sum_rows.comp | 0 .../llm/llama.cpp/ggml/src/vulkan-shaders/tanh.comp | 0 .../ggml/src/vulkan-shaders/timestep_embedding.comp | 0 .../llama.cpp/ggml/src/vulkan-shaders/types.comp | 0 .../llama.cpp/ggml/src/vulkan-shaders/upscale.comp | 0 .../ggml/src/vulkan-shaders/vulkan-shaders-gen.cpp | 0 ollama/llm/llama.cpp/gguf-py/LICENSE | 0 ollama/llm/llama.cpp/gguf-py/README.md | 0 ollama/llm/llama.cpp/gguf-py/examples/reader.py | 0 ollama/llm/llama.cpp/gguf-py/examples/writer.py | 0 ollama/llm/llama.cpp/gguf-py/gguf/__init__.py | 0 ollama/llm/llama.cpp/gguf-py/gguf/constants.py | 0 ollama/llm/llama.cpp/gguf-py/gguf/gguf.py | 0 ollama/llm/llama.cpp/gguf-py/gguf/gguf_reader.py | 0 ollama/llm/llama.cpp/gguf-py/gguf/gguf_writer.py | 0 ollama/llm/llama.cpp/gguf-py/gguf/lazy.py | 0 ollama/llm/llama.cpp/gguf-py/gguf/metadata.py | 0 ollama/llm/llama.cpp/gguf-py/gguf/py.typed | 0 ollama/llm/llama.cpp/gguf-py/gguf/quants.py | 0 ollama/llm/llama.cpp/gguf-py/gguf/tensor_mapping.py | 0 ollama/llm/llama.cpp/gguf-py/gguf/utility.py | 0 ollama/llm/llama.cpp/gguf-py/gguf/vocab.py | 0 ollama/llm/llama.cpp/gguf-py/pyproject.toml | 0 ollama/llm/llama.cpp/gguf-py/scripts/__init__.py | 0 .../gguf-py/scripts/gguf_convert_endian.py | 0 ollama/llm/llama.cpp/gguf-py/scripts/gguf_dump.py | 0 ollama/llm/llama.cpp/gguf-py/scripts/gguf_hash.py | 0 .../llama.cpp/gguf-py/scripts/gguf_new_metadata.py | 0 .../llama.cpp/gguf-py/scripts/gguf_set_metadata.py | 0 ollama/llm/llama.cpp/gguf-py/tests/__init__.py | 0 ollama/llm/llama.cpp/gguf-py/tests/test_metadata.py | 0 ollama/llm/llama.cpp/grammars/README.md | 0 ollama/llm/llama.cpp/grammars/arithmetic.gbnf | 0 ollama/llm/llama.cpp/grammars/c.gbnf | 0 ollama/llm/llama.cpp/grammars/chess.gbnf | 0 ollama/llm/llama.cpp/grammars/japanese.gbnf | 0 ollama/llm/llama.cpp/grammars/json.gbnf | 0 ollama/llm/llama.cpp/grammars/json_arr.gbnf | 0 ollama/llm/llama.cpp/grammars/list.gbnf | 0 ollama/llm/llama.cpp/include/llama.h | 0 ollama/llm/llama.cpp/media/llama-leader.jpeg | Bin ollama/llm/llama.cpp/media/llama0-banner.png | Bin ollama/llm/llama.cpp/media/llama0-logo.png | Bin ollama/llm/llama.cpp/media/llama1-banner.png | Bin ollama/llm/llama.cpp/media/llama1-logo.png | Bin ollama/llm/llama.cpp/media/matmul.png | Bin ollama/llm/llama.cpp/media/matmul.svg | 0 ollama/llm/llama.cpp/models/.editorconfig | 0 ollama/llm/llama.cpp/models/ggml-vocab-aquila.gguf | Bin .../llm/llama.cpp/models/ggml-vocab-baichuan.gguf | Bin .../llm/llama.cpp/models/ggml-vocab-bert-bge.gguf | Bin .../llama.cpp/models/ggml-vocab-bert-bge.gguf.inp | 0 .../llama.cpp/models/ggml-vocab-bert-bge.gguf.out | 0 .../llm/llama.cpp/models/ggml-vocab-command-r.gguf | Bin .../llama.cpp/models/ggml-vocab-command-r.gguf.inp | 0 .../llama.cpp/models/ggml-vocab-command-r.gguf.out | 0 .../llama.cpp/models/ggml-vocab-deepseek-coder.gguf | Bin .../models/ggml-vocab-deepseek-coder.gguf.inp | 0 .../models/ggml-vocab-deepseek-coder.gguf.out | 0 .../llama.cpp/models/ggml-vocab-deepseek-llm.gguf | Bin .../models/ggml-vocab-deepseek-llm.gguf.inp | 0 .../models/ggml-vocab-deepseek-llm.gguf.out | 0 ollama/llm/llama.cpp/models/ggml-vocab-falcon.gguf | Bin .../llm/llama.cpp/models/ggml-vocab-falcon.gguf.inp | 0 .../llm/llama.cpp/models/ggml-vocab-falcon.gguf.out | 0 ollama/llm/llama.cpp/models/ggml-vocab-gpt-2.gguf | Bin .../llm/llama.cpp/models/ggml-vocab-gpt-2.gguf.inp | 0 .../llm/llama.cpp/models/ggml-vocab-gpt-2.gguf.out | 0 .../llm/llama.cpp/models/ggml-vocab-gpt-neox.gguf | Bin .../llm/llama.cpp/models/ggml-vocab-llama-bpe.gguf | Bin .../llama.cpp/models/ggml-vocab-llama-bpe.gguf.inp | 0 .../llama.cpp/models/ggml-vocab-llama-bpe.gguf.out | 0 .../llm/llama.cpp/models/ggml-vocab-llama-spm.gguf | Bin .../llama.cpp/models/ggml-vocab-llama-spm.gguf.inp | 0 .../llama.cpp/models/ggml-vocab-llama-spm.gguf.out | 0 ollama/llm/llama.cpp/models/ggml-vocab-mpt.gguf | Bin ollama/llm/llama.cpp/models/ggml-vocab-mpt.gguf.inp | 0 ollama/llm/llama.cpp/models/ggml-vocab-mpt.gguf.out | 0 ollama/llm/llama.cpp/models/ggml-vocab-phi-3.gguf | Bin .../llm/llama.cpp/models/ggml-vocab-phi-3.gguf.inp | 0 .../llm/llama.cpp/models/ggml-vocab-phi-3.gguf.out | 0 ollama/llm/llama.cpp/models/ggml-vocab-qwen2.gguf | Bin .../llm/llama.cpp/models/ggml-vocab-qwen2.gguf.inp | 0 .../llm/llama.cpp/models/ggml-vocab-qwen2.gguf.out | 0 ollama/llm/llama.cpp/models/ggml-vocab-refact.gguf | Bin .../llm/llama.cpp/models/ggml-vocab-refact.gguf.inp | 0 .../llm/llama.cpp/models/ggml-vocab-refact.gguf.out | 0 .../llm/llama.cpp/models/ggml-vocab-starcoder.gguf | Bin .../llama.cpp/models/ggml-vocab-starcoder.gguf.inp | 0 .../llama.cpp/models/ggml-vocab-starcoder.gguf.out | 0 ollama/llm/llama.cpp/mypy.ini | 0 ollama/llm/llama.cpp/pocs/CMakeLists.txt | 0 ollama/llm/llama.cpp/pocs/vdot/CMakeLists.txt | 0 ollama/llm/llama.cpp/pocs/vdot/q8dot.cpp | 0 ollama/llm/llama.cpp/pocs/vdot/vdot.cpp | 0 ollama/llm/llama.cpp/poetry.lock | 0 ollama/llm/llama.cpp/prompts/LLM-questions.txt | 0 ollama/llm/llama.cpp/prompts/alpaca.txt | 0 ollama/llm/llama.cpp/prompts/assistant.txt | 0 ollama/llm/llama.cpp/prompts/chat-with-baichuan.txt | 0 ollama/llm/llama.cpp/prompts/chat-with-bob.txt | 0 ollama/llm/llama.cpp/prompts/chat-with-qwen.txt | 0 .../llm/llama.cpp/prompts/chat-with-vicuna-v0.txt | 0 .../llm/llama.cpp/prompts/chat-with-vicuna-v1.txt | 0 ollama/llm/llama.cpp/prompts/chat.txt | 0 ollama/llm/llama.cpp/prompts/dan-modified.txt | 0 ollama/llm/llama.cpp/prompts/dan.txt | 0 ollama/llm/llama.cpp/prompts/mnemonics.txt | 0 ollama/llm/llama.cpp/prompts/parallel-questions.txt | 0 ollama/llm/llama.cpp/prompts/reason-act.txt | 0 ollama/llm/llama.cpp/pyproject.toml | 0 ollama/llm/llama.cpp/pyrightconfig.json | 0 ollama/llm/llama.cpp/requirements.txt | 0 .../llm/llama.cpp/requirements/requirements-all.txt | 0 .../requirements-compare-llama-bench.txt | 0 .../requirements-convert_hf_to_gguf.txt | 0 .../requirements-convert_hf_to_gguf_update.txt | 0 .../requirements-convert_legacy_llama.txt | 0 .../requirements-convert_llama_ggml_to_gguf.txt | 0 .../requirements-convert_lora_to_gguf.txt | 0 .../requirements/requirements-pydantic.txt | 0 .../requirements-test-tokenizer-random.txt | 0 ollama/llm/llama.cpp/scripts/build-info.sh | 0 ollama/llm/llama.cpp/scripts/check-requirements.sh | 0 ollama/llm/llama.cpp/scripts/ci-run.sh | 0 ollama/llm/llama.cpp/scripts/compare-commits.sh | 0 ollama/llm/llama.cpp/scripts/compare-llama-bench.py | 0 ollama/llm/llama.cpp/scripts/debug-test.sh | 0 ollama/llm/llama.cpp/scripts/gen-authors.sh | 0 ollama/llm/llama.cpp/scripts/gen-unicode-data.py | 0 ollama/llm/llama.cpp/scripts/get-flags.mk | 0 ollama/llm/llama.cpp/scripts/get-hellaswag.sh | 0 ollama/llm/llama.cpp/scripts/get-pg.sh | 0 ollama/llm/llama.cpp/scripts/get-wikitext-103.sh | 0 ollama/llm/llama.cpp/scripts/get-wikitext-2.sh | 0 ollama/llm/llama.cpp/scripts/get-winogrande.sh | 0 ollama/llm/llama.cpp/scripts/hf.sh | 0 ollama/llm/llama.cpp/scripts/install-oneapi.bat | 0 ollama/llm/llama.cpp/scripts/pod-llama.sh | 0 ollama/llm/llama.cpp/scripts/qnt-all.sh | 0 ollama/llm/llama.cpp/scripts/run-all-perf.sh | 0 ollama/llm/llama.cpp/scripts/run-all-ppl.sh | 0 ollama/llm/llama.cpp/scripts/run-with-preset.py | 0 ollama/llm/llama.cpp/scripts/server-llm.sh | 0 ollama/llm/llama.cpp/scripts/sync-ggml-am.sh | 0 ollama/llm/llama.cpp/scripts/sync-ggml.last | 0 ollama/llm/llama.cpp/scripts/sync-ggml.sh | 0 .../llm/llama.cpp/scripts/verify-checksum-models.py | 0 ollama/llm/llama.cpp/scripts/xxd.cmake | 0 ollama/llm/llama.cpp/spm-headers/ggml-alloc.h | 0 ollama/llm/llama.cpp/spm-headers/ggml-backend.h | 0 ollama/llm/llama.cpp/spm-headers/ggml-metal.h | 0 ollama/llm/llama.cpp/spm-headers/ggml.h | 0 ollama/llm/llama.cpp/spm-headers/llama.h | 0 ollama/llm/llama.cpp/src/CMakeLists.txt | 0 ollama/llm/llama.cpp/src/llama-grammar.cpp | 0 ollama/llm/llama.cpp/src/llama-grammar.h | 0 ollama/llm/llama.cpp/src/llama-impl.h | 0 ollama/llm/llama.cpp/src/llama-sampling.cpp | 0 ollama/llm/llama.cpp/src/llama-sampling.h | 0 ollama/llm/llama.cpp/src/llama-vocab.cpp | 0 ollama/llm/llama.cpp/src/llama-vocab.h | 0 ollama/llm/llama.cpp/src/llama.cpp | 0 ollama/llm/llama.cpp/src/unicode-data.cpp | 0 ollama/llm/llama.cpp/src/unicode-data.h | 0 ollama/llm/llama.cpp/src/unicode.cpp | 0 ollama/llm/llama.cpp/src/unicode.h | 0 ollama/llm/llama.cpp/tests/.gitignore | 0 ollama/llm/llama.cpp/tests/CMakeLists.txt | 0 ollama/llm/llama.cpp/tests/get-model.cpp | 0 ollama/llm/llama.cpp/tests/get-model.h | 0 .../llama.cpp/tests/run-json-schema-to-grammar.mjs | 0 ollama/llm/llama.cpp/tests/test-autorelease.cpp | 0 ollama/llm/llama.cpp/tests/test-backend-ops.cpp | 0 ollama/llm/llama.cpp/tests/test-c.c | 0 ollama/llm/llama.cpp/tests/test-chat-template.cpp | 0 ollama/llm/llama.cpp/tests/test-double-float.cpp | 0 ollama/llm/llama.cpp/tests/test-grad0.cpp | 0 .../llama.cpp/tests/test-grammar-integration.cpp | 0 ollama/llm/llama.cpp/tests/test-grammar-parser.cpp | 0 .../llama.cpp/tests/test-json-schema-to-grammar.cpp | 0 ollama/llm/llama.cpp/tests/test-llama-grammar.cpp | 0 .../llm/llama.cpp/tests/test-model-load-cancel.cpp | 0 ollama/llm/llama.cpp/tests/test-opt.cpp | 0 ollama/llm/llama.cpp/tests/test-quantize-fns.cpp | 0 ollama/llm/llama.cpp/tests/test-quantize-perf.cpp | 0 ollama/llm/llama.cpp/tests/test-rope.cpp | 0 ollama/llm/llama.cpp/tests/test-sampling.cpp | 0 ollama/llm/llama.cpp/tests/test-tokenizer-0.cpp | 0 ollama/llm/llama.cpp/tests/test-tokenizer-0.py | 0 ollama/llm/llama.cpp/tests/test-tokenizer-0.sh | 0 ollama/llm/llama.cpp/tests/test-tokenizer-1-bpe.cpp | 0 ollama/llm/llama.cpp/tests/test-tokenizer-1-spm.cpp | 0 ollama/llm/llama.cpp/tests/test-tokenizer-random.py | 0 ollama/llm/llm.go | 0 ollama/llm/llm_darwin_amd64.go | 0 ollama/llm/llm_darwin_arm64.go | 0 ollama/llm/llm_linux.go | 0 ollama/llm/llm_windows.go | 0 ollama/llm/memory.go | 0 ollama/llm/memory_test.go | 0 ollama/llm/patches/01-load-progress.diff | 0 ollama/llm/patches/02-clip-log.diff | 0 ollama/llm/patches/03-load_exception.diff | 0 ollama/llm/patches/04-metal.diff | 0 ollama/llm/patches/05-default-pretokenizer.diff | 0 ollama/llm/patches/06-embeddings.diff | 0 ollama/llm/patches/07-clip-unicode.diff | 0 ollama/llm/patches/08-pooling.diff | 0 ollama/llm/patches/09-lora.diff | 0 ollama/llm/patches/11-phi3-sliding-window.diff | 0 ollama/llm/payload.go | 0 ollama/llm/server.go | 0 ollama/llm/status.go | 0 ollama/macapp/.eslintrc.json | 0 ollama/macapp/.gitignore | 0 ollama/macapp/README.md | 0 ollama/macapp/assets/icon.icns | Bin ollama/macapp/assets/iconDarkTemplate.png | Bin ollama/macapp/assets/iconDarkTemplate@2x.png | Bin ollama/macapp/assets/iconDarkUpdateTemplate.png | Bin ollama/macapp/assets/iconDarkUpdateTemplate@2x.png | Bin ollama/macapp/assets/iconTemplate.png | Bin ollama/macapp/assets/iconTemplate@2x.png | Bin ollama/macapp/assets/iconUpdateTemplate.png | Bin ollama/macapp/assets/iconUpdateTemplate@2x.png | Bin ollama/macapp/forge.config.ts | 0 ollama/macapp/package-lock.json | 0 ollama/macapp/package.json | 0 ollama/macapp/postcss.config.js | 0 ollama/macapp/src/app.css | 0 ollama/macapp/src/app.tsx | 0 ollama/macapp/src/declarations.d.ts | 0 ollama/macapp/src/index.html | 0 ollama/macapp/src/index.ts | 0 ollama/macapp/src/install.ts | 0 ollama/macapp/src/ollama.svg | 0 ollama/macapp/src/preload.ts | 0 ollama/macapp/src/renderer.tsx | 0 ollama/macapp/tailwind.config.js | 0 ollama/macapp/tsconfig.json | 0 ollama/macapp/webpack.main.config.ts | 0 ollama/macapp/webpack.plugins.ts | 0 ollama/macapp/webpack.renderer.config.ts | 0 ollama/macapp/webpack.rules.ts | 0 ollama/main.go | 0 ollama/openai/openai.go | 0 ollama/openai/openai_test.go | 0 ollama/parser/parser.go | 0 ollama/parser/parser_test.go | 0 ollama/progress/bar.go | 0 ollama/progress/progress.go | 0 ollama/progress/spinner.go | 0 ollama/readline/buffer.go | 0 ollama/readline/errors.go | 0 ollama/readline/history.go | 0 ollama/readline/readline.go | 0 ollama/readline/readline_unix.go | 0 ollama/readline/readline_windows.go | 0 ollama/readline/term.go | 0 ollama/readline/term_bsd.go | 0 ollama/readline/term_linux.go | 0 ollama/readline/term_windows.go | 0 ollama/readline/types.go | 0 ollama/scripts/build.sh | 0 ollama/scripts/build_darwin.sh | 0 ollama/scripts/build_docker.sh | 0 ollama/scripts/build_linux.sh | 0 ollama/scripts/build_remote.py | 0 ollama/scripts/build_windows.ps1 | 0 ollama/scripts/install.sh | 0 ollama/scripts/publish.sh | 0 ollama/scripts/push_docker.sh | 0 ollama/scripts/rh_linux_deps.sh | 0 ollama/scripts/tag_latest.sh | 0 ollama/server/auth.go | 0 ollama/server/download.go | 0 ollama/server/fixblobs.go | 0 ollama/server/fixblobs_test.go | 0 ollama/server/images.go | 0 ollama/server/layer.go | 0 ollama/server/manifest.go | 0 ollama/server/manifest_test.go | 0 ollama/server/model.go | 0 ollama/server/model_test.go | 0 ollama/server/modelpath.go | 0 ollama/server/modelpath_test.go | 0 ollama/server/prompt.go | 0 ollama/server/prompt_test.go | 0 ollama/server/routes.go | 0 ollama/server/routes_create_test.go | 0 ollama/server/routes_delete_test.go | 0 ollama/server/routes_generate_test.go | 0 ollama/server/routes_list_test.go | 0 ollama/server/routes_test.go | 0 ollama/server/sched.go | 0 ollama/server/sched_test.go | 0 ollama/server/sparse_common.go | 0 ollama/server/sparse_windows.go | 0 ollama/server/testdata/tools/command-r-plus.gotmpl | 0 ollama/server/testdata/tools/command-r-plus.out | 0 ollama/server/testdata/tools/firefunction.gotmpl | 0 ollama/server/testdata/tools/firefunction.out | 0 .../testdata/tools/llama3-groq-tool-use.gotmpl | 0 .../server/testdata/tools/llama3-groq-tool-use.out | 0 ollama/server/testdata/tools/messages.json | 0 ollama/server/testdata/tools/mistral.gotmpl | 0 ollama/server/testdata/tools/mistral.out | 0 ollama/server/testdata/tools/tools.json | 0 ollama/server/testdata/tools/xlam.gotmpl | 0 ollama/server/testdata/tools/xlam.out | 0 ollama/server/upload.go | 0 ollama/template/alfred.gotmpl | 0 ollama/template/alfred.json | 0 ollama/template/alpaca.gotmpl | 0 ollama/template/alpaca.json | 0 ollama/template/chatml.gotmpl | 0 ollama/template/chatml.json | 0 ollama/template/chatqa.gotmpl | 0 ollama/template/chatqa.json | 0 ollama/template/codellama-70b-instruct.gotmpl | 0 ollama/template/codellama-70b-instruct.json | 0 ollama/template/falcon-instruct.gotmpl | 0 ollama/template/falcon-instruct.json | 0 ollama/template/gemma-instruct.gotmpl | 0 ollama/template/gemma-instruct.json | 0 ollama/template/granite-instruct.gotmpl | 0 ollama/template/granite-instruct.json | 0 ollama/template/index.json | 0 ollama/template/llama2-chat.gotmpl | 0 ollama/template/llama2-chat.json | 0 ollama/template/llama3-instruct.gotmpl | 0 ollama/template/llama3-instruct.json | 0 ollama/template/magicoder.gotmpl | 0 ollama/template/magicoder.json | 0 ollama/template/mistral-instruct.gotmpl | 0 ollama/template/mistral-instruct.json | 0 ollama/template/openchat.gotmpl | 0 ollama/template/openchat.json | 0 ollama/template/phi-3.gotmpl | 0 ollama/template/phi-3.json | 0 ollama/template/solar-instruct.gotmpl | 0 ollama/template/solar-instruct.json | 0 ollama/template/starcoder2-instruct.gotmpl | 0 ollama/template/starcoder2-instruct.json | 0 ollama/template/template.go | 0 ollama/template/template_test.go | 0 .../alfred.gotmpl/system-user-assistant-user | 0 ollama/template/testdata/alfred.gotmpl/user | 0 .../testdata/alfred.gotmpl/user-assistant-user | 0 .../alpaca.gotmpl/system-user-assistant-user | 0 ollama/template/testdata/alpaca.gotmpl/user | 0 .../testdata/alpaca.gotmpl/user-assistant-user | 0 .../chatml.gotmpl/system-user-assistant-user | 0 ollama/template/testdata/chatml.gotmpl/user | 0 .../testdata/chatml.gotmpl/user-assistant-user | 0 .../chatqa.gotmpl/system-user-assistant-user | 0 ollama/template/testdata/chatqa.gotmpl/user | 0 .../testdata/chatqa.gotmpl/user-assistant-user | 0 .../system-user-assistant-user | 0 .../testdata/codellama-70b-instruct.gotmpl/user | 0 .../user-assistant-user | 0 .../system-user-assistant-user | 0 .../template/testdata/falcon-instruct.gotmpl/user | 0 .../falcon-instruct.gotmpl/user-assistant-user | 0 .../system-user-assistant-user | 0 ollama/template/testdata/gemma-instruct.gotmpl/user | 0 .../gemma-instruct.gotmpl/user-assistant-user | 0 .../system-user-assistant-user | 0 .../template/testdata/granite-instruct.gotmpl/user | 0 .../granite-instruct.gotmpl/user-assistant-user | 0 .../llama2-chat.gotmpl/system-user-assistant-user | 0 ollama/template/testdata/llama2-chat.gotmpl/user | 0 .../testdata/llama2-chat.gotmpl/user-assistant-user | 0 .../system-user-assistant-user | 0 .../template/testdata/llama3-instruct.gotmpl/user | 0 .../llama3-instruct.gotmpl/user-assistant-user | 0 .../magicoder.gotmpl/system-user-assistant-user | 0 ollama/template/testdata/magicoder.gotmpl/user | 0 .../testdata/magicoder.gotmpl/user-assistant-user | 0 .../system-user-assistant-user | 0 .../template/testdata/mistral-instruct.gotmpl/user | 0 .../mistral-instruct.gotmpl/user-assistant-user | 0 .../openchat.gotmpl/system-user-assistant-user | 0 ollama/template/testdata/openchat.gotmpl/user | 0 .../testdata/openchat.gotmpl/user-assistant-user | 0 .../phi-3.gotmpl/system-user-assistant-user | 0 ollama/template/testdata/phi-3.gotmpl/user | 0 .../testdata/phi-3.gotmpl/user-assistant-user | 0 .../system-user-assistant-user | 0 ollama/template/testdata/solar-instruct.gotmpl/user | 0 .../solar-instruct.gotmpl/user-assistant-user | 0 .../system-user-assistant-user | 0 .../testdata/starcoder2-instruct.gotmpl/user | 0 .../starcoder2-instruct.gotmpl/user-assistant-user | 0 ollama/template/testdata/templates.jsonl | 0 .../vicuna.gotmpl/system-user-assistant-user | 0 ollama/template/testdata/vicuna.gotmpl/user | 0 .../testdata/vicuna.gotmpl/user-assistant-user | 0 .../zephyr.gotmpl/system-user-assistant-user | 0 ollama/template/testdata/zephyr.gotmpl/user | 0 .../testdata/zephyr.gotmpl/user-assistant-user | 0 ollama/template/vicuna.gotmpl | 0 ollama/template/vicuna.json | 0 ollama/template/zephyr.gotmpl | 0 ollama/template/zephyr.json | 0 ollama/types/errtypes/errtypes.go | 0 ollama/types/model/name.go | 0 ollama/types/model/name_test.go | 0 .../model/testdata/fuzz/FuzzName/d37463aa416f6bab | 0 ollama/util/bufioutil/buffer_seeker.go | 0 ollama/util/bufioutil/buffer_seeker_test.go | 0 ollama/version/version.go | 2 +- 1401 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 ollama/.dockerignore mode change 100755 => 100644 ollama/.gitattributes mode change 100755 => 100644 ollama/.github/ISSUE_TEMPLATE/10_bug_report.yml mode change 100755 => 100644 ollama/.github/ISSUE_TEMPLATE/20_feature_request.md mode change 100755 => 100644 ollama/.github/ISSUE_TEMPLATE/30_model_request.md mode change 100755 => 100644 ollama/.github/ISSUE_TEMPLATE/config.yml mode change 100755 => 100644 ollama/.github/workflows/latest.yaml mode change 100755 => 100644 ollama/.github/workflows/release.yaml mode change 100755 => 100644 ollama/.github/workflows/test.yaml mode change 100755 => 100644 ollama/.gitignore mode change 100755 => 100644 ollama/.gitmodules mode change 100755 => 100644 ollama/.golangci.yaml mode change 100755 => 100644 ollama/.prettierrc.json mode change 100755 => 100644 ollama/Dockerfile mode change 100755 => 100644 ollama/LICENSE mode change 100755 => 100644 ollama/README.md mode change 100755 => 100644 ollama/SECURITY.md mode change 100755 => 100644 ollama/api/client.go mode change 100755 => 100644 ollama/api/client_test.go mode change 100755 => 100644 ollama/api/types.go mode change 100755 => 100644 ollama/api/types_test.go mode change 100755 => 100644 ollama/app/.gitignore mode change 100755 => 100644 ollama/app/README.md mode change 100755 => 100644 ollama/app/assets/app.ico mode change 100755 => 100644 ollama/app/assets/assets.go mode change 100755 => 100644 ollama/app/assets/setup.bmp mode change 100755 => 100644 ollama/app/assets/tray.ico mode change 100755 => 100644 ollama/app/assets/tray_upgrade.ico mode change 100755 => 100644 ollama/app/lifecycle/getstarted_nonwindows.go mode change 100755 => 100644 ollama/app/lifecycle/getstarted_windows.go mode change 100755 => 100644 ollama/app/lifecycle/lifecycle.go mode change 100755 => 100644 ollama/app/lifecycle/logging.go mode change 100755 => 100644 ollama/app/lifecycle/logging_nonwindows.go mode change 100755 => 100644 ollama/app/lifecycle/logging_test.go mode change 100755 => 100644 ollama/app/lifecycle/logging_windows.go mode change 100755 => 100644 ollama/app/lifecycle/paths.go mode change 100755 => 100644 ollama/app/lifecycle/server.go mode change 100755 => 100644 ollama/app/lifecycle/server_unix.go mode change 100755 => 100644 ollama/app/lifecycle/server_windows.go mode change 100755 => 100644 ollama/app/lifecycle/updater.go mode change 100755 => 100644 ollama/app/lifecycle/updater_nonwindows.go mode change 100755 => 100644 ollama/app/lifecycle/updater_windows.go mode change 100755 => 100644 ollama/app/main.go mode change 100755 => 100644 ollama/app/ollama.iss mode change 100755 => 100644 ollama/app/ollama.rc mode change 100755 => 100644 ollama/app/ollama_welcome.ps1 mode change 100755 => 100644 ollama/app/store/store.go mode change 100755 => 100644 ollama/app/store/store_darwin.go mode change 100755 => 100644 ollama/app/store/store_linux.go mode change 100755 => 100644 ollama/app/store/store_windows.go mode change 100755 => 100644 ollama/app/tray/commontray/types.go mode change 100755 => 100644 ollama/app/tray/tray.go mode change 100755 => 100644 ollama/app/tray/tray_nonwindows.go mode change 100755 => 100644 ollama/app/tray/tray_windows.go mode change 100755 => 100644 ollama/app/tray/wintray/eventloop.go mode change 100755 => 100644 ollama/app/tray/wintray/menus.go mode change 100755 => 100644 ollama/app/tray/wintray/messages.go mode change 100755 => 100644 ollama/app/tray/wintray/notifyicon.go mode change 100755 => 100644 ollama/app/tray/wintray/tray.go mode change 100755 => 100644 ollama/app/tray/wintray/w32api.go mode change 100755 => 100644 ollama/app/tray/wintray/winclass.go mode change 100755 => 100644 ollama/auth/auth.go mode change 100755 => 100644 ollama/cmd/cmd.go mode change 100755 => 100644 ollama/cmd/interactive.go mode change 100755 => 100644 ollama/cmd/interactive_test.go mode change 100755 => 100644 ollama/cmd/start.go mode change 100755 => 100644 ollama/cmd/start_darwin.go mode change 100755 => 100644 ollama/cmd/start_default.go mode change 100755 => 100644 ollama/cmd/start_windows.go mode change 100755 => 100644 ollama/convert/convert.go mode change 100755 => 100644 ollama/convert/convert_gemma.go mode change 100755 => 100644 ollama/convert/convert_llama.go mode change 100755 => 100644 ollama/convert/convert_mixtral.go mode change 100755 => 100644 ollama/convert/convert_test.go mode change 100755 => 100644 ollama/convert/fs.go mode change 100755 => 100644 ollama/convert/reader.go mode change 100755 => 100644 ollama/convert/reader_safetensors.go mode change 100755 => 100644 ollama/convert/reader_torch.go mode change 100755 => 100644 ollama/convert/sentencepiece/sentencepiece_model.pb.go mode change 100755 => 100644 ollama/convert/sentencepiece_model.proto mode change 100755 => 100644 ollama/convert/testdata/Meta-Llama-3-8B-Instruct.json mode change 100755 => 100644 ollama/convert/testdata/Mistral-7B-Instruct-v0.2.json mode change 100755 => 100644 ollama/convert/testdata/Mixtral-8x7B-Instruct-v0.1.json mode change 100755 => 100644 ollama/convert/testdata/gemma-2b-it.json mode change 100755 => 100644 ollama/convert/tokenizer.go mode change 100755 => 100644 ollama/convert/tokenizer_spm.go mode change 100755 => 100644 ollama/docs/README.md mode change 100755 => 100644 ollama/docs/api.md mode change 100755 => 100644 ollama/docs/development.md mode change 100755 => 100644 ollama/docs/docker.md mode change 100755 => 100644 ollama/docs/faq.md mode change 100755 => 100644 ollama/docs/gpu.md mode change 100755 => 100644 ollama/docs/import.md mode change 100755 => 100644 ollama/docs/linux.md mode change 100755 => 100644 ollama/docs/modelfile.md mode change 100755 => 100644 ollama/docs/openai.md mode change 100755 => 100644 ollama/docs/template.md mode change 100755 => 100644 ollama/docs/troubleshooting.md mode change 100755 => 100644 ollama/docs/tutorials.md mode change 100755 => 100644 ollama/docs/tutorials/fly-gpu.md mode change 100755 => 100644 ollama/docs/tutorials/langchainjs.md mode change 100755 => 100644 ollama/docs/tutorials/langchainpy.md mode change 100755 => 100644 ollama/docs/tutorials/nvidia-jetson.md mode change 100755 => 100644 ollama/docs/windows.md mode change 100755 => 100644 ollama/envconfig/config.go mode change 100755 => 100644 ollama/envconfig/config_test.go mode change 100755 => 100644 ollama/examples/.gitignore mode change 100755 => 100644 ollama/examples/README.md mode change 100755 => 100644 ollama/examples/flyio/.gitignore mode change 100755 => 100644 ollama/examples/flyio/README.md mode change 100755 => 100644 ollama/examples/go-chat/main.go mode change 100755 => 100644 ollama/examples/go-generate-streaming/main.go mode change 100755 => 100644 ollama/examples/go-generate/main.go mode change 100755 => 100644 ollama/examples/go-http-generate/main.go mode change 100755 => 100644 ollama/examples/go-multimodal/main.go mode change 100755 => 100644 ollama/examples/go-pull-progress/main.go mode change 100755 => 100644 ollama/examples/jupyter-notebook/README.md mode change 100755 => 100644 ollama/examples/jupyter-notebook/ollama.ipynb mode change 100755 => 100644 ollama/examples/kubernetes/README.md mode change 100755 => 100644 ollama/examples/kubernetes/cpu.yaml mode change 100755 => 100644 ollama/examples/kubernetes/gpu.yaml mode change 100755 => 100644 ollama/examples/langchain-python-rag-document/README.md mode change 100755 => 100644 ollama/examples/langchain-python-rag-document/main.py mode change 100755 => 100644 ollama/examples/langchain-python-rag-document/requirements.txt mode change 100755 => 100644 ollama/examples/langchain-python-rag-privategpt/.gitignore mode change 100755 => 100644 ollama/examples/langchain-python-rag-privategpt/LICENSE mode change 100755 => 100644 ollama/examples/langchain-python-rag-privategpt/README.md mode change 100755 => 100644 ollama/examples/langchain-python-rag-privategpt/constants.py mode change 100755 => 100644 ollama/examples/langchain-python-rag-privategpt/ingest.py mode change 100755 => 100644 ollama/examples/langchain-python-rag-privategpt/poetry.lock mode change 100755 => 100644 ollama/examples/langchain-python-rag-privategpt/privateGPT.py mode change 100755 => 100644 ollama/examples/langchain-python-rag-privategpt/pyproject.toml mode change 100755 => 100644 ollama/examples/langchain-python-rag-privategpt/requirements.txt mode change 100755 => 100644 ollama/examples/langchain-python-rag-websummary/README.md mode change 100755 => 100644 ollama/examples/langchain-python-rag-websummary/main.py mode change 100755 => 100644 ollama/examples/langchain-python-rag-websummary/requirements.txt mode change 100755 => 100644 ollama/examples/langchain-python-simple/README.md mode change 100755 => 100644 ollama/examples/langchain-python-simple/main.py mode change 100755 => 100644 ollama/examples/langchain-python-simple/requirements.txt mode change 100755 => 100644 ollama/examples/langchain-typescript-simple/README.md mode change 100755 => 100644 ollama/examples/langchain-typescript-simple/main.ts mode change 100755 => 100644 ollama/examples/langchain-typescript-simple/package-lock.json mode change 100755 => 100644 ollama/examples/langchain-typescript-simple/package.json mode change 100755 => 100644 ollama/examples/modelfile-mario/Modelfile mode change 100755 => 100644 ollama/examples/modelfile-mario/logo.png mode change 100755 => 100644 ollama/examples/modelfile-mario/readme.md mode change 100755 => 100644 ollama/examples/python-dockerit/Modelfile mode change 100755 => 100644 ollama/examples/python-dockerit/README.md mode change 100755 => 100644 ollama/examples/python-dockerit/dockerit.py mode change 100755 => 100644 ollama/examples/python-dockerit/requirements.txt mode change 100755 => 100644 ollama/examples/python-json-datagenerator/predefinedschema.py mode change 100755 => 100644 ollama/examples/python-json-datagenerator/randomaddresses.py mode change 100755 => 100644 ollama/examples/python-json-datagenerator/readme.md mode change 100755 => 100644 ollama/examples/python-json-datagenerator/requirements.txt mode change 100755 => 100644 ollama/examples/python-loganalysis/Modelfile mode change 100755 => 100644 ollama/examples/python-loganalysis/loganalysis.py mode change 100755 => 100644 ollama/examples/python-loganalysis/logtest.logfile mode change 100755 => 100644 ollama/examples/python-loganalysis/readme.md mode change 100755 => 100644 ollama/examples/python-loganalysis/requirements.txt mode change 100755 => 100644 ollama/examples/python-rag-newssummary/README.md mode change 100755 => 100644 ollama/examples/python-rag-newssummary/requirements.txt mode change 100755 => 100644 ollama/examples/python-rag-newssummary/summ.py mode change 100755 => 100644 ollama/examples/python-rag-newssummary/utils.py mode change 100755 => 100644 ollama/examples/python-simplechat/client.py mode change 100755 => 100644 ollama/examples/python-simplechat/readme.md mode change 100755 => 100644 ollama/examples/python-simplechat/requirements.txt mode change 100755 => 100644 ollama/examples/python-simplegenerate/README.md mode change 100755 => 100644 ollama/examples/python-simplegenerate/client.py mode change 100755 => 100644 ollama/examples/python-simplegenerate/requirements.txt mode change 100755 => 100644 ollama/examples/typescript-functioncalling/extractemail.ts mode change 100755 => 100644 ollama/examples/typescript-functioncalling/extractwp.ts mode change 100755 => 100644 ollama/examples/typescript-functioncalling/info.txt mode change 100755 => 100644 ollama/examples/typescript-functioncalling/package-lock.json mode change 100755 => 100644 ollama/examples/typescript-functioncalling/package.json mode change 100755 => 100644 ollama/examples/typescript-functioncalling/readme.md mode change 100755 => 100644 ollama/examples/typescript-functioncalling/wp.txt mode change 100755 => 100644 ollama/examples/typescript-mentors/.gitignore mode change 100755 => 100644 ollama/examples/typescript-mentors/README.md mode change 100755 => 100644 ollama/examples/typescript-mentors/character-generator.ts mode change 100755 => 100644 ollama/examples/typescript-mentors/mentors.ts mode change 100755 => 100644 ollama/examples/typescript-mentors/package.json mode change 100755 => 100644 ollama/examples/typescript-simplechat/client.ts mode change 100755 => 100644 ollama/examples/typescript-simplechat/package.json mode change 100755 => 100644 ollama/examples/typescript-simplechat/readme.md mode change 100755 => 100644 ollama/format/bytes.go mode change 100755 => 100644 ollama/format/format.go mode change 100755 => 100644 ollama/format/format_test.go mode change 100755 => 100644 ollama/format/time.go mode change 100755 => 100644 ollama/format/time_test.go mode change 100755 => 100644 ollama/go.mod mode change 100755 => 100644 ollama/go.sum mode change 100755 => 100644 ollama/gpu/amd_common.go mode change 100755 => 100644 ollama/gpu/amd_hip_windows.go mode change 100755 => 100644 ollama/gpu/amd_linux.go mode change 100755 => 100644 ollama/gpu/amd_windows.go mode change 100755 => 100644 ollama/gpu/assets.go mode change 100755 => 100644 ollama/gpu/cpu_common.go mode change 100755 => 100644 ollama/gpu/cuda_common.go mode change 100755 => 100644 ollama/gpu/gpu.go mode change 100755 => 100644 ollama/gpu/gpu_darwin.go mode change 100755 => 100644 ollama/gpu/gpu_info.h mode change 100755 => 100644 ollama/gpu/gpu_info_cudart.c mode change 100755 => 100644 ollama/gpu/gpu_info_cudart.h mode change 100755 => 100644 ollama/gpu/gpu_info_darwin.h mode change 100755 => 100644 ollama/gpu/gpu_info_darwin.m mode change 100755 => 100644 ollama/gpu/gpu_info_nvcuda.c mode change 100755 => 100644 ollama/gpu/gpu_info_nvcuda.h mode change 100755 => 100644 ollama/gpu/gpu_info_nvml.c mode change 100755 => 100644 ollama/gpu/gpu_info_nvml.h mode change 100755 => 100644 ollama/gpu/gpu_info_oneapi.c mode change 100755 => 100644 ollama/gpu/gpu_info_oneapi.h mode change 100755 => 100644 ollama/gpu/gpu_linux.go mode change 100755 => 100644 ollama/gpu/gpu_oneapi.go mode change 100755 => 100644 ollama/gpu/gpu_test.go mode change 100755 => 100644 ollama/gpu/gpu_windows.go mode change 100755 => 100644 ollama/gpu/types.go mode change 100755 => 100644 ollama/integration/README.md mode change 100755 => 100644 ollama/integration/basic_test.go mode change 100755 => 100644 ollama/integration/concurrency_test.go mode change 100755 => 100644 ollama/integration/context_test.go mode change 100755 => 100644 ollama/integration/embed_test.go mode change 100755 => 100644 ollama/integration/llm_image_test.go mode change 100755 => 100644 ollama/integration/llm_test.go mode change 100755 => 100644 ollama/integration/max_queue_test.go mode change 100755 => 100644 ollama/integration/utils_test.go mode change 100755 => 100644 ollama/llm/ext_server/CMakeLists.txt mode change 100755 => 100644 ollama/llm/ext_server/httplib.h mode change 100755 => 100644 ollama/llm/ext_server/json.hpp mode change 100755 => 100644 ollama/llm/ext_server/server.cpp mode change 100755 => 100644 ollama/llm/ext_server/utils.hpp mode change 100755 => 100644 ollama/llm/filetype.go mode change 100755 => 100644 ollama/llm/generate/gen_common.sh mode change 100755 => 100644 ollama/llm/generate/gen_darwin.sh mode change 100755 => 100644 ollama/llm/generate/gen_linux.sh mode change 100755 => 100644 ollama/llm/generate/gen_windows.ps1 mode change 100755 => 100644 ollama/llm/generate/generate_darwin.go mode change 100755 => 100644 ollama/llm/generate/generate_linux.go mode change 100755 => 100644 ollama/llm/generate/generate_windows.go mode change 100755 => 100644 ollama/llm/ggla.go mode change 100755 => 100644 ollama/llm/ggml.go mode change 100755 => 100644 ollama/llm/ggml_test.go mode change 100755 => 100644 ollama/llm/gguf.go mode change 100755 => 100644 ollama/llm/llama.cpp/.clang-tidy mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/cloud-v-pipeline mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/full-cuda.Dockerfile mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/full-rocm.Dockerfile mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/full.Dockerfile mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/llama-cli-cuda.Dockerfile mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/llama-cli-intel.Dockerfile mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/llama-cli-rocm.Dockerfile mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/llama-cli-vulkan.Dockerfile mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/llama-cli.Dockerfile mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/llama-cpp-cuda.srpm.spec mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/llama-cpp.srpm.spec mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/llama-server-cuda.Dockerfile mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/llama-server-intel.Dockerfile mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/llama-server-rocm.Dockerfile mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/llama-server-vulkan.Dockerfile mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/llama-server.Dockerfile mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/nix/apps.nix mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/nix/devshells.nix mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/nix/docker.nix mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/nix/jetson-support.nix mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/nix/nixpkgs-instances.nix mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/nix/package.nix mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/nix/scope.nix mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/nix/sif.nix mode change 100755 => 100644 ollama/llm/llama.cpp/.devops/tools.sh mode change 100755 => 100644 ollama/llm/llama.cpp/.dockerignore mode change 100755 => 100644 ollama/llm/llama.cpp/.ecrc mode change 100755 => 100644 ollama/llm/llama.cpp/.editorconfig mode change 100755 => 100644 ollama/llm/llama.cpp/.flake8 mode change 100755 => 100644 ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/01-bug-low.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/02-bug-medium.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/03-bug-high.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/04-bug-critical.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/05-enhancement.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/06-research.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/07-refactor.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/config.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/labeler.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/pull_request_template.md mode change 100755 => 100644 ollama/llm/llama.cpp/.github/workflows/bench.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/workflows/build.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/workflows/close-issue.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/workflows/docker.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/workflows/editorconfig.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/workflows/gguf-publish.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/workflows/labeler.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/workflows/nix-ci-aarch64.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/workflows/nix-ci.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/workflows/nix-flake-update.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/workflows/nix-publish-flake.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/workflows/python-check-requirements.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/workflows/python-lint.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/workflows/python-type-check.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.github/workflows/server.yml mode change 100755 => 100644 ollama/llm/llama.cpp/.gitignore mode change 100755 => 100644 ollama/llm/llama.cpp/.gitmodules mode change 100755 => 100644 ollama/llm/llama.cpp/.pre-commit-config.yaml mode change 100755 => 100644 ollama/llm/llama.cpp/AUTHORS mode change 100755 => 100644 ollama/llm/llama.cpp/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/CMakePresets.json mode change 100755 => 100644 ollama/llm/llama.cpp/CONTRIBUTING.md mode change 100755 => 100644 ollama/llm/llama.cpp/LICENSE mode change 100755 => 100644 ollama/llm/llama.cpp/Makefile mode change 100755 => 100644 ollama/llm/llama.cpp/Package.swift mode change 100755 => 100644 ollama/llm/llama.cpp/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/SECURITY.md mode change 100755 => 100644 ollama/llm/llama.cpp/ci/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/ci/run.sh mode change 100755 => 100644 ollama/llm/llama.cpp/cmake/arm64-windows-llvm.cmake mode change 100755 => 100644 ollama/llm/llama.cpp/cmake/arm64-windows-msvc.cmake mode change 100755 => 100644 ollama/llm/llama.cpp/cmake/build-info.cmake mode change 100755 => 100644 ollama/llm/llama.cpp/cmake/git-vars.cmake mode change 100755 => 100644 ollama/llm/llama.cpp/cmake/llama-config.cmake.in mode change 100755 => 100644 ollama/llm/llama.cpp/cmake/llama.pc.in mode change 100755 => 100644 ollama/llm/llama.cpp/common/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/common/base64.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/common/build-info.cpp.in mode change 100755 => 100644 ollama/llm/llama.cpp/common/common.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/common/common.h mode change 100755 => 100644 ollama/llm/llama.cpp/common/console.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/common/console.h mode change 100755 => 100644 ollama/llm/llama.cpp/common/grammar-parser.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/common/grammar-parser.h mode change 100755 => 100644 ollama/llm/llama.cpp/common/json-schema-to-grammar.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/common/json-schema-to-grammar.h mode change 100755 => 100644 ollama/llm/llama.cpp/common/json.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/common/log.h mode change 100755 => 100644 ollama/llm/llama.cpp/common/ngram-cache.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/common/ngram-cache.h mode change 100755 => 100644 ollama/llm/llama.cpp/common/sampling.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/common/sampling.h mode change 100755 => 100644 ollama/llm/llama.cpp/common/stb_image.h mode change 100755 => 100644 ollama/llm/llama.cpp/common/train.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/common/train.h mode change 100755 => 100644 ollama/llm/llama.cpp/convert_hf_to_gguf.py mode change 100755 => 100644 ollama/llm/llama.cpp/convert_hf_to_gguf_update.py mode change 100755 => 100644 ollama/llm/llama.cpp/convert_llama_ggml_to_gguf.py mode change 100755 => 100644 ollama/llm/llama.cpp/convert_lora_to_gguf.py mode change 100755 => 100644 ollama/llm/llama.cpp/docs/android.md mode change 100755 => 100644 ollama/llm/llama.cpp/docs/backend/BLIS.md mode change 100755 => 100644 ollama/llm/llama.cpp/docs/backend/SYCL.md mode change 100755 => 100644 ollama/llm/llama.cpp/docs/build.md mode change 100755 => 100644 ollama/llm/llama.cpp/docs/development/HOWTO-add-model.md mode change 100755 => 100644 ollama/llm/llama.cpp/docs/development/debugging-tests.md mode change 100755 => 100644 ollama/llm/llama.cpp/docs/development/llama-star/idea-arch.key mode change 100755 => 100644 ollama/llm/llama.cpp/docs/development/llama-star/idea-arch.pdf mode change 100755 => 100644 ollama/llm/llama.cpp/docs/development/token_generation_performance_tips.md mode change 100755 => 100644 ollama/llm/llama.cpp/docs/docker.md mode change 100755 => 100644 ollama/llm/llama.cpp/docs/install.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/Miku.sh mode change 100755 => 100644 ollama/llm/llama.cpp/examples/baby-llama/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/baby-llama/baby-llama.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/base-translate.sh mode change 100755 => 100644 ollama/llm/llama.cpp/examples/batched-bench/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/batched-bench/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/batched-bench/batched-bench.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/batched.swift/.gitignore mode change 100755 => 100644 ollama/llm/llama.cpp/examples/batched.swift/Makefile mode change 100755 => 100644 ollama/llm/llama.cpp/examples/batched.swift/Package.swift mode change 100755 => 100644 ollama/llm/llama.cpp/examples/batched.swift/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/batched.swift/Sources/main.swift mode change 100755 => 100644 ollama/llm/llama.cpp/examples/batched/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/batched/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/batched/batched.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/benchmark/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/benchmark/benchmark-matmult.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/chat-13B.bat mode change 100755 => 100644 ollama/llm/llama.cpp/examples/chat-13B.sh mode change 100755 => 100644 ollama/llm/llama.cpp/examples/chat-persistent.sh mode change 100755 => 100644 ollama/llm/llama.cpp/examples/chat-vicuna.sh mode change 100755 => 100644 ollama/llm/llama.cpp/examples/chat.sh mode change 100755 => 100644 ollama/llm/llama.cpp/examples/convert-llama2c-to-ggml/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/convert-llama2c-to-ggml/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/convert_legacy_llama.py mode change 100755 => 100644 ollama/llm/llama.cpp/examples/cvector-generator/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/cvector-generator/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/cvector-generator/completions.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/cvector-generator/cvector-generator.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/cvector-generator/mean.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/cvector-generator/negative.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/cvector-generator/pca.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/cvector-generator/positive.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/deprecation-warning/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/deprecation-warning/deprecation-warning.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/embedding/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/embedding/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/embedding/embedding.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/eval-callback/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/eval-callback/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/eval-callback/eval-callback.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/export-lora/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/export-lora/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/export-lora/export-lora.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gbnf-validator/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gbnf-validator/gbnf-validator.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gguf-hash/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gguf-hash/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gguf-hash/deps/rotate-bits/package.json mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gguf-hash/deps/rotate-bits/rotate-bits.h mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gguf-hash/deps/sha1/package.json mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gguf-hash/deps/sha1/sha1.c mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gguf-hash/deps/sha1/sha1.h mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gguf-hash/deps/sha256/package.json mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gguf-hash/deps/sha256/sha256.c mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gguf-hash/deps/sha256/sha256.h mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gguf-hash/deps/xxhash/clib.json mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gguf-hash/deps/xxhash/xxhash.c mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gguf-hash/deps/xxhash/xxhash.h mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gguf-hash/gguf-hash.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gguf-split/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gguf-split/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gguf-split/gguf-split.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gguf-split/tests.sh mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gguf/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gguf/gguf.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gritlm/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gritlm/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/gritlm/gritlm.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/imatrix/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/imatrix/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/imatrix/imatrix.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/infill/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/infill/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/infill/infill.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/jeopardy/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/jeopardy/graph.py mode change 100755 => 100644 ollama/llm/llama.cpp/examples/jeopardy/jeopardy.sh mode change 100755 => 100644 ollama/llm/llama.cpp/examples/jeopardy/qasheet.csv mode change 100755 => 100644 ollama/llm/llama.cpp/examples/jeopardy/questions.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/json_schema_pydantic_example.py mode change 100755 => 100644 ollama/llm/llama.cpp/examples/json_schema_to_grammar.py mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama-bench/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama-bench/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama-bench/llama-bench.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/.gitignore mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/.gitignore mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/build.gradle.kts mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/proguard-rules.pro mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/AndroidManifest.xml mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/Downloadable.kt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/MainActivity.kt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/MainViewModel.kt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/ui/theme/Color.kt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/ui/theme/Theme.kt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/ui/theme/Type.kt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/drawable/ic_launcher_background.xml mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/drawable/ic_launcher_foreground.xml mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-anydpi/ic_launcher.xml mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-hdpi/ic_launcher.webp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-mdpi/ic_launcher.webp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/values/colors.xml mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/values/strings.xml mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/values/themes.xml mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/xml/backup_rules.xml mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/xml/data_extraction_rules.xml mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/build.gradle.kts mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/gradle.properties mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/gradle/wrapper/gradle-wrapper.jar mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/gradle/wrapper/gradle-wrapper.properties mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/gradlew mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/llama/.gitignore mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/llama/build.gradle.kts mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/llama/consumer-rules.pro mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/llama/proguard-rules.pro mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/llama/src/androidTest/java/android/llama/cpp/ExampleInstrumentedTest.kt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/llama/src/main/AndroidManifest.xml mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/llama/src/main/cpp/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/llama/src/main/cpp/llama-android.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/llama/src/main/java/android/llama/cpp/LLamaAndroid.kt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/llama/src/test/java/android/llama/cpp/ExampleUnitTest.kt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.android/settings.gradle.kts mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.swiftui/.gitignore mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.swiftui/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.swiftui/llama.cpp.swift/LibLlama.swift mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui.xcodeproj/project.pbxproj mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui.xcodeproj/project.xcworkspace/contents.xcworkspacedata mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/Assets.xcassets/AppIcon.appiconset/Contents.json mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/Assets.xcassets/Contents.json mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/Models/LlamaState.swift mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/Resources/models/.gitignore mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/UI/ContentView.swift mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/UI/DownloadButton.swift mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/UI/InputButton.swift mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/UI/LoadCustomButton.swift mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/llama_swiftuiApp.swift mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llama.vim mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llava/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llava/MobileVLM-README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llava/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llava/android/adb_run.sh mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llava/android/build_64.sh mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llava/clip.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llava/clip.h mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llava/convert_image_encoder_to_gguf.py mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llava/llava-cli.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llava/llava.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llava/llava.h mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llava/llava_surgery.py mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llava/llava_surgery_v2.py mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llava/requirements.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/llm.vim mode change 100755 => 100644 ollama/llm/llama.cpp/examples/lookahead/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/lookahead/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/lookahead/lookahead.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/lookup/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/lookup/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/lookup/lookup-create.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/lookup/lookup-merge.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/lookup/lookup-stats.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/lookup/lookup.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/main-cmake-pkg/.gitignore mode change 100755 => 100644 ollama/llm/llama.cpp/examples/main-cmake-pkg/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/main-cmake-pkg/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/main/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/main/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/main/main.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/parallel/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/parallel/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/parallel/parallel.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/passkey/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/passkey/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/passkey/passkey.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/perplexity/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/perplexity/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/perplexity/perplexity.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/pydantic_models_to_grammar.py mode change 100755 => 100644 ollama/llm/llama.cpp/examples/pydantic_models_to_grammar_examples.py mode change 100755 => 100644 ollama/llm/llama.cpp/examples/quantize-stats/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/quantize-stats/quantize-stats.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/quantize/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/quantize/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/quantize/quantize.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/quantize/tests.sh mode change 100755 => 100644 ollama/llm/llama.cpp/examples/reason-act.sh mode change 100755 => 100644 ollama/llm/llama.cpp/examples/regex_to_grammar.py mode change 100755 => 100644 ollama/llm/llama.cpp/examples/retrieval/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/retrieval/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/retrieval/retrieval.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/rpc/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/rpc/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/rpc/rpc-server.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/save-load-state/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/save-load-state/save-load-state.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server-llama2-13B.sh mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/bench/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/bench/bench.py mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/bench/prometheus.yml mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/bench/requirements.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/bench/script.js mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/chat-llama2.sh mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/chat.mjs mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/chat.sh mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/deps.sh mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/httplib.h mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public/colorthemes.css mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public/completion.js mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public/favicon.ico mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public/index-new.html mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public/index.html mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public/index.js mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public/json-schema-to-grammar.mjs mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public/prompt-formats.js mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public/style.css mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public/system-prompts.js mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public/theme-beeninorder.css mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public/theme-ketivah.css mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public/theme-mangotango.css mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public/theme-playground.css mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public/theme-polarnight.css mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public/theme-snowstorm.css mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public_simplechat/datautils.mjs mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public_simplechat/index.html mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public_simplechat/readme.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public_simplechat/simplechat.css mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public_simplechat/simplechat.js mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public_simplechat/simplechat_screens.webp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/public_simplechat/ui.mjs mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/server.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/tests/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/tests/features/embeddings.feature mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/tests/features/environment.py mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/tests/features/issues.feature mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/tests/features/lora.feature mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/tests/features/parallel.feature mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/tests/features/passkey.feature mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/tests/features/results.feature mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/tests/features/security.feature mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/tests/features/server.feature mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/tests/features/slotsave.feature mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/tests/features/steps/steps.py mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/tests/features/wrong_usages.feature mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/tests/requirements.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/tests/tests.sh mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/themes/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/themes/buttons-top/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/themes/buttons-top/buttons_top.png mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/themes/buttons-top/favicon.ico mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/themes/buttons-top/index.html mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/themes/wild/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/themes/wild/favicon.ico mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/themes/wild/index.html mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/themes/wild/llama_cpp.png mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/themes/wild/llamapattern.png mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/themes/wild/wild.png mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server/utils.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/server_embd.py mode change 100755 => 100644 ollama/llm/llama.cpp/examples/simple/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/simple/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/simple/simple.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/speculative/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/speculative/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/speculative/speculative.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/sycl/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/sycl/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/examples/sycl/build.sh mode change 100755 => 100644 ollama/llm/llama.cpp/examples/sycl/ls-sycl-device.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/sycl/run-llama2.sh mode change 100755 => 100644 ollama/llm/llama.cpp/examples/sycl/win-build-sycl.bat mode change 100755 => 100644 ollama/llm/llama.cpp/examples/sycl/win-run-llama2.bat mode change 100755 => 100644 ollama/llm/llama.cpp/examples/tokenize/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/examples/tokenize/tokenize.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/examples/ts-type-to-grammar.sh mode change 100755 => 100644 ollama/llm/llama.cpp/flake.lock mode change 100755 => 100644 ollama/llm/llama.cpp/flake.nix mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/.gitignore mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/cmake/FindSIMD.cmake mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/include/ggml-alloc.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/include/ggml-backend.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/include/ggml-blas.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/include/ggml-cann.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/include/ggml-cuda.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/include/ggml-kompute.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/include/ggml-metal.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/include/ggml-rpc.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/include/ggml-sycl.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/include/ggml-vulkan.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/include/ggml.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-aarch64.c mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-aarch64.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-alloc.c mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-backend-impl.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-backend.c mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-blas.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cann.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cann/.clang-format mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cann/Doxyfile mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cann/acl_tensor.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cann/acl_tensor.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cann/aclnn_ops.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cann/aclnn_ops.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cann/common.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/ascendc_kernels.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/dup.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/get_row_f16.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/get_row_f32.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/get_row_q4_0.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/get_row_q8_0.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/quantize_f16_q8_0.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/quantize_f32_q8_0.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/quantize_float_to_q4_0.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-common.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/acc.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/acc.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/arange.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/arange.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/argsort.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/argsort.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/binbcast.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/binbcast.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/clamp.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/clamp.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/common.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/concat.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/concat.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/conv-transpose-1d.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/conv-transpose-1d.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/convert.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/convert.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/cpy.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/cpy.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/dequantize.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/diagmask.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/diagmask.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/dmmv.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/dmmv.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-common.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-tile-f16.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-tile-f16.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-tile-f32.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-tile-f32.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-vec-f16.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-vec-f32.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-wmma-f16.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/getrows.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/getrows.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/im2col.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/im2col.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/mma.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/mmq.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/mmq.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/mmvq.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/mmvq.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/norm.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/norm.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/pad.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/pad.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/pool2d.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/pool2d.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/quantize.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/quantize.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/rope.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/rope.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/scale.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/scale.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/softmax.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/softmax.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/sumrows.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/sumrows.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-f16.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q4_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q4_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q5_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q5_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q8_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-f16.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q4_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q4_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q5_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q5_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q8_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-f16.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q4_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q4_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q5_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q5_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q8_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-f16.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q4_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q4_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q5_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q5_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q8_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-f16.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q4_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q4_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q5_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q5_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q8_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-f16.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q4_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q4_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q5_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q5_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q8_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs256-f16-f16.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-f16.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q4_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q4_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q5_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q5_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q8_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-f16.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q4_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q4_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q5_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q5_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q8_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-f16.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q4_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q4_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q5_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q5_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q8_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-f16.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q4_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q4_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q5_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q5_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q8_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-f16.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q4_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q4_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q5_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q5_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q8_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-f16.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q4_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q4_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q5_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q5_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q8_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-f16.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q4_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q4_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q5_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q5_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q8_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs256-f16-f16.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-f16.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q4_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q4_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q5_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q5_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q8_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-wmma-f16-instance-kqfloat-cpb16.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-wmma-f16-instance-kqfloat-cpb32.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-wmma-f16-instance-kqhalf-cpb16.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-wmma-f16-instance-kqhalf-cpb32.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-wmma-f16-instance-kqhalf-cpb8.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/generate_cu_files.py mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq1_s.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_s.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_xs.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_xxs.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq3_s.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq3_xxs.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq4_nl.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq4_xs.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q2_k.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q3_k.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_k.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_1.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_k.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q6_k.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q8_0.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/tsembd.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/tsembd.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/unary.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/unary.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/upscale.cu mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/upscale.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/vecdotq.cuh mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/vendors/cuda.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/vendors/hip.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-cuda/vendors/musa.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-impl.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-kompute.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-metal.m mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-quants.c mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-quants.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-rpc.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/backend.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/common.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/common.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/concat.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/concat.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/conv.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/conv.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/convert.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/convert.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/dequantize.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/dmmv.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/dmmv.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/dpct/helper.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/mmq.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/mmq.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/mmvq.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/mmvq.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/norm.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/norm.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/presets.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/rope.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/rope.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/softmax.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/softmax.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/tsembd.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/tsembd.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-sycl/vecdotq.hpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml-vulkan.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/ggml.c mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/common.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_add.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_addrow.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_cpy_f16_f16.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_cpy_f16_f32.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_cpy_f32_f16.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_cpy_f32_f32.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_diagmask.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_gelu.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_getrows.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_getrows_f16.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_getrows_f32.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_getrows_q4_0.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_getrows_q4_1.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_getrows_q6_k.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mat_f16.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mat_mat_f32.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mat_q4_0.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mat_q4_1.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mat_q6_k.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mat_q8_0.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mv_q_n.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mv_q_n_pre.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_norm.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_relu.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_rmsnorm.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_rope_f16.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_rope_f32.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_scale.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_scale_8.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_silu.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_softmax.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/kompute-shaders/rope_common.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/llamafile/sgemm.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/llamafile/sgemm.h mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/add.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/argsort.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/clamp.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/concat.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/copy.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_f32.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_funcs.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_head.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_iq4_nl.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q2_k.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q3_k.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q4_0.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q4_1.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q4_k.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q5_0.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q5_1.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q5_k.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q6_k.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q8_0.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/diag_mask_inf.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/div.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/gelu.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/gelu_quick.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/generic_binary_head.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/generic_head.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/generic_unary_head.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/get_rows.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/get_rows_quant.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/group_norm.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/im2col.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/leaky_relu.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_split_k_reduce.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_base.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_nc.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_p021.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_q2_k.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_q3_k.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_q4_k.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_q5_k.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_q6_k.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mm.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/norm.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/pad.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/relu.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/rms_norm.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/rope_head.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/rope_neox.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/rope_norm.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/scale.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/silu.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/soft_max.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/square.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/sum_rows.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/tanh.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/timestep_embedding.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/types.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/upscale.comp mode change 100755 => 100644 ollama/llm/llama.cpp/ggml/src/vulkan-shaders/vulkan-shaders-gen.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/LICENSE mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/examples/reader.py mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/examples/writer.py mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/gguf/__init__.py mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/gguf/constants.py mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/gguf/gguf.py mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/gguf/gguf_reader.py mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/gguf/gguf_writer.py mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/gguf/lazy.py mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/gguf/metadata.py mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/gguf/py.typed mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/gguf/quants.py mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/gguf/tensor_mapping.py mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/gguf/utility.py mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/gguf/vocab.py mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/pyproject.toml mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/scripts/__init__.py mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/scripts/gguf_convert_endian.py mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/scripts/gguf_dump.py mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/scripts/gguf_hash.py mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/scripts/gguf_new_metadata.py mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/scripts/gguf_set_metadata.py mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/tests/__init__.py mode change 100755 => 100644 ollama/llm/llama.cpp/gguf-py/tests/test_metadata.py mode change 100755 => 100644 ollama/llm/llama.cpp/grammars/README.md mode change 100755 => 100644 ollama/llm/llama.cpp/grammars/arithmetic.gbnf mode change 100755 => 100644 ollama/llm/llama.cpp/grammars/c.gbnf mode change 100755 => 100644 ollama/llm/llama.cpp/grammars/chess.gbnf mode change 100755 => 100644 ollama/llm/llama.cpp/grammars/japanese.gbnf mode change 100755 => 100644 ollama/llm/llama.cpp/grammars/json.gbnf mode change 100755 => 100644 ollama/llm/llama.cpp/grammars/json_arr.gbnf mode change 100755 => 100644 ollama/llm/llama.cpp/grammars/list.gbnf mode change 100755 => 100644 ollama/llm/llama.cpp/include/llama.h mode change 100755 => 100644 ollama/llm/llama.cpp/media/llama-leader.jpeg mode change 100755 => 100644 ollama/llm/llama.cpp/media/llama0-banner.png mode change 100755 => 100644 ollama/llm/llama.cpp/media/llama0-logo.png mode change 100755 => 100644 ollama/llm/llama.cpp/media/llama1-banner.png mode change 100755 => 100644 ollama/llm/llama.cpp/media/llama1-logo.png mode change 100755 => 100644 ollama/llm/llama.cpp/media/matmul.png mode change 100755 => 100644 ollama/llm/llama.cpp/media/matmul.svg mode change 100755 => 100644 ollama/llm/llama.cpp/models/.editorconfig mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-aquila.gguf mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-baichuan.gguf mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-bert-bge.gguf mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-bert-bge.gguf.inp mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-bert-bge.gguf.out mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-command-r.gguf mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-command-r.gguf.inp mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-command-r.gguf.out mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-deepseek-coder.gguf mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-deepseek-coder.gguf.inp mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-deepseek-coder.gguf.out mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-deepseek-llm.gguf mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-deepseek-llm.gguf.inp mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-deepseek-llm.gguf.out mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-falcon.gguf mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-falcon.gguf.inp mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-falcon.gguf.out mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-gpt-2.gguf mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-gpt-2.gguf.inp mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-gpt-2.gguf.out mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-gpt-neox.gguf mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-llama-bpe.gguf mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-llama-bpe.gguf.inp mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-llama-bpe.gguf.out mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-llama-spm.gguf mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-llama-spm.gguf.inp mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-llama-spm.gguf.out mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-mpt.gguf mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-mpt.gguf.inp mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-mpt.gguf.out mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-phi-3.gguf mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-phi-3.gguf.inp mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-phi-3.gguf.out mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-qwen2.gguf mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-qwen2.gguf.inp mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-qwen2.gguf.out mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-refact.gguf mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-refact.gguf.inp mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-refact.gguf.out mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-starcoder.gguf mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-starcoder.gguf.inp mode change 100755 => 100644 ollama/llm/llama.cpp/models/ggml-vocab-starcoder.gguf.out mode change 100755 => 100644 ollama/llm/llama.cpp/mypy.ini mode change 100755 => 100644 ollama/llm/llama.cpp/pocs/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/pocs/vdot/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/pocs/vdot/q8dot.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/pocs/vdot/vdot.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/poetry.lock mode change 100755 => 100644 ollama/llm/llama.cpp/prompts/LLM-questions.txt mode change 100755 => 100644 ollama/llm/llama.cpp/prompts/alpaca.txt mode change 100755 => 100644 ollama/llm/llama.cpp/prompts/assistant.txt mode change 100755 => 100644 ollama/llm/llama.cpp/prompts/chat-with-baichuan.txt mode change 100755 => 100644 ollama/llm/llama.cpp/prompts/chat-with-bob.txt mode change 100755 => 100644 ollama/llm/llama.cpp/prompts/chat-with-qwen.txt mode change 100755 => 100644 ollama/llm/llama.cpp/prompts/chat-with-vicuna-v0.txt mode change 100755 => 100644 ollama/llm/llama.cpp/prompts/chat-with-vicuna-v1.txt mode change 100755 => 100644 ollama/llm/llama.cpp/prompts/chat.txt mode change 100755 => 100644 ollama/llm/llama.cpp/prompts/dan-modified.txt mode change 100755 => 100644 ollama/llm/llama.cpp/prompts/dan.txt mode change 100755 => 100644 ollama/llm/llama.cpp/prompts/mnemonics.txt mode change 100755 => 100644 ollama/llm/llama.cpp/prompts/parallel-questions.txt mode change 100755 => 100644 ollama/llm/llama.cpp/prompts/reason-act.txt mode change 100755 => 100644 ollama/llm/llama.cpp/pyproject.toml mode change 100755 => 100644 ollama/llm/llama.cpp/pyrightconfig.json mode change 100755 => 100644 ollama/llm/llama.cpp/requirements.txt mode change 100755 => 100644 ollama/llm/llama.cpp/requirements/requirements-all.txt mode change 100755 => 100644 ollama/llm/llama.cpp/requirements/requirements-compare-llama-bench.txt mode change 100755 => 100644 ollama/llm/llama.cpp/requirements/requirements-convert_hf_to_gguf.txt mode change 100755 => 100644 ollama/llm/llama.cpp/requirements/requirements-convert_hf_to_gguf_update.txt mode change 100755 => 100644 ollama/llm/llama.cpp/requirements/requirements-convert_legacy_llama.txt mode change 100755 => 100644 ollama/llm/llama.cpp/requirements/requirements-convert_llama_ggml_to_gguf.txt mode change 100755 => 100644 ollama/llm/llama.cpp/requirements/requirements-convert_lora_to_gguf.txt mode change 100755 => 100644 ollama/llm/llama.cpp/requirements/requirements-pydantic.txt mode change 100755 => 100644 ollama/llm/llama.cpp/requirements/requirements-test-tokenizer-random.txt mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/build-info.sh mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/check-requirements.sh mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/ci-run.sh mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/compare-commits.sh mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/compare-llama-bench.py mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/debug-test.sh mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/gen-authors.sh mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/gen-unicode-data.py mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/get-flags.mk mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/get-hellaswag.sh mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/get-pg.sh mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/get-wikitext-103.sh mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/get-wikitext-2.sh mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/get-winogrande.sh mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/hf.sh mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/install-oneapi.bat mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/pod-llama.sh mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/qnt-all.sh mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/run-all-perf.sh mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/run-all-ppl.sh mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/run-with-preset.py mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/server-llm.sh mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/sync-ggml-am.sh mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/sync-ggml.last mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/sync-ggml.sh mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/verify-checksum-models.py mode change 100755 => 100644 ollama/llm/llama.cpp/scripts/xxd.cmake mode change 100755 => 100644 ollama/llm/llama.cpp/spm-headers/ggml-alloc.h mode change 100755 => 100644 ollama/llm/llama.cpp/spm-headers/ggml-backend.h mode change 100755 => 100644 ollama/llm/llama.cpp/spm-headers/ggml-metal.h mode change 100755 => 100644 ollama/llm/llama.cpp/spm-headers/ggml.h mode change 100755 => 100644 ollama/llm/llama.cpp/spm-headers/llama.h mode change 100755 => 100644 ollama/llm/llama.cpp/src/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/src/llama-grammar.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/src/llama-grammar.h mode change 100755 => 100644 ollama/llm/llama.cpp/src/llama-impl.h mode change 100755 => 100644 ollama/llm/llama.cpp/src/llama-sampling.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/src/llama-sampling.h mode change 100755 => 100644 ollama/llm/llama.cpp/src/llama-vocab.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/src/llama-vocab.h mode change 100755 => 100644 ollama/llm/llama.cpp/src/llama.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/src/unicode-data.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/src/unicode-data.h mode change 100755 => 100644 ollama/llm/llama.cpp/src/unicode.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/src/unicode.h mode change 100755 => 100644 ollama/llm/llama.cpp/tests/.gitignore mode change 100755 => 100644 ollama/llm/llama.cpp/tests/CMakeLists.txt mode change 100755 => 100644 ollama/llm/llama.cpp/tests/get-model.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/tests/get-model.h mode change 100755 => 100644 ollama/llm/llama.cpp/tests/run-json-schema-to-grammar.mjs mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-autorelease.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-backend-ops.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-c.c mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-chat-template.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-double-float.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-grad0.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-grammar-integration.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-grammar-parser.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-json-schema-to-grammar.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-llama-grammar.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-model-load-cancel.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-opt.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-quantize-fns.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-quantize-perf.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-rope.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-sampling.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-tokenizer-0.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-tokenizer-0.py mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-tokenizer-0.sh mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-tokenizer-1-bpe.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-tokenizer-1-spm.cpp mode change 100755 => 100644 ollama/llm/llama.cpp/tests/test-tokenizer-random.py mode change 100755 => 100644 ollama/llm/llm.go mode change 100755 => 100644 ollama/llm/llm_darwin_amd64.go mode change 100755 => 100644 ollama/llm/llm_darwin_arm64.go mode change 100755 => 100644 ollama/llm/llm_linux.go mode change 100755 => 100644 ollama/llm/llm_windows.go mode change 100755 => 100644 ollama/llm/memory.go mode change 100755 => 100644 ollama/llm/memory_test.go mode change 100755 => 100644 ollama/llm/patches/01-load-progress.diff mode change 100755 => 100644 ollama/llm/patches/02-clip-log.diff mode change 100755 => 100644 ollama/llm/patches/03-load_exception.diff mode change 100755 => 100644 ollama/llm/patches/04-metal.diff mode change 100755 => 100644 ollama/llm/patches/05-default-pretokenizer.diff mode change 100755 => 100644 ollama/llm/patches/06-embeddings.diff mode change 100755 => 100644 ollama/llm/patches/07-clip-unicode.diff mode change 100755 => 100644 ollama/llm/patches/08-pooling.diff mode change 100755 => 100644 ollama/llm/patches/09-lora.diff mode change 100755 => 100644 ollama/llm/patches/11-phi3-sliding-window.diff mode change 100755 => 100644 ollama/llm/payload.go mode change 100755 => 100644 ollama/llm/server.go mode change 100755 => 100644 ollama/llm/status.go mode change 100755 => 100644 ollama/macapp/.eslintrc.json mode change 100755 => 100644 ollama/macapp/.gitignore mode change 100755 => 100644 ollama/macapp/README.md mode change 100755 => 100644 ollama/macapp/assets/icon.icns mode change 100755 => 100644 ollama/macapp/assets/iconDarkTemplate.png mode change 100755 => 100644 ollama/macapp/assets/iconDarkTemplate@2x.png mode change 100755 => 100644 ollama/macapp/assets/iconDarkUpdateTemplate.png mode change 100755 => 100644 ollama/macapp/assets/iconDarkUpdateTemplate@2x.png mode change 100755 => 100644 ollama/macapp/assets/iconTemplate.png mode change 100755 => 100644 ollama/macapp/assets/iconTemplate@2x.png mode change 100755 => 100644 ollama/macapp/assets/iconUpdateTemplate.png mode change 100755 => 100644 ollama/macapp/assets/iconUpdateTemplate@2x.png mode change 100755 => 100644 ollama/macapp/forge.config.ts mode change 100755 => 100644 ollama/macapp/package-lock.json mode change 100755 => 100644 ollama/macapp/package.json mode change 100755 => 100644 ollama/macapp/postcss.config.js mode change 100755 => 100644 ollama/macapp/src/app.css mode change 100755 => 100644 ollama/macapp/src/app.tsx mode change 100755 => 100644 ollama/macapp/src/declarations.d.ts mode change 100755 => 100644 ollama/macapp/src/index.html mode change 100755 => 100644 ollama/macapp/src/index.ts mode change 100755 => 100644 ollama/macapp/src/install.ts mode change 100755 => 100644 ollama/macapp/src/ollama.svg mode change 100755 => 100644 ollama/macapp/src/preload.ts mode change 100755 => 100644 ollama/macapp/src/renderer.tsx mode change 100755 => 100644 ollama/macapp/tailwind.config.js mode change 100755 => 100644 ollama/macapp/tsconfig.json mode change 100755 => 100644 ollama/macapp/webpack.main.config.ts mode change 100755 => 100644 ollama/macapp/webpack.plugins.ts mode change 100755 => 100644 ollama/macapp/webpack.renderer.config.ts mode change 100755 => 100644 ollama/macapp/webpack.rules.ts mode change 100755 => 100644 ollama/main.go mode change 100755 => 100644 ollama/openai/openai.go mode change 100755 => 100644 ollama/openai/openai_test.go mode change 100755 => 100644 ollama/parser/parser.go mode change 100755 => 100644 ollama/parser/parser_test.go mode change 100755 => 100644 ollama/progress/bar.go mode change 100755 => 100644 ollama/progress/progress.go mode change 100755 => 100644 ollama/progress/spinner.go mode change 100755 => 100644 ollama/readline/buffer.go mode change 100755 => 100644 ollama/readline/errors.go mode change 100755 => 100644 ollama/readline/history.go mode change 100755 => 100644 ollama/readline/readline.go mode change 100755 => 100644 ollama/readline/readline_unix.go mode change 100755 => 100644 ollama/readline/readline_windows.go mode change 100755 => 100644 ollama/readline/term.go mode change 100755 => 100644 ollama/readline/term_bsd.go mode change 100755 => 100644 ollama/readline/term_linux.go mode change 100755 => 100644 ollama/readline/term_windows.go mode change 100755 => 100644 ollama/readline/types.go mode change 100755 => 100644 ollama/scripts/build.sh mode change 100755 => 100644 ollama/scripts/build_darwin.sh mode change 100755 => 100644 ollama/scripts/build_docker.sh mode change 100755 => 100644 ollama/scripts/build_linux.sh mode change 100755 => 100644 ollama/scripts/build_remote.py mode change 100755 => 100644 ollama/scripts/build_windows.ps1 mode change 100755 => 100644 ollama/scripts/install.sh mode change 100755 => 100644 ollama/scripts/publish.sh mode change 100755 => 100644 ollama/scripts/push_docker.sh mode change 100755 => 100644 ollama/scripts/rh_linux_deps.sh mode change 100755 => 100644 ollama/scripts/tag_latest.sh mode change 100755 => 100644 ollama/server/auth.go mode change 100755 => 100644 ollama/server/download.go mode change 100755 => 100644 ollama/server/fixblobs.go mode change 100755 => 100644 ollama/server/fixblobs_test.go mode change 100755 => 100644 ollama/server/images.go mode change 100755 => 100644 ollama/server/layer.go mode change 100755 => 100644 ollama/server/manifest.go mode change 100755 => 100644 ollama/server/manifest_test.go mode change 100755 => 100644 ollama/server/model.go mode change 100755 => 100644 ollama/server/model_test.go mode change 100755 => 100644 ollama/server/modelpath.go mode change 100755 => 100644 ollama/server/modelpath_test.go mode change 100755 => 100644 ollama/server/prompt.go mode change 100755 => 100644 ollama/server/prompt_test.go mode change 100755 => 100644 ollama/server/routes.go mode change 100755 => 100644 ollama/server/routes_create_test.go mode change 100755 => 100644 ollama/server/routes_delete_test.go mode change 100755 => 100644 ollama/server/routes_generate_test.go mode change 100755 => 100644 ollama/server/routes_list_test.go mode change 100755 => 100644 ollama/server/routes_test.go mode change 100755 => 100644 ollama/server/sched.go mode change 100755 => 100644 ollama/server/sched_test.go mode change 100755 => 100644 ollama/server/sparse_common.go mode change 100755 => 100644 ollama/server/sparse_windows.go mode change 100755 => 100644 ollama/server/testdata/tools/command-r-plus.gotmpl mode change 100755 => 100644 ollama/server/testdata/tools/command-r-plus.out mode change 100755 => 100644 ollama/server/testdata/tools/firefunction.gotmpl mode change 100755 => 100644 ollama/server/testdata/tools/firefunction.out mode change 100755 => 100644 ollama/server/testdata/tools/llama3-groq-tool-use.gotmpl mode change 100755 => 100644 ollama/server/testdata/tools/llama3-groq-tool-use.out mode change 100755 => 100644 ollama/server/testdata/tools/messages.json mode change 100755 => 100644 ollama/server/testdata/tools/mistral.gotmpl mode change 100755 => 100644 ollama/server/testdata/tools/mistral.out mode change 100755 => 100644 ollama/server/testdata/tools/tools.json mode change 100755 => 100644 ollama/server/testdata/tools/xlam.gotmpl mode change 100755 => 100644 ollama/server/testdata/tools/xlam.out mode change 100755 => 100644 ollama/server/upload.go mode change 100755 => 100644 ollama/template/alfred.gotmpl mode change 100755 => 100644 ollama/template/alfred.json mode change 100755 => 100644 ollama/template/alpaca.gotmpl mode change 100755 => 100644 ollama/template/alpaca.json mode change 100755 => 100644 ollama/template/chatml.gotmpl mode change 100755 => 100644 ollama/template/chatml.json mode change 100755 => 100644 ollama/template/chatqa.gotmpl mode change 100755 => 100644 ollama/template/chatqa.json mode change 100755 => 100644 ollama/template/codellama-70b-instruct.gotmpl mode change 100755 => 100644 ollama/template/codellama-70b-instruct.json mode change 100755 => 100644 ollama/template/falcon-instruct.gotmpl mode change 100755 => 100644 ollama/template/falcon-instruct.json mode change 100755 => 100644 ollama/template/gemma-instruct.gotmpl mode change 100755 => 100644 ollama/template/gemma-instruct.json mode change 100755 => 100644 ollama/template/granite-instruct.gotmpl mode change 100755 => 100644 ollama/template/granite-instruct.json mode change 100755 => 100644 ollama/template/index.json mode change 100755 => 100644 ollama/template/llama2-chat.gotmpl mode change 100755 => 100644 ollama/template/llama2-chat.json mode change 100755 => 100644 ollama/template/llama3-instruct.gotmpl mode change 100755 => 100644 ollama/template/llama3-instruct.json mode change 100755 => 100644 ollama/template/magicoder.gotmpl mode change 100755 => 100644 ollama/template/magicoder.json mode change 100755 => 100644 ollama/template/mistral-instruct.gotmpl mode change 100755 => 100644 ollama/template/mistral-instruct.json mode change 100755 => 100644 ollama/template/openchat.gotmpl mode change 100755 => 100644 ollama/template/openchat.json mode change 100755 => 100644 ollama/template/phi-3.gotmpl mode change 100755 => 100644 ollama/template/phi-3.json mode change 100755 => 100644 ollama/template/solar-instruct.gotmpl mode change 100755 => 100644 ollama/template/solar-instruct.json mode change 100755 => 100644 ollama/template/starcoder2-instruct.gotmpl mode change 100755 => 100644 ollama/template/starcoder2-instruct.json mode change 100755 => 100644 ollama/template/template.go mode change 100755 => 100644 ollama/template/template_test.go mode change 100755 => 100644 ollama/template/testdata/alfred.gotmpl/system-user-assistant-user mode change 100755 => 100644 ollama/template/testdata/alfred.gotmpl/user mode change 100755 => 100644 ollama/template/testdata/alfred.gotmpl/user-assistant-user mode change 100755 => 100644 ollama/template/testdata/alpaca.gotmpl/system-user-assistant-user mode change 100755 => 100644 ollama/template/testdata/alpaca.gotmpl/user mode change 100755 => 100644 ollama/template/testdata/alpaca.gotmpl/user-assistant-user mode change 100755 => 100644 ollama/template/testdata/chatml.gotmpl/system-user-assistant-user mode change 100755 => 100644 ollama/template/testdata/chatml.gotmpl/user mode change 100755 => 100644 ollama/template/testdata/chatml.gotmpl/user-assistant-user mode change 100755 => 100644 ollama/template/testdata/chatqa.gotmpl/system-user-assistant-user mode change 100755 => 100644 ollama/template/testdata/chatqa.gotmpl/user mode change 100755 => 100644 ollama/template/testdata/chatqa.gotmpl/user-assistant-user mode change 100755 => 100644 ollama/template/testdata/codellama-70b-instruct.gotmpl/system-user-assistant-user mode change 100755 => 100644 ollama/template/testdata/codellama-70b-instruct.gotmpl/user mode change 100755 => 100644 ollama/template/testdata/codellama-70b-instruct.gotmpl/user-assistant-user mode change 100755 => 100644 ollama/template/testdata/falcon-instruct.gotmpl/system-user-assistant-user mode change 100755 => 100644 ollama/template/testdata/falcon-instruct.gotmpl/user mode change 100755 => 100644 ollama/template/testdata/falcon-instruct.gotmpl/user-assistant-user mode change 100755 => 100644 ollama/template/testdata/gemma-instruct.gotmpl/system-user-assistant-user mode change 100755 => 100644 ollama/template/testdata/gemma-instruct.gotmpl/user mode change 100755 => 100644 ollama/template/testdata/gemma-instruct.gotmpl/user-assistant-user mode change 100755 => 100644 ollama/template/testdata/granite-instruct.gotmpl/system-user-assistant-user mode change 100755 => 100644 ollama/template/testdata/granite-instruct.gotmpl/user mode change 100755 => 100644 ollama/template/testdata/granite-instruct.gotmpl/user-assistant-user mode change 100755 => 100644 ollama/template/testdata/llama2-chat.gotmpl/system-user-assistant-user mode change 100755 => 100644 ollama/template/testdata/llama2-chat.gotmpl/user mode change 100755 => 100644 ollama/template/testdata/llama2-chat.gotmpl/user-assistant-user mode change 100755 => 100644 ollama/template/testdata/llama3-instruct.gotmpl/system-user-assistant-user mode change 100755 => 100644 ollama/template/testdata/llama3-instruct.gotmpl/user mode change 100755 => 100644 ollama/template/testdata/llama3-instruct.gotmpl/user-assistant-user mode change 100755 => 100644 ollama/template/testdata/magicoder.gotmpl/system-user-assistant-user mode change 100755 => 100644 ollama/template/testdata/magicoder.gotmpl/user mode change 100755 => 100644 ollama/template/testdata/magicoder.gotmpl/user-assistant-user mode change 100755 => 100644 ollama/template/testdata/mistral-instruct.gotmpl/system-user-assistant-user mode change 100755 => 100644 ollama/template/testdata/mistral-instruct.gotmpl/user mode change 100755 => 100644 ollama/template/testdata/mistral-instruct.gotmpl/user-assistant-user mode change 100755 => 100644 ollama/template/testdata/openchat.gotmpl/system-user-assistant-user mode change 100755 => 100644 ollama/template/testdata/openchat.gotmpl/user mode change 100755 => 100644 ollama/template/testdata/openchat.gotmpl/user-assistant-user mode change 100755 => 100644 ollama/template/testdata/phi-3.gotmpl/system-user-assistant-user mode change 100755 => 100644 ollama/template/testdata/phi-3.gotmpl/user mode change 100755 => 100644 ollama/template/testdata/phi-3.gotmpl/user-assistant-user mode change 100755 => 100644 ollama/template/testdata/solar-instruct.gotmpl/system-user-assistant-user mode change 100755 => 100644 ollama/template/testdata/solar-instruct.gotmpl/user mode change 100755 => 100644 ollama/template/testdata/solar-instruct.gotmpl/user-assistant-user mode change 100755 => 100644 ollama/template/testdata/starcoder2-instruct.gotmpl/system-user-assistant-user mode change 100755 => 100644 ollama/template/testdata/starcoder2-instruct.gotmpl/user mode change 100755 => 100644 ollama/template/testdata/starcoder2-instruct.gotmpl/user-assistant-user mode change 100755 => 100644 ollama/template/testdata/templates.jsonl mode change 100755 => 100644 ollama/template/testdata/vicuna.gotmpl/system-user-assistant-user mode change 100755 => 100644 ollama/template/testdata/vicuna.gotmpl/user mode change 100755 => 100644 ollama/template/testdata/vicuna.gotmpl/user-assistant-user mode change 100755 => 100644 ollama/template/testdata/zephyr.gotmpl/system-user-assistant-user mode change 100755 => 100644 ollama/template/testdata/zephyr.gotmpl/user mode change 100755 => 100644 ollama/template/testdata/zephyr.gotmpl/user-assistant-user mode change 100755 => 100644 ollama/template/vicuna.gotmpl mode change 100755 => 100644 ollama/template/vicuna.json mode change 100755 => 100644 ollama/template/zephyr.gotmpl mode change 100755 => 100644 ollama/template/zephyr.json mode change 100755 => 100644 ollama/types/errtypes/errtypes.go mode change 100755 => 100644 ollama/types/model/name.go mode change 100755 => 100644 ollama/types/model/name_test.go mode change 100755 => 100644 ollama/types/model/testdata/fuzz/FuzzName/d37463aa416f6bab mode change 100755 => 100644 ollama/util/bufioutil/buffer_seeker.go mode change 100755 => 100644 ollama/util/bufioutil/buffer_seeker_test.go mode change 100755 => 100644 ollama/version/version.go diff --git a/ollama/.dockerignore b/ollama/.dockerignore old mode 100755 new mode 100644 diff --git a/ollama/.gitattributes b/ollama/.gitattributes old mode 100755 new mode 100644 diff --git a/ollama/.github/ISSUE_TEMPLATE/10_bug_report.yml b/ollama/.github/ISSUE_TEMPLATE/10_bug_report.yml old mode 100755 new mode 100644 diff --git a/ollama/.github/ISSUE_TEMPLATE/20_feature_request.md b/ollama/.github/ISSUE_TEMPLATE/20_feature_request.md old mode 100755 new mode 100644 diff --git a/ollama/.github/ISSUE_TEMPLATE/30_model_request.md b/ollama/.github/ISSUE_TEMPLATE/30_model_request.md old mode 100755 new mode 100644 diff --git a/ollama/.github/ISSUE_TEMPLATE/config.yml b/ollama/.github/ISSUE_TEMPLATE/config.yml old mode 100755 new mode 100644 diff --git a/ollama/.github/workflows/latest.yaml b/ollama/.github/workflows/latest.yaml old mode 100755 new mode 100644 diff --git a/ollama/.github/workflows/release.yaml b/ollama/.github/workflows/release.yaml old mode 100755 new mode 100644 diff --git a/ollama/.github/workflows/test.yaml b/ollama/.github/workflows/test.yaml old mode 100755 new mode 100644 diff --git a/ollama/.gitignore b/ollama/.gitignore old mode 100755 new mode 100644 diff --git a/ollama/.gitmodules b/ollama/.gitmodules old mode 100755 new mode 100644 diff --git a/ollama/.golangci.yaml b/ollama/.golangci.yaml old mode 100755 new mode 100644 diff --git a/ollama/.prettierrc.json b/ollama/.prettierrc.json old mode 100755 new mode 100644 diff --git a/ollama/Dockerfile b/ollama/Dockerfile old mode 100755 new mode 100644 diff --git a/ollama/LICENSE b/ollama/LICENSE old mode 100755 new mode 100644 diff --git a/ollama/README.md b/ollama/README.md old mode 100755 new mode 100644 diff --git a/ollama/SECURITY.md b/ollama/SECURITY.md old mode 100755 new mode 100644 diff --git a/ollama/api/client.go b/ollama/api/client.go old mode 100755 new mode 100644 diff --git a/ollama/api/client_test.go b/ollama/api/client_test.go old mode 100755 new mode 100644 diff --git a/ollama/api/types.go b/ollama/api/types.go old mode 100755 new mode 100644 diff --git a/ollama/api/types_test.go b/ollama/api/types_test.go old mode 100755 new mode 100644 diff --git a/ollama/app/.gitignore b/ollama/app/.gitignore old mode 100755 new mode 100644 diff --git a/ollama/app/README.md b/ollama/app/README.md old mode 100755 new mode 100644 diff --git a/ollama/app/assets/app.ico b/ollama/app/assets/app.ico old mode 100755 new mode 100644 diff --git a/ollama/app/assets/assets.go b/ollama/app/assets/assets.go old mode 100755 new mode 100644 diff --git a/ollama/app/assets/setup.bmp b/ollama/app/assets/setup.bmp old mode 100755 new mode 100644 diff --git a/ollama/app/assets/tray.ico b/ollama/app/assets/tray.ico old mode 100755 new mode 100644 diff --git a/ollama/app/assets/tray_upgrade.ico b/ollama/app/assets/tray_upgrade.ico old mode 100755 new mode 100644 diff --git a/ollama/app/lifecycle/getstarted_nonwindows.go b/ollama/app/lifecycle/getstarted_nonwindows.go old mode 100755 new mode 100644 diff --git a/ollama/app/lifecycle/getstarted_windows.go b/ollama/app/lifecycle/getstarted_windows.go old mode 100755 new mode 100644 diff --git a/ollama/app/lifecycle/lifecycle.go b/ollama/app/lifecycle/lifecycle.go old mode 100755 new mode 100644 diff --git a/ollama/app/lifecycle/logging.go b/ollama/app/lifecycle/logging.go old mode 100755 new mode 100644 diff --git a/ollama/app/lifecycle/logging_nonwindows.go b/ollama/app/lifecycle/logging_nonwindows.go old mode 100755 new mode 100644 diff --git a/ollama/app/lifecycle/logging_test.go b/ollama/app/lifecycle/logging_test.go old mode 100755 new mode 100644 diff --git a/ollama/app/lifecycle/logging_windows.go b/ollama/app/lifecycle/logging_windows.go old mode 100755 new mode 100644 diff --git a/ollama/app/lifecycle/paths.go b/ollama/app/lifecycle/paths.go old mode 100755 new mode 100644 diff --git a/ollama/app/lifecycle/server.go b/ollama/app/lifecycle/server.go old mode 100755 new mode 100644 diff --git a/ollama/app/lifecycle/server_unix.go b/ollama/app/lifecycle/server_unix.go old mode 100755 new mode 100644 diff --git a/ollama/app/lifecycle/server_windows.go b/ollama/app/lifecycle/server_windows.go old mode 100755 new mode 100644 diff --git a/ollama/app/lifecycle/updater.go b/ollama/app/lifecycle/updater.go old mode 100755 new mode 100644 diff --git a/ollama/app/lifecycle/updater_nonwindows.go b/ollama/app/lifecycle/updater_nonwindows.go old mode 100755 new mode 100644 diff --git a/ollama/app/lifecycle/updater_windows.go b/ollama/app/lifecycle/updater_windows.go old mode 100755 new mode 100644 diff --git a/ollama/app/main.go b/ollama/app/main.go old mode 100755 new mode 100644 diff --git a/ollama/app/ollama.iss b/ollama/app/ollama.iss old mode 100755 new mode 100644 diff --git a/ollama/app/ollama.rc b/ollama/app/ollama.rc old mode 100755 new mode 100644 diff --git a/ollama/app/ollama_welcome.ps1 b/ollama/app/ollama_welcome.ps1 old mode 100755 new mode 100644 diff --git a/ollama/app/store/store.go b/ollama/app/store/store.go old mode 100755 new mode 100644 diff --git a/ollama/app/store/store_darwin.go b/ollama/app/store/store_darwin.go old mode 100755 new mode 100644 diff --git a/ollama/app/store/store_linux.go b/ollama/app/store/store_linux.go old mode 100755 new mode 100644 diff --git a/ollama/app/store/store_windows.go b/ollama/app/store/store_windows.go old mode 100755 new mode 100644 diff --git a/ollama/app/tray/commontray/types.go b/ollama/app/tray/commontray/types.go old mode 100755 new mode 100644 diff --git a/ollama/app/tray/tray.go b/ollama/app/tray/tray.go old mode 100755 new mode 100644 diff --git a/ollama/app/tray/tray_nonwindows.go b/ollama/app/tray/tray_nonwindows.go old mode 100755 new mode 100644 diff --git a/ollama/app/tray/tray_windows.go b/ollama/app/tray/tray_windows.go old mode 100755 new mode 100644 diff --git a/ollama/app/tray/wintray/eventloop.go b/ollama/app/tray/wintray/eventloop.go old mode 100755 new mode 100644 diff --git a/ollama/app/tray/wintray/menus.go b/ollama/app/tray/wintray/menus.go old mode 100755 new mode 100644 diff --git a/ollama/app/tray/wintray/messages.go b/ollama/app/tray/wintray/messages.go old mode 100755 new mode 100644 diff --git a/ollama/app/tray/wintray/notifyicon.go b/ollama/app/tray/wintray/notifyicon.go old mode 100755 new mode 100644 diff --git a/ollama/app/tray/wintray/tray.go b/ollama/app/tray/wintray/tray.go old mode 100755 new mode 100644 diff --git a/ollama/app/tray/wintray/w32api.go b/ollama/app/tray/wintray/w32api.go old mode 100755 new mode 100644 diff --git a/ollama/app/tray/wintray/winclass.go b/ollama/app/tray/wintray/winclass.go old mode 100755 new mode 100644 diff --git a/ollama/auth/auth.go b/ollama/auth/auth.go old mode 100755 new mode 100644 diff --git a/ollama/cmd/cmd.go b/ollama/cmd/cmd.go old mode 100755 new mode 100644 diff --git a/ollama/cmd/interactive.go b/ollama/cmd/interactive.go old mode 100755 new mode 100644 diff --git a/ollama/cmd/interactive_test.go b/ollama/cmd/interactive_test.go old mode 100755 new mode 100644 diff --git a/ollama/cmd/start.go b/ollama/cmd/start.go old mode 100755 new mode 100644 diff --git a/ollama/cmd/start_darwin.go b/ollama/cmd/start_darwin.go old mode 100755 new mode 100644 diff --git a/ollama/cmd/start_default.go b/ollama/cmd/start_default.go old mode 100755 new mode 100644 diff --git a/ollama/cmd/start_windows.go b/ollama/cmd/start_windows.go old mode 100755 new mode 100644 diff --git a/ollama/convert/convert.go b/ollama/convert/convert.go old mode 100755 new mode 100644 diff --git a/ollama/convert/convert_gemma.go b/ollama/convert/convert_gemma.go old mode 100755 new mode 100644 diff --git a/ollama/convert/convert_llama.go b/ollama/convert/convert_llama.go old mode 100755 new mode 100644 diff --git a/ollama/convert/convert_mixtral.go b/ollama/convert/convert_mixtral.go old mode 100755 new mode 100644 diff --git a/ollama/convert/convert_test.go b/ollama/convert/convert_test.go old mode 100755 new mode 100644 diff --git a/ollama/convert/fs.go b/ollama/convert/fs.go old mode 100755 new mode 100644 diff --git a/ollama/convert/reader.go b/ollama/convert/reader.go old mode 100755 new mode 100644 diff --git a/ollama/convert/reader_safetensors.go b/ollama/convert/reader_safetensors.go old mode 100755 new mode 100644 diff --git a/ollama/convert/reader_torch.go b/ollama/convert/reader_torch.go old mode 100755 new mode 100644 diff --git a/ollama/convert/sentencepiece/sentencepiece_model.pb.go b/ollama/convert/sentencepiece/sentencepiece_model.pb.go old mode 100755 new mode 100644 diff --git a/ollama/convert/sentencepiece_model.proto b/ollama/convert/sentencepiece_model.proto old mode 100755 new mode 100644 diff --git a/ollama/convert/testdata/Meta-Llama-3-8B-Instruct.json b/ollama/convert/testdata/Meta-Llama-3-8B-Instruct.json old mode 100755 new mode 100644 diff --git a/ollama/convert/testdata/Mistral-7B-Instruct-v0.2.json b/ollama/convert/testdata/Mistral-7B-Instruct-v0.2.json old mode 100755 new mode 100644 diff --git a/ollama/convert/testdata/Mixtral-8x7B-Instruct-v0.1.json b/ollama/convert/testdata/Mixtral-8x7B-Instruct-v0.1.json old mode 100755 new mode 100644 diff --git a/ollama/convert/testdata/gemma-2b-it.json b/ollama/convert/testdata/gemma-2b-it.json old mode 100755 new mode 100644 diff --git a/ollama/convert/tokenizer.go b/ollama/convert/tokenizer.go old mode 100755 new mode 100644 diff --git a/ollama/convert/tokenizer_spm.go b/ollama/convert/tokenizer_spm.go old mode 100755 new mode 100644 diff --git a/ollama/docs/README.md b/ollama/docs/README.md old mode 100755 new mode 100644 diff --git a/ollama/docs/api.md b/ollama/docs/api.md old mode 100755 new mode 100644 diff --git a/ollama/docs/development.md b/ollama/docs/development.md old mode 100755 new mode 100644 diff --git a/ollama/docs/docker.md b/ollama/docs/docker.md old mode 100755 new mode 100644 diff --git a/ollama/docs/faq.md b/ollama/docs/faq.md old mode 100755 new mode 100644 diff --git a/ollama/docs/gpu.md b/ollama/docs/gpu.md old mode 100755 new mode 100644 diff --git a/ollama/docs/import.md b/ollama/docs/import.md old mode 100755 new mode 100644 diff --git a/ollama/docs/linux.md b/ollama/docs/linux.md old mode 100755 new mode 100644 diff --git a/ollama/docs/modelfile.md b/ollama/docs/modelfile.md old mode 100755 new mode 100644 diff --git a/ollama/docs/openai.md b/ollama/docs/openai.md old mode 100755 new mode 100644 diff --git a/ollama/docs/template.md b/ollama/docs/template.md old mode 100755 new mode 100644 diff --git a/ollama/docs/troubleshooting.md b/ollama/docs/troubleshooting.md old mode 100755 new mode 100644 diff --git a/ollama/docs/tutorials.md b/ollama/docs/tutorials.md old mode 100755 new mode 100644 diff --git a/ollama/docs/tutorials/fly-gpu.md b/ollama/docs/tutorials/fly-gpu.md old mode 100755 new mode 100644 diff --git a/ollama/docs/tutorials/langchainjs.md b/ollama/docs/tutorials/langchainjs.md old mode 100755 new mode 100644 diff --git a/ollama/docs/tutorials/langchainpy.md b/ollama/docs/tutorials/langchainpy.md old mode 100755 new mode 100644 diff --git a/ollama/docs/tutorials/nvidia-jetson.md b/ollama/docs/tutorials/nvidia-jetson.md old mode 100755 new mode 100644 diff --git a/ollama/docs/windows.md b/ollama/docs/windows.md old mode 100755 new mode 100644 diff --git a/ollama/envconfig/config.go b/ollama/envconfig/config.go old mode 100755 new mode 100644 diff --git a/ollama/envconfig/config_test.go b/ollama/envconfig/config_test.go old mode 100755 new mode 100644 diff --git a/ollama/examples/.gitignore b/ollama/examples/.gitignore old mode 100755 new mode 100644 diff --git a/ollama/examples/README.md b/ollama/examples/README.md old mode 100755 new mode 100644 diff --git a/ollama/examples/flyio/.gitignore b/ollama/examples/flyio/.gitignore old mode 100755 new mode 100644 diff --git a/ollama/examples/flyio/README.md b/ollama/examples/flyio/README.md old mode 100755 new mode 100644 diff --git a/ollama/examples/go-chat/main.go b/ollama/examples/go-chat/main.go old mode 100755 new mode 100644 diff --git a/ollama/examples/go-generate-streaming/main.go b/ollama/examples/go-generate-streaming/main.go old mode 100755 new mode 100644 diff --git a/ollama/examples/go-generate/main.go b/ollama/examples/go-generate/main.go old mode 100755 new mode 100644 diff --git a/ollama/examples/go-http-generate/main.go b/ollama/examples/go-http-generate/main.go old mode 100755 new mode 100644 diff --git a/ollama/examples/go-multimodal/main.go b/ollama/examples/go-multimodal/main.go old mode 100755 new mode 100644 diff --git a/ollama/examples/go-pull-progress/main.go b/ollama/examples/go-pull-progress/main.go old mode 100755 new mode 100644 diff --git a/ollama/examples/jupyter-notebook/README.md b/ollama/examples/jupyter-notebook/README.md old mode 100755 new mode 100644 diff --git a/ollama/examples/jupyter-notebook/ollama.ipynb b/ollama/examples/jupyter-notebook/ollama.ipynb old mode 100755 new mode 100644 diff --git a/ollama/examples/kubernetes/README.md b/ollama/examples/kubernetes/README.md old mode 100755 new mode 100644 diff --git a/ollama/examples/kubernetes/cpu.yaml b/ollama/examples/kubernetes/cpu.yaml old mode 100755 new mode 100644 diff --git a/ollama/examples/kubernetes/gpu.yaml b/ollama/examples/kubernetes/gpu.yaml old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-python-rag-document/README.md b/ollama/examples/langchain-python-rag-document/README.md old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-python-rag-document/main.py b/ollama/examples/langchain-python-rag-document/main.py old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-python-rag-document/requirements.txt b/ollama/examples/langchain-python-rag-document/requirements.txt old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-python-rag-privategpt/.gitignore b/ollama/examples/langchain-python-rag-privategpt/.gitignore old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-python-rag-privategpt/LICENSE b/ollama/examples/langchain-python-rag-privategpt/LICENSE old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-python-rag-privategpt/README.md b/ollama/examples/langchain-python-rag-privategpt/README.md old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-python-rag-privategpt/constants.py b/ollama/examples/langchain-python-rag-privategpt/constants.py old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-python-rag-privategpt/ingest.py b/ollama/examples/langchain-python-rag-privategpt/ingest.py old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-python-rag-privategpt/poetry.lock b/ollama/examples/langchain-python-rag-privategpt/poetry.lock old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-python-rag-privategpt/privateGPT.py b/ollama/examples/langchain-python-rag-privategpt/privateGPT.py old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-python-rag-privategpt/pyproject.toml b/ollama/examples/langchain-python-rag-privategpt/pyproject.toml old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-python-rag-privategpt/requirements.txt b/ollama/examples/langchain-python-rag-privategpt/requirements.txt old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-python-rag-websummary/README.md b/ollama/examples/langchain-python-rag-websummary/README.md old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-python-rag-websummary/main.py b/ollama/examples/langchain-python-rag-websummary/main.py old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-python-rag-websummary/requirements.txt b/ollama/examples/langchain-python-rag-websummary/requirements.txt old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-python-simple/README.md b/ollama/examples/langchain-python-simple/README.md old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-python-simple/main.py b/ollama/examples/langchain-python-simple/main.py old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-python-simple/requirements.txt b/ollama/examples/langchain-python-simple/requirements.txt old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-typescript-simple/README.md b/ollama/examples/langchain-typescript-simple/README.md old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-typescript-simple/main.ts b/ollama/examples/langchain-typescript-simple/main.ts old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-typescript-simple/package-lock.json b/ollama/examples/langchain-typescript-simple/package-lock.json old mode 100755 new mode 100644 diff --git a/ollama/examples/langchain-typescript-simple/package.json b/ollama/examples/langchain-typescript-simple/package.json old mode 100755 new mode 100644 diff --git a/ollama/examples/modelfile-mario/Modelfile b/ollama/examples/modelfile-mario/Modelfile old mode 100755 new mode 100644 diff --git a/ollama/examples/modelfile-mario/logo.png b/ollama/examples/modelfile-mario/logo.png old mode 100755 new mode 100644 diff --git a/ollama/examples/modelfile-mario/readme.md b/ollama/examples/modelfile-mario/readme.md old mode 100755 new mode 100644 diff --git a/ollama/examples/python-dockerit/Modelfile b/ollama/examples/python-dockerit/Modelfile old mode 100755 new mode 100644 diff --git a/ollama/examples/python-dockerit/README.md b/ollama/examples/python-dockerit/README.md old mode 100755 new mode 100644 diff --git a/ollama/examples/python-dockerit/dockerit.py b/ollama/examples/python-dockerit/dockerit.py old mode 100755 new mode 100644 diff --git a/ollama/examples/python-dockerit/requirements.txt b/ollama/examples/python-dockerit/requirements.txt old mode 100755 new mode 100644 diff --git a/ollama/examples/python-json-datagenerator/predefinedschema.py b/ollama/examples/python-json-datagenerator/predefinedschema.py old mode 100755 new mode 100644 diff --git a/ollama/examples/python-json-datagenerator/randomaddresses.py b/ollama/examples/python-json-datagenerator/randomaddresses.py old mode 100755 new mode 100644 diff --git a/ollama/examples/python-json-datagenerator/readme.md b/ollama/examples/python-json-datagenerator/readme.md old mode 100755 new mode 100644 diff --git a/ollama/examples/python-json-datagenerator/requirements.txt b/ollama/examples/python-json-datagenerator/requirements.txt old mode 100755 new mode 100644 diff --git a/ollama/examples/python-loganalysis/Modelfile b/ollama/examples/python-loganalysis/Modelfile old mode 100755 new mode 100644 diff --git a/ollama/examples/python-loganalysis/loganalysis.py b/ollama/examples/python-loganalysis/loganalysis.py old mode 100755 new mode 100644 diff --git a/ollama/examples/python-loganalysis/logtest.logfile b/ollama/examples/python-loganalysis/logtest.logfile old mode 100755 new mode 100644 diff --git a/ollama/examples/python-loganalysis/readme.md b/ollama/examples/python-loganalysis/readme.md old mode 100755 new mode 100644 diff --git a/ollama/examples/python-loganalysis/requirements.txt b/ollama/examples/python-loganalysis/requirements.txt old mode 100755 new mode 100644 diff --git a/ollama/examples/python-rag-newssummary/README.md b/ollama/examples/python-rag-newssummary/README.md old mode 100755 new mode 100644 diff --git a/ollama/examples/python-rag-newssummary/requirements.txt b/ollama/examples/python-rag-newssummary/requirements.txt old mode 100755 new mode 100644 diff --git a/ollama/examples/python-rag-newssummary/summ.py b/ollama/examples/python-rag-newssummary/summ.py old mode 100755 new mode 100644 diff --git a/ollama/examples/python-rag-newssummary/utils.py b/ollama/examples/python-rag-newssummary/utils.py old mode 100755 new mode 100644 diff --git a/ollama/examples/python-simplechat/client.py b/ollama/examples/python-simplechat/client.py old mode 100755 new mode 100644 diff --git a/ollama/examples/python-simplechat/readme.md b/ollama/examples/python-simplechat/readme.md old mode 100755 new mode 100644 diff --git a/ollama/examples/python-simplechat/requirements.txt b/ollama/examples/python-simplechat/requirements.txt old mode 100755 new mode 100644 diff --git a/ollama/examples/python-simplegenerate/README.md b/ollama/examples/python-simplegenerate/README.md old mode 100755 new mode 100644 diff --git a/ollama/examples/python-simplegenerate/client.py b/ollama/examples/python-simplegenerate/client.py old mode 100755 new mode 100644 diff --git a/ollama/examples/python-simplegenerate/requirements.txt b/ollama/examples/python-simplegenerate/requirements.txt old mode 100755 new mode 100644 diff --git a/ollama/examples/typescript-functioncalling/extractemail.ts b/ollama/examples/typescript-functioncalling/extractemail.ts old mode 100755 new mode 100644 diff --git a/ollama/examples/typescript-functioncalling/extractwp.ts b/ollama/examples/typescript-functioncalling/extractwp.ts old mode 100755 new mode 100644 diff --git a/ollama/examples/typescript-functioncalling/info.txt b/ollama/examples/typescript-functioncalling/info.txt old mode 100755 new mode 100644 diff --git a/ollama/examples/typescript-functioncalling/package-lock.json b/ollama/examples/typescript-functioncalling/package-lock.json old mode 100755 new mode 100644 diff --git a/ollama/examples/typescript-functioncalling/package.json b/ollama/examples/typescript-functioncalling/package.json old mode 100755 new mode 100644 diff --git a/ollama/examples/typescript-functioncalling/readme.md b/ollama/examples/typescript-functioncalling/readme.md old mode 100755 new mode 100644 diff --git a/ollama/examples/typescript-functioncalling/wp.txt b/ollama/examples/typescript-functioncalling/wp.txt old mode 100755 new mode 100644 diff --git a/ollama/examples/typescript-mentors/.gitignore b/ollama/examples/typescript-mentors/.gitignore old mode 100755 new mode 100644 diff --git a/ollama/examples/typescript-mentors/README.md b/ollama/examples/typescript-mentors/README.md old mode 100755 new mode 100644 diff --git a/ollama/examples/typescript-mentors/character-generator.ts b/ollama/examples/typescript-mentors/character-generator.ts old mode 100755 new mode 100644 diff --git a/ollama/examples/typescript-mentors/mentors.ts b/ollama/examples/typescript-mentors/mentors.ts old mode 100755 new mode 100644 diff --git a/ollama/examples/typescript-mentors/package.json b/ollama/examples/typescript-mentors/package.json old mode 100755 new mode 100644 diff --git a/ollama/examples/typescript-simplechat/client.ts b/ollama/examples/typescript-simplechat/client.ts old mode 100755 new mode 100644 diff --git a/ollama/examples/typescript-simplechat/package.json b/ollama/examples/typescript-simplechat/package.json old mode 100755 new mode 100644 diff --git a/ollama/examples/typescript-simplechat/readme.md b/ollama/examples/typescript-simplechat/readme.md old mode 100755 new mode 100644 diff --git a/ollama/format/bytes.go b/ollama/format/bytes.go old mode 100755 new mode 100644 diff --git a/ollama/format/format.go b/ollama/format/format.go old mode 100755 new mode 100644 diff --git a/ollama/format/format_test.go b/ollama/format/format_test.go old mode 100755 new mode 100644 diff --git a/ollama/format/time.go b/ollama/format/time.go old mode 100755 new mode 100644 diff --git a/ollama/format/time_test.go b/ollama/format/time_test.go old mode 100755 new mode 100644 diff --git a/ollama/go.mod b/ollama/go.mod old mode 100755 new mode 100644 diff --git a/ollama/go.sum b/ollama/go.sum old mode 100755 new mode 100644 diff --git a/ollama/gpu/amd_common.go b/ollama/gpu/amd_common.go old mode 100755 new mode 100644 diff --git a/ollama/gpu/amd_hip_windows.go b/ollama/gpu/amd_hip_windows.go old mode 100755 new mode 100644 diff --git a/ollama/gpu/amd_linux.go b/ollama/gpu/amd_linux.go old mode 100755 new mode 100644 diff --git a/ollama/gpu/amd_windows.go b/ollama/gpu/amd_windows.go old mode 100755 new mode 100644 diff --git a/ollama/gpu/assets.go b/ollama/gpu/assets.go old mode 100755 new mode 100644 diff --git a/ollama/gpu/cpu_common.go b/ollama/gpu/cpu_common.go old mode 100755 new mode 100644 diff --git a/ollama/gpu/cuda_common.go b/ollama/gpu/cuda_common.go old mode 100755 new mode 100644 diff --git a/ollama/gpu/gpu.go b/ollama/gpu/gpu.go old mode 100755 new mode 100644 diff --git a/ollama/gpu/gpu_darwin.go b/ollama/gpu/gpu_darwin.go old mode 100755 new mode 100644 diff --git a/ollama/gpu/gpu_info.h b/ollama/gpu/gpu_info.h old mode 100755 new mode 100644 diff --git a/ollama/gpu/gpu_info_cudart.c b/ollama/gpu/gpu_info_cudart.c old mode 100755 new mode 100644 diff --git a/ollama/gpu/gpu_info_cudart.h b/ollama/gpu/gpu_info_cudart.h old mode 100755 new mode 100644 diff --git a/ollama/gpu/gpu_info_darwin.h b/ollama/gpu/gpu_info_darwin.h old mode 100755 new mode 100644 diff --git a/ollama/gpu/gpu_info_darwin.m b/ollama/gpu/gpu_info_darwin.m old mode 100755 new mode 100644 diff --git a/ollama/gpu/gpu_info_nvcuda.c b/ollama/gpu/gpu_info_nvcuda.c old mode 100755 new mode 100644 diff --git a/ollama/gpu/gpu_info_nvcuda.h b/ollama/gpu/gpu_info_nvcuda.h old mode 100755 new mode 100644 diff --git a/ollama/gpu/gpu_info_nvml.c b/ollama/gpu/gpu_info_nvml.c old mode 100755 new mode 100644 diff --git a/ollama/gpu/gpu_info_nvml.h b/ollama/gpu/gpu_info_nvml.h old mode 100755 new mode 100644 diff --git a/ollama/gpu/gpu_info_oneapi.c b/ollama/gpu/gpu_info_oneapi.c old mode 100755 new mode 100644 diff --git a/ollama/gpu/gpu_info_oneapi.h b/ollama/gpu/gpu_info_oneapi.h old mode 100755 new mode 100644 diff --git a/ollama/gpu/gpu_linux.go b/ollama/gpu/gpu_linux.go old mode 100755 new mode 100644 diff --git a/ollama/gpu/gpu_oneapi.go b/ollama/gpu/gpu_oneapi.go old mode 100755 new mode 100644 diff --git a/ollama/gpu/gpu_test.go b/ollama/gpu/gpu_test.go old mode 100755 new mode 100644 diff --git a/ollama/gpu/gpu_windows.go b/ollama/gpu/gpu_windows.go old mode 100755 new mode 100644 diff --git a/ollama/gpu/types.go b/ollama/gpu/types.go old mode 100755 new mode 100644 diff --git a/ollama/integration/README.md b/ollama/integration/README.md old mode 100755 new mode 100644 diff --git a/ollama/integration/basic_test.go b/ollama/integration/basic_test.go old mode 100755 new mode 100644 diff --git a/ollama/integration/concurrency_test.go b/ollama/integration/concurrency_test.go old mode 100755 new mode 100644 diff --git a/ollama/integration/context_test.go b/ollama/integration/context_test.go old mode 100755 new mode 100644 diff --git a/ollama/integration/embed_test.go b/ollama/integration/embed_test.go old mode 100755 new mode 100644 diff --git a/ollama/integration/llm_image_test.go b/ollama/integration/llm_image_test.go old mode 100755 new mode 100644 diff --git a/ollama/integration/llm_test.go b/ollama/integration/llm_test.go old mode 100755 new mode 100644 diff --git a/ollama/integration/max_queue_test.go b/ollama/integration/max_queue_test.go old mode 100755 new mode 100644 diff --git a/ollama/integration/utils_test.go b/ollama/integration/utils_test.go old mode 100755 new mode 100644 diff --git a/ollama/llm/ext_server/CMakeLists.txt b/ollama/llm/ext_server/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/ext_server/httplib.h b/ollama/llm/ext_server/httplib.h old mode 100755 new mode 100644 diff --git a/ollama/llm/ext_server/json.hpp b/ollama/llm/ext_server/json.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/ext_server/server.cpp b/ollama/llm/ext_server/server.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/ext_server/utils.hpp b/ollama/llm/ext_server/utils.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/filetype.go b/ollama/llm/filetype.go old mode 100755 new mode 100644 diff --git a/ollama/llm/generate/gen_common.sh b/ollama/llm/generate/gen_common.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/generate/gen_darwin.sh b/ollama/llm/generate/gen_darwin.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/generate/gen_linux.sh b/ollama/llm/generate/gen_linux.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/generate/gen_windows.ps1 b/ollama/llm/generate/gen_windows.ps1 old mode 100755 new mode 100644 diff --git a/ollama/llm/generate/generate_darwin.go b/ollama/llm/generate/generate_darwin.go old mode 100755 new mode 100644 diff --git a/ollama/llm/generate/generate_linux.go b/ollama/llm/generate/generate_linux.go old mode 100755 new mode 100644 diff --git a/ollama/llm/generate/generate_windows.go b/ollama/llm/generate/generate_windows.go old mode 100755 new mode 100644 diff --git a/ollama/llm/ggla.go b/ollama/llm/ggla.go old mode 100755 new mode 100644 diff --git a/ollama/llm/ggml.go b/ollama/llm/ggml.go old mode 100755 new mode 100644 diff --git a/ollama/llm/ggml_test.go b/ollama/llm/ggml_test.go old mode 100755 new mode 100644 diff --git a/ollama/llm/gguf.go b/ollama/llm/gguf.go old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.clang-tidy b/ollama/llm/llama.cpp/.clang-tidy old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/cloud-v-pipeline b/ollama/llm/llama.cpp/.devops/cloud-v-pipeline old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/full-cuda.Dockerfile b/ollama/llm/llama.cpp/.devops/full-cuda.Dockerfile old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/full-rocm.Dockerfile b/ollama/llm/llama.cpp/.devops/full-rocm.Dockerfile old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/full.Dockerfile b/ollama/llm/llama.cpp/.devops/full.Dockerfile old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/llama-cli-cuda.Dockerfile b/ollama/llm/llama.cpp/.devops/llama-cli-cuda.Dockerfile old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/llama-cli-intel.Dockerfile b/ollama/llm/llama.cpp/.devops/llama-cli-intel.Dockerfile old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/llama-cli-rocm.Dockerfile b/ollama/llm/llama.cpp/.devops/llama-cli-rocm.Dockerfile old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/llama-cli-vulkan.Dockerfile b/ollama/llm/llama.cpp/.devops/llama-cli-vulkan.Dockerfile old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/llama-cli.Dockerfile b/ollama/llm/llama.cpp/.devops/llama-cli.Dockerfile old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/llama-cpp-cuda.srpm.spec b/ollama/llm/llama.cpp/.devops/llama-cpp-cuda.srpm.spec old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/llama-cpp.srpm.spec b/ollama/llm/llama.cpp/.devops/llama-cpp.srpm.spec old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/llama-server-cuda.Dockerfile b/ollama/llm/llama.cpp/.devops/llama-server-cuda.Dockerfile old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/llama-server-intel.Dockerfile b/ollama/llm/llama.cpp/.devops/llama-server-intel.Dockerfile old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/llama-server-rocm.Dockerfile b/ollama/llm/llama.cpp/.devops/llama-server-rocm.Dockerfile old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/llama-server-vulkan.Dockerfile b/ollama/llm/llama.cpp/.devops/llama-server-vulkan.Dockerfile old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/llama-server.Dockerfile b/ollama/llm/llama.cpp/.devops/llama-server.Dockerfile old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/nix/apps.nix b/ollama/llm/llama.cpp/.devops/nix/apps.nix old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/nix/devshells.nix b/ollama/llm/llama.cpp/.devops/nix/devshells.nix old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/nix/docker.nix b/ollama/llm/llama.cpp/.devops/nix/docker.nix old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/nix/jetson-support.nix b/ollama/llm/llama.cpp/.devops/nix/jetson-support.nix old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/nix/nixpkgs-instances.nix b/ollama/llm/llama.cpp/.devops/nix/nixpkgs-instances.nix old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/nix/package.nix b/ollama/llm/llama.cpp/.devops/nix/package.nix old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/nix/scope.nix b/ollama/llm/llama.cpp/.devops/nix/scope.nix old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/nix/sif.nix b/ollama/llm/llama.cpp/.devops/nix/sif.nix old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.devops/tools.sh b/ollama/llm/llama.cpp/.devops/tools.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.dockerignore b/ollama/llm/llama.cpp/.dockerignore old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.ecrc b/ollama/llm/llama.cpp/.ecrc old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.editorconfig b/ollama/llm/llama.cpp/.editorconfig old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.flake8 b/ollama/llm/llama.cpp/.flake8 old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/01-bug-low.yml b/ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/01-bug-low.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/02-bug-medium.yml b/ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/02-bug-medium.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/03-bug-high.yml b/ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/03-bug-high.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/04-bug-critical.yml b/ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/04-bug-critical.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/05-enhancement.yml b/ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/05-enhancement.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/06-research.yml b/ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/06-research.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/07-refactor.yml b/ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/07-refactor.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/config.yml b/ollama/llm/llama.cpp/.github/ISSUE_TEMPLATE/config.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/labeler.yml b/ollama/llm/llama.cpp/.github/labeler.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/pull_request_template.md b/ollama/llm/llama.cpp/.github/pull_request_template.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/workflows/bench.yml b/ollama/llm/llama.cpp/.github/workflows/bench.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/workflows/build.yml b/ollama/llm/llama.cpp/.github/workflows/build.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/workflows/close-issue.yml b/ollama/llm/llama.cpp/.github/workflows/close-issue.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/workflows/docker.yml b/ollama/llm/llama.cpp/.github/workflows/docker.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/workflows/editorconfig.yml b/ollama/llm/llama.cpp/.github/workflows/editorconfig.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/workflows/gguf-publish.yml b/ollama/llm/llama.cpp/.github/workflows/gguf-publish.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/workflows/labeler.yml b/ollama/llm/llama.cpp/.github/workflows/labeler.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/workflows/nix-ci-aarch64.yml b/ollama/llm/llama.cpp/.github/workflows/nix-ci-aarch64.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/workflows/nix-ci.yml b/ollama/llm/llama.cpp/.github/workflows/nix-ci.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/workflows/nix-flake-update.yml b/ollama/llm/llama.cpp/.github/workflows/nix-flake-update.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/workflows/nix-publish-flake.yml b/ollama/llm/llama.cpp/.github/workflows/nix-publish-flake.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/workflows/python-check-requirements.yml b/ollama/llm/llama.cpp/.github/workflows/python-check-requirements.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/workflows/python-lint.yml b/ollama/llm/llama.cpp/.github/workflows/python-lint.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/workflows/python-type-check.yml b/ollama/llm/llama.cpp/.github/workflows/python-type-check.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.github/workflows/server.yml b/ollama/llm/llama.cpp/.github/workflows/server.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.gitignore b/ollama/llm/llama.cpp/.gitignore old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.gitmodules b/ollama/llm/llama.cpp/.gitmodules old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/.pre-commit-config.yaml b/ollama/llm/llama.cpp/.pre-commit-config.yaml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/AUTHORS b/ollama/llm/llama.cpp/AUTHORS old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/CMakeLists.txt b/ollama/llm/llama.cpp/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/CMakePresets.json b/ollama/llm/llama.cpp/CMakePresets.json old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/CONTRIBUTING.md b/ollama/llm/llama.cpp/CONTRIBUTING.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/LICENSE b/ollama/llm/llama.cpp/LICENSE old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/Makefile b/ollama/llm/llama.cpp/Makefile old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/Package.swift b/ollama/llm/llama.cpp/Package.swift old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/README.md b/ollama/llm/llama.cpp/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/SECURITY.md b/ollama/llm/llama.cpp/SECURITY.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ci/README.md b/ollama/llm/llama.cpp/ci/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ci/run.sh b/ollama/llm/llama.cpp/ci/run.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/cmake/arm64-windows-llvm.cmake b/ollama/llm/llama.cpp/cmake/arm64-windows-llvm.cmake old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/cmake/arm64-windows-msvc.cmake b/ollama/llm/llama.cpp/cmake/arm64-windows-msvc.cmake old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/cmake/build-info.cmake b/ollama/llm/llama.cpp/cmake/build-info.cmake old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/cmake/git-vars.cmake b/ollama/llm/llama.cpp/cmake/git-vars.cmake old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/cmake/llama-config.cmake.in b/ollama/llm/llama.cpp/cmake/llama-config.cmake.in old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/cmake/llama.pc.in b/ollama/llm/llama.cpp/cmake/llama.pc.in old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/common/CMakeLists.txt b/ollama/llm/llama.cpp/common/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/common/base64.hpp b/ollama/llm/llama.cpp/common/base64.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/common/build-info.cpp.in b/ollama/llm/llama.cpp/common/build-info.cpp.in old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/common/common.cpp b/ollama/llm/llama.cpp/common/common.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/common/common.h b/ollama/llm/llama.cpp/common/common.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/common/console.cpp b/ollama/llm/llama.cpp/common/console.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/common/console.h b/ollama/llm/llama.cpp/common/console.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/common/grammar-parser.cpp b/ollama/llm/llama.cpp/common/grammar-parser.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/common/grammar-parser.h b/ollama/llm/llama.cpp/common/grammar-parser.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/common/json-schema-to-grammar.cpp b/ollama/llm/llama.cpp/common/json-schema-to-grammar.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/common/json-schema-to-grammar.h b/ollama/llm/llama.cpp/common/json-schema-to-grammar.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/common/json.hpp b/ollama/llm/llama.cpp/common/json.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/common/log.h b/ollama/llm/llama.cpp/common/log.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/common/ngram-cache.cpp b/ollama/llm/llama.cpp/common/ngram-cache.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/common/ngram-cache.h b/ollama/llm/llama.cpp/common/ngram-cache.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/common/sampling.cpp b/ollama/llm/llama.cpp/common/sampling.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/common/sampling.h b/ollama/llm/llama.cpp/common/sampling.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/common/stb_image.h b/ollama/llm/llama.cpp/common/stb_image.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/common/train.cpp b/ollama/llm/llama.cpp/common/train.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/common/train.h b/ollama/llm/llama.cpp/common/train.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/convert_hf_to_gguf.py b/ollama/llm/llama.cpp/convert_hf_to_gguf.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/convert_hf_to_gguf_update.py b/ollama/llm/llama.cpp/convert_hf_to_gguf_update.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/convert_llama_ggml_to_gguf.py b/ollama/llm/llama.cpp/convert_llama_ggml_to_gguf.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/convert_lora_to_gguf.py b/ollama/llm/llama.cpp/convert_lora_to_gguf.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/docs/android.md b/ollama/llm/llama.cpp/docs/android.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/docs/backend/BLIS.md b/ollama/llm/llama.cpp/docs/backend/BLIS.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/docs/backend/SYCL.md b/ollama/llm/llama.cpp/docs/backend/SYCL.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/docs/build.md b/ollama/llm/llama.cpp/docs/build.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/docs/development/HOWTO-add-model.md b/ollama/llm/llama.cpp/docs/development/HOWTO-add-model.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/docs/development/debugging-tests.md b/ollama/llm/llama.cpp/docs/development/debugging-tests.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/docs/development/llama-star/idea-arch.key b/ollama/llm/llama.cpp/docs/development/llama-star/idea-arch.key old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/docs/development/llama-star/idea-arch.pdf b/ollama/llm/llama.cpp/docs/development/llama-star/idea-arch.pdf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/docs/development/token_generation_performance_tips.md b/ollama/llm/llama.cpp/docs/development/token_generation_performance_tips.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/docs/docker.md b/ollama/llm/llama.cpp/docs/docker.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/docs/install.md b/ollama/llm/llama.cpp/docs/install.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/CMakeLists.txt b/ollama/llm/llama.cpp/examples/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/Miku.sh b/ollama/llm/llama.cpp/examples/Miku.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/baby-llama/CMakeLists.txt b/ollama/llm/llama.cpp/examples/baby-llama/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/baby-llama/baby-llama.cpp b/ollama/llm/llama.cpp/examples/baby-llama/baby-llama.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/base-translate.sh b/ollama/llm/llama.cpp/examples/base-translate.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/batched-bench/CMakeLists.txt b/ollama/llm/llama.cpp/examples/batched-bench/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/batched-bench/README.md b/ollama/llm/llama.cpp/examples/batched-bench/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/batched-bench/batched-bench.cpp b/ollama/llm/llama.cpp/examples/batched-bench/batched-bench.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/batched.swift/.gitignore b/ollama/llm/llama.cpp/examples/batched.swift/.gitignore old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/batched.swift/Makefile b/ollama/llm/llama.cpp/examples/batched.swift/Makefile old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/batched.swift/Package.swift b/ollama/llm/llama.cpp/examples/batched.swift/Package.swift old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/batched.swift/README.md b/ollama/llm/llama.cpp/examples/batched.swift/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/batched.swift/Sources/main.swift b/ollama/llm/llama.cpp/examples/batched.swift/Sources/main.swift old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/batched/CMakeLists.txt b/ollama/llm/llama.cpp/examples/batched/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/batched/README.md b/ollama/llm/llama.cpp/examples/batched/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/batched/batched.cpp b/ollama/llm/llama.cpp/examples/batched/batched.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/benchmark/CMakeLists.txt b/ollama/llm/llama.cpp/examples/benchmark/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/benchmark/benchmark-matmult.cpp b/ollama/llm/llama.cpp/examples/benchmark/benchmark-matmult.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/chat-13B.bat b/ollama/llm/llama.cpp/examples/chat-13B.bat old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/chat-13B.sh b/ollama/llm/llama.cpp/examples/chat-13B.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/chat-persistent.sh b/ollama/llm/llama.cpp/examples/chat-persistent.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/chat-vicuna.sh b/ollama/llm/llama.cpp/examples/chat-vicuna.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/chat.sh b/ollama/llm/llama.cpp/examples/chat.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/convert-llama2c-to-ggml/CMakeLists.txt b/ollama/llm/llama.cpp/examples/convert-llama2c-to-ggml/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/convert-llama2c-to-ggml/README.md b/ollama/llm/llama.cpp/examples/convert-llama2c-to-ggml/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp b/ollama/llm/llama.cpp/examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/convert_legacy_llama.py b/ollama/llm/llama.cpp/examples/convert_legacy_llama.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/cvector-generator/CMakeLists.txt b/ollama/llm/llama.cpp/examples/cvector-generator/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/cvector-generator/README.md b/ollama/llm/llama.cpp/examples/cvector-generator/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/cvector-generator/completions.txt b/ollama/llm/llama.cpp/examples/cvector-generator/completions.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/cvector-generator/cvector-generator.cpp b/ollama/llm/llama.cpp/examples/cvector-generator/cvector-generator.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/cvector-generator/mean.hpp b/ollama/llm/llama.cpp/examples/cvector-generator/mean.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/cvector-generator/negative.txt b/ollama/llm/llama.cpp/examples/cvector-generator/negative.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/cvector-generator/pca.hpp b/ollama/llm/llama.cpp/examples/cvector-generator/pca.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/cvector-generator/positive.txt b/ollama/llm/llama.cpp/examples/cvector-generator/positive.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/deprecation-warning/README.md b/ollama/llm/llama.cpp/examples/deprecation-warning/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/deprecation-warning/deprecation-warning.cpp b/ollama/llm/llama.cpp/examples/deprecation-warning/deprecation-warning.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/embedding/CMakeLists.txt b/ollama/llm/llama.cpp/examples/embedding/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/embedding/README.md b/ollama/llm/llama.cpp/examples/embedding/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/embedding/embedding.cpp b/ollama/llm/llama.cpp/examples/embedding/embedding.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/eval-callback/CMakeLists.txt b/ollama/llm/llama.cpp/examples/eval-callback/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/eval-callback/README.md b/ollama/llm/llama.cpp/examples/eval-callback/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/eval-callback/eval-callback.cpp b/ollama/llm/llama.cpp/examples/eval-callback/eval-callback.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/export-lora/CMakeLists.txt b/ollama/llm/llama.cpp/examples/export-lora/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/export-lora/README.md b/ollama/llm/llama.cpp/examples/export-lora/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/export-lora/export-lora.cpp b/ollama/llm/llama.cpp/examples/export-lora/export-lora.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gbnf-validator/CMakeLists.txt b/ollama/llm/llama.cpp/examples/gbnf-validator/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gbnf-validator/gbnf-validator.cpp b/ollama/llm/llama.cpp/examples/gbnf-validator/gbnf-validator.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gguf-hash/CMakeLists.txt b/ollama/llm/llama.cpp/examples/gguf-hash/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gguf-hash/README.md b/ollama/llm/llama.cpp/examples/gguf-hash/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gguf-hash/deps/rotate-bits/package.json b/ollama/llm/llama.cpp/examples/gguf-hash/deps/rotate-bits/package.json old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gguf-hash/deps/rotate-bits/rotate-bits.h b/ollama/llm/llama.cpp/examples/gguf-hash/deps/rotate-bits/rotate-bits.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gguf-hash/deps/sha1/package.json b/ollama/llm/llama.cpp/examples/gguf-hash/deps/sha1/package.json old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gguf-hash/deps/sha1/sha1.c b/ollama/llm/llama.cpp/examples/gguf-hash/deps/sha1/sha1.c old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gguf-hash/deps/sha1/sha1.h b/ollama/llm/llama.cpp/examples/gguf-hash/deps/sha1/sha1.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gguf-hash/deps/sha256/package.json b/ollama/llm/llama.cpp/examples/gguf-hash/deps/sha256/package.json old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gguf-hash/deps/sha256/sha256.c b/ollama/llm/llama.cpp/examples/gguf-hash/deps/sha256/sha256.c old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gguf-hash/deps/sha256/sha256.h b/ollama/llm/llama.cpp/examples/gguf-hash/deps/sha256/sha256.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gguf-hash/deps/xxhash/clib.json b/ollama/llm/llama.cpp/examples/gguf-hash/deps/xxhash/clib.json old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gguf-hash/deps/xxhash/xxhash.c b/ollama/llm/llama.cpp/examples/gguf-hash/deps/xxhash/xxhash.c old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gguf-hash/deps/xxhash/xxhash.h b/ollama/llm/llama.cpp/examples/gguf-hash/deps/xxhash/xxhash.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gguf-hash/gguf-hash.cpp b/ollama/llm/llama.cpp/examples/gguf-hash/gguf-hash.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gguf-split/CMakeLists.txt b/ollama/llm/llama.cpp/examples/gguf-split/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gguf-split/README.md b/ollama/llm/llama.cpp/examples/gguf-split/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gguf-split/gguf-split.cpp b/ollama/llm/llama.cpp/examples/gguf-split/gguf-split.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gguf-split/tests.sh b/ollama/llm/llama.cpp/examples/gguf-split/tests.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gguf/CMakeLists.txt b/ollama/llm/llama.cpp/examples/gguf/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gguf/gguf.cpp b/ollama/llm/llama.cpp/examples/gguf/gguf.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gritlm/CMakeLists.txt b/ollama/llm/llama.cpp/examples/gritlm/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gritlm/README.md b/ollama/llm/llama.cpp/examples/gritlm/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/gritlm/gritlm.cpp b/ollama/llm/llama.cpp/examples/gritlm/gritlm.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/imatrix/CMakeLists.txt b/ollama/llm/llama.cpp/examples/imatrix/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/imatrix/README.md b/ollama/llm/llama.cpp/examples/imatrix/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/imatrix/imatrix.cpp b/ollama/llm/llama.cpp/examples/imatrix/imatrix.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/infill/CMakeLists.txt b/ollama/llm/llama.cpp/examples/infill/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/infill/README.md b/ollama/llm/llama.cpp/examples/infill/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/infill/infill.cpp b/ollama/llm/llama.cpp/examples/infill/infill.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/jeopardy/README.md b/ollama/llm/llama.cpp/examples/jeopardy/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/jeopardy/graph.py b/ollama/llm/llama.cpp/examples/jeopardy/graph.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/jeopardy/jeopardy.sh b/ollama/llm/llama.cpp/examples/jeopardy/jeopardy.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/jeopardy/qasheet.csv b/ollama/llm/llama.cpp/examples/jeopardy/qasheet.csv old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/jeopardy/questions.txt b/ollama/llm/llama.cpp/examples/jeopardy/questions.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/json_schema_pydantic_example.py b/ollama/llm/llama.cpp/examples/json_schema_pydantic_example.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/json_schema_to_grammar.py b/ollama/llm/llama.cpp/examples/json_schema_to_grammar.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama-bench/CMakeLists.txt b/ollama/llm/llama.cpp/examples/llama-bench/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama-bench/README.md b/ollama/llm/llama.cpp/examples/llama-bench/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama-bench/llama-bench.cpp b/ollama/llm/llama.cpp/examples/llama-bench/llama-bench.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/.gitignore b/ollama/llm/llama.cpp/examples/llama.android/.gitignore old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/README.md b/ollama/llm/llama.cpp/examples/llama.android/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/.gitignore b/ollama/llm/llama.cpp/examples/llama.android/app/.gitignore old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/build.gradle.kts b/ollama/llm/llama.cpp/examples/llama.android/app/build.gradle.kts old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/proguard-rules.pro b/ollama/llm/llama.cpp/examples/llama.android/app/proguard-rules.pro old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/AndroidManifest.xml b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/AndroidManifest.xml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/Downloadable.kt b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/Downloadable.kt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/MainActivity.kt b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/MainActivity.kt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/MainViewModel.kt b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/MainViewModel.kt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/ui/theme/Color.kt b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/ui/theme/Color.kt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/ui/theme/Theme.kt b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/ui/theme/Theme.kt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/ui/theme/Type.kt b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/ui/theme/Type.kt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/drawable/ic_launcher_background.xml b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/drawable/ic_launcher_background.xml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/drawable/ic_launcher_foreground.xml b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/drawable/ic_launcher_foreground.xml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-anydpi/ic_launcher.xml b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-anydpi/ic_launcher.xml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-hdpi/ic_launcher.webp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-mdpi/ic_launcher.webp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/values/colors.xml b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/values/colors.xml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/values/strings.xml b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/values/strings.xml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/values/themes.xml b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/values/themes.xml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/xml/backup_rules.xml b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/xml/backup_rules.xml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/xml/data_extraction_rules.xml b/ollama/llm/llama.cpp/examples/llama.android/app/src/main/res/xml/data_extraction_rules.xml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/build.gradle.kts b/ollama/llm/llama.cpp/examples/llama.android/build.gradle.kts old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/gradle.properties b/ollama/llm/llama.cpp/examples/llama.android/gradle.properties old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/gradle/wrapper/gradle-wrapper.jar b/ollama/llm/llama.cpp/examples/llama.android/gradle/wrapper/gradle-wrapper.jar old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/gradle/wrapper/gradle-wrapper.properties b/ollama/llm/llama.cpp/examples/llama.android/gradle/wrapper/gradle-wrapper.properties old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/gradlew b/ollama/llm/llama.cpp/examples/llama.android/gradlew old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/llama/.gitignore b/ollama/llm/llama.cpp/examples/llama.android/llama/.gitignore old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/llama/build.gradle.kts b/ollama/llm/llama.cpp/examples/llama.android/llama/build.gradle.kts old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/llama/consumer-rules.pro b/ollama/llm/llama.cpp/examples/llama.android/llama/consumer-rules.pro old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/llama/proguard-rules.pro b/ollama/llm/llama.cpp/examples/llama.android/llama/proguard-rules.pro old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/llama/src/androidTest/java/android/llama/cpp/ExampleInstrumentedTest.kt b/ollama/llm/llama.cpp/examples/llama.android/llama/src/androidTest/java/android/llama/cpp/ExampleInstrumentedTest.kt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/llama/src/main/AndroidManifest.xml b/ollama/llm/llama.cpp/examples/llama.android/llama/src/main/AndroidManifest.xml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/llama/src/main/cpp/CMakeLists.txt b/ollama/llm/llama.cpp/examples/llama.android/llama/src/main/cpp/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/llama/src/main/cpp/llama-android.cpp b/ollama/llm/llama.cpp/examples/llama.android/llama/src/main/cpp/llama-android.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/llama/src/main/java/android/llama/cpp/LLamaAndroid.kt b/ollama/llm/llama.cpp/examples/llama.android/llama/src/main/java/android/llama/cpp/LLamaAndroid.kt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/llama/src/test/java/android/llama/cpp/ExampleUnitTest.kt b/ollama/llm/llama.cpp/examples/llama.android/llama/src/test/java/android/llama/cpp/ExampleUnitTest.kt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.android/settings.gradle.kts b/ollama/llm/llama.cpp/examples/llama.android/settings.gradle.kts old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.swiftui/.gitignore b/ollama/llm/llama.cpp/examples/llama.swiftui/.gitignore old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.swiftui/README.md b/ollama/llm/llama.cpp/examples/llama.swiftui/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.swiftui/llama.cpp.swift/LibLlama.swift b/ollama/llm/llama.cpp/examples/llama.swiftui/llama.cpp.swift/LibLlama.swift old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui.xcodeproj/project.pbxproj b/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui.xcodeproj/project.pbxproj old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui.xcodeproj/project.xcworkspace/contents.xcworkspacedata old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/Assets.xcassets/AppIcon.appiconset/Contents.json b/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/Assets.xcassets/AppIcon.appiconset/Contents.json old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/Assets.xcassets/Contents.json b/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/Assets.xcassets/Contents.json old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/Models/LlamaState.swift b/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/Models/LlamaState.swift old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/Resources/models/.gitignore b/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/Resources/models/.gitignore old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/UI/ContentView.swift b/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/UI/ContentView.swift old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/UI/DownloadButton.swift b/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/UI/DownloadButton.swift old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/UI/InputButton.swift b/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/UI/InputButton.swift old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/UI/LoadCustomButton.swift b/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/UI/LoadCustomButton.swift old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/llama_swiftuiApp.swift b/ollama/llm/llama.cpp/examples/llama.swiftui/llama.swiftui/llama_swiftuiApp.swift old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llama.vim b/ollama/llm/llama.cpp/examples/llama.vim old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llava/CMakeLists.txt b/ollama/llm/llama.cpp/examples/llava/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llava/MobileVLM-README.md b/ollama/llm/llama.cpp/examples/llava/MobileVLM-README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llava/README.md b/ollama/llm/llama.cpp/examples/llava/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llava/android/adb_run.sh b/ollama/llm/llama.cpp/examples/llava/android/adb_run.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llava/android/build_64.sh b/ollama/llm/llama.cpp/examples/llava/android/build_64.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llava/clip.cpp b/ollama/llm/llama.cpp/examples/llava/clip.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llava/clip.h b/ollama/llm/llama.cpp/examples/llava/clip.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llava/convert_image_encoder_to_gguf.py b/ollama/llm/llama.cpp/examples/llava/convert_image_encoder_to_gguf.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llava/llava-cli.cpp b/ollama/llm/llama.cpp/examples/llava/llava-cli.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llava/llava.cpp b/ollama/llm/llama.cpp/examples/llava/llava.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llava/llava.h b/ollama/llm/llama.cpp/examples/llava/llava.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llava/llava_surgery.py b/ollama/llm/llama.cpp/examples/llava/llava_surgery.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llava/llava_surgery_v2.py b/ollama/llm/llama.cpp/examples/llava/llava_surgery_v2.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llava/requirements.txt b/ollama/llm/llama.cpp/examples/llava/requirements.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/llm.vim b/ollama/llm/llama.cpp/examples/llm.vim old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/lookahead/CMakeLists.txt b/ollama/llm/llama.cpp/examples/lookahead/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/lookahead/README.md b/ollama/llm/llama.cpp/examples/lookahead/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/lookahead/lookahead.cpp b/ollama/llm/llama.cpp/examples/lookahead/lookahead.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/lookup/CMakeLists.txt b/ollama/llm/llama.cpp/examples/lookup/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/lookup/README.md b/ollama/llm/llama.cpp/examples/lookup/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/lookup/lookup-create.cpp b/ollama/llm/llama.cpp/examples/lookup/lookup-create.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/lookup/lookup-merge.cpp b/ollama/llm/llama.cpp/examples/lookup/lookup-merge.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/lookup/lookup-stats.cpp b/ollama/llm/llama.cpp/examples/lookup/lookup-stats.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/lookup/lookup.cpp b/ollama/llm/llama.cpp/examples/lookup/lookup.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/main-cmake-pkg/.gitignore b/ollama/llm/llama.cpp/examples/main-cmake-pkg/.gitignore old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/main-cmake-pkg/CMakeLists.txt b/ollama/llm/llama.cpp/examples/main-cmake-pkg/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/main-cmake-pkg/README.md b/ollama/llm/llama.cpp/examples/main-cmake-pkg/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/main/CMakeLists.txt b/ollama/llm/llama.cpp/examples/main/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/main/README.md b/ollama/llm/llama.cpp/examples/main/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/main/main.cpp b/ollama/llm/llama.cpp/examples/main/main.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/parallel/CMakeLists.txt b/ollama/llm/llama.cpp/examples/parallel/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/parallel/README.md b/ollama/llm/llama.cpp/examples/parallel/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/parallel/parallel.cpp b/ollama/llm/llama.cpp/examples/parallel/parallel.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/passkey/CMakeLists.txt b/ollama/llm/llama.cpp/examples/passkey/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/passkey/README.md b/ollama/llm/llama.cpp/examples/passkey/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/passkey/passkey.cpp b/ollama/llm/llama.cpp/examples/passkey/passkey.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/perplexity/CMakeLists.txt b/ollama/llm/llama.cpp/examples/perplexity/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/perplexity/README.md b/ollama/llm/llama.cpp/examples/perplexity/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/perplexity/perplexity.cpp b/ollama/llm/llama.cpp/examples/perplexity/perplexity.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/pydantic_models_to_grammar.py b/ollama/llm/llama.cpp/examples/pydantic_models_to_grammar.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/pydantic_models_to_grammar_examples.py b/ollama/llm/llama.cpp/examples/pydantic_models_to_grammar_examples.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/quantize-stats/CMakeLists.txt b/ollama/llm/llama.cpp/examples/quantize-stats/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/quantize-stats/quantize-stats.cpp b/ollama/llm/llama.cpp/examples/quantize-stats/quantize-stats.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/quantize/CMakeLists.txt b/ollama/llm/llama.cpp/examples/quantize/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/quantize/README.md b/ollama/llm/llama.cpp/examples/quantize/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/quantize/quantize.cpp b/ollama/llm/llama.cpp/examples/quantize/quantize.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/quantize/tests.sh b/ollama/llm/llama.cpp/examples/quantize/tests.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/reason-act.sh b/ollama/llm/llama.cpp/examples/reason-act.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/regex_to_grammar.py b/ollama/llm/llama.cpp/examples/regex_to_grammar.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/retrieval/CMakeLists.txt b/ollama/llm/llama.cpp/examples/retrieval/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/retrieval/README.md b/ollama/llm/llama.cpp/examples/retrieval/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/retrieval/retrieval.cpp b/ollama/llm/llama.cpp/examples/retrieval/retrieval.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/rpc/CMakeLists.txt b/ollama/llm/llama.cpp/examples/rpc/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/rpc/README.md b/ollama/llm/llama.cpp/examples/rpc/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/rpc/rpc-server.cpp b/ollama/llm/llama.cpp/examples/rpc/rpc-server.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/save-load-state/CMakeLists.txt b/ollama/llm/llama.cpp/examples/save-load-state/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/save-load-state/save-load-state.cpp b/ollama/llm/llama.cpp/examples/save-load-state/save-load-state.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server-llama2-13B.sh b/ollama/llm/llama.cpp/examples/server-llama2-13B.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/CMakeLists.txt b/ollama/llm/llama.cpp/examples/server/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/README.md b/ollama/llm/llama.cpp/examples/server/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/bench/README.md b/ollama/llm/llama.cpp/examples/server/bench/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/bench/bench.py b/ollama/llm/llama.cpp/examples/server/bench/bench.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/bench/prometheus.yml b/ollama/llm/llama.cpp/examples/server/bench/prometheus.yml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/bench/requirements.txt b/ollama/llm/llama.cpp/examples/server/bench/requirements.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/bench/script.js b/ollama/llm/llama.cpp/examples/server/bench/script.js old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/chat-llama2.sh b/ollama/llm/llama.cpp/examples/server/chat-llama2.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/chat.mjs b/ollama/llm/llama.cpp/examples/server/chat.mjs old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/chat.sh b/ollama/llm/llama.cpp/examples/server/chat.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/deps.sh b/ollama/llm/llama.cpp/examples/server/deps.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/httplib.h b/ollama/llm/llama.cpp/examples/server/httplib.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public/colorthemes.css b/ollama/llm/llama.cpp/examples/server/public/colorthemes.css old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public/completion.js b/ollama/llm/llama.cpp/examples/server/public/completion.js old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public/favicon.ico b/ollama/llm/llama.cpp/examples/server/public/favicon.ico old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public/index-new.html b/ollama/llm/llama.cpp/examples/server/public/index-new.html old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public/index.html b/ollama/llm/llama.cpp/examples/server/public/index.html old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public/index.js b/ollama/llm/llama.cpp/examples/server/public/index.js old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public/json-schema-to-grammar.mjs b/ollama/llm/llama.cpp/examples/server/public/json-schema-to-grammar.mjs old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public/prompt-formats.js b/ollama/llm/llama.cpp/examples/server/public/prompt-formats.js old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public/style.css b/ollama/llm/llama.cpp/examples/server/public/style.css old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public/system-prompts.js b/ollama/llm/llama.cpp/examples/server/public/system-prompts.js old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public/theme-beeninorder.css b/ollama/llm/llama.cpp/examples/server/public/theme-beeninorder.css old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public/theme-ketivah.css b/ollama/llm/llama.cpp/examples/server/public/theme-ketivah.css old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public/theme-mangotango.css b/ollama/llm/llama.cpp/examples/server/public/theme-mangotango.css old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public/theme-playground.css b/ollama/llm/llama.cpp/examples/server/public/theme-playground.css old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public/theme-polarnight.css b/ollama/llm/llama.cpp/examples/server/public/theme-polarnight.css old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public/theme-snowstorm.css b/ollama/llm/llama.cpp/examples/server/public/theme-snowstorm.css old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public_simplechat/datautils.mjs b/ollama/llm/llama.cpp/examples/server/public_simplechat/datautils.mjs old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public_simplechat/index.html b/ollama/llm/llama.cpp/examples/server/public_simplechat/index.html old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public_simplechat/readme.md b/ollama/llm/llama.cpp/examples/server/public_simplechat/readme.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public_simplechat/simplechat.css b/ollama/llm/llama.cpp/examples/server/public_simplechat/simplechat.css old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public_simplechat/simplechat.js b/ollama/llm/llama.cpp/examples/server/public_simplechat/simplechat.js old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public_simplechat/simplechat_screens.webp b/ollama/llm/llama.cpp/examples/server/public_simplechat/simplechat_screens.webp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/public_simplechat/ui.mjs b/ollama/llm/llama.cpp/examples/server/public_simplechat/ui.mjs old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/server.cpp b/ollama/llm/llama.cpp/examples/server/server.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/tests/README.md b/ollama/llm/llama.cpp/examples/server/tests/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/tests/features/embeddings.feature b/ollama/llm/llama.cpp/examples/server/tests/features/embeddings.feature old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/tests/features/environment.py b/ollama/llm/llama.cpp/examples/server/tests/features/environment.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/tests/features/issues.feature b/ollama/llm/llama.cpp/examples/server/tests/features/issues.feature old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/tests/features/lora.feature b/ollama/llm/llama.cpp/examples/server/tests/features/lora.feature old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/tests/features/parallel.feature b/ollama/llm/llama.cpp/examples/server/tests/features/parallel.feature old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/tests/features/passkey.feature b/ollama/llm/llama.cpp/examples/server/tests/features/passkey.feature old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/tests/features/results.feature b/ollama/llm/llama.cpp/examples/server/tests/features/results.feature old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/tests/features/security.feature b/ollama/llm/llama.cpp/examples/server/tests/features/security.feature old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/tests/features/server.feature b/ollama/llm/llama.cpp/examples/server/tests/features/server.feature old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/tests/features/slotsave.feature b/ollama/llm/llama.cpp/examples/server/tests/features/slotsave.feature old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/tests/features/steps/steps.py b/ollama/llm/llama.cpp/examples/server/tests/features/steps/steps.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/tests/features/wrong_usages.feature b/ollama/llm/llama.cpp/examples/server/tests/features/wrong_usages.feature old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/tests/requirements.txt b/ollama/llm/llama.cpp/examples/server/tests/requirements.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/tests/tests.sh b/ollama/llm/llama.cpp/examples/server/tests/tests.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/themes/README.md b/ollama/llm/llama.cpp/examples/server/themes/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/themes/buttons-top/README.md b/ollama/llm/llama.cpp/examples/server/themes/buttons-top/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/themes/buttons-top/buttons_top.png b/ollama/llm/llama.cpp/examples/server/themes/buttons-top/buttons_top.png old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/themes/buttons-top/favicon.ico b/ollama/llm/llama.cpp/examples/server/themes/buttons-top/favicon.ico old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/themes/buttons-top/index.html b/ollama/llm/llama.cpp/examples/server/themes/buttons-top/index.html old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/themes/wild/README.md b/ollama/llm/llama.cpp/examples/server/themes/wild/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/themes/wild/favicon.ico b/ollama/llm/llama.cpp/examples/server/themes/wild/favicon.ico old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/themes/wild/index.html b/ollama/llm/llama.cpp/examples/server/themes/wild/index.html old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/themes/wild/llama_cpp.png b/ollama/llm/llama.cpp/examples/server/themes/wild/llama_cpp.png old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/themes/wild/llamapattern.png b/ollama/llm/llama.cpp/examples/server/themes/wild/llamapattern.png old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/themes/wild/wild.png b/ollama/llm/llama.cpp/examples/server/themes/wild/wild.png old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server/utils.hpp b/ollama/llm/llama.cpp/examples/server/utils.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/server_embd.py b/ollama/llm/llama.cpp/examples/server_embd.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/simple/CMakeLists.txt b/ollama/llm/llama.cpp/examples/simple/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/simple/README.md b/ollama/llm/llama.cpp/examples/simple/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/simple/simple.cpp b/ollama/llm/llama.cpp/examples/simple/simple.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/speculative/CMakeLists.txt b/ollama/llm/llama.cpp/examples/speculative/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/speculative/README.md b/ollama/llm/llama.cpp/examples/speculative/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/speculative/speculative.cpp b/ollama/llm/llama.cpp/examples/speculative/speculative.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/sycl/CMakeLists.txt b/ollama/llm/llama.cpp/examples/sycl/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/sycl/README.md b/ollama/llm/llama.cpp/examples/sycl/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/sycl/build.sh b/ollama/llm/llama.cpp/examples/sycl/build.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/sycl/ls-sycl-device.cpp b/ollama/llm/llama.cpp/examples/sycl/ls-sycl-device.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/sycl/run-llama2.sh b/ollama/llm/llama.cpp/examples/sycl/run-llama2.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/sycl/win-build-sycl.bat b/ollama/llm/llama.cpp/examples/sycl/win-build-sycl.bat old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/sycl/win-run-llama2.bat b/ollama/llm/llama.cpp/examples/sycl/win-run-llama2.bat old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/tokenize/CMakeLists.txt b/ollama/llm/llama.cpp/examples/tokenize/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/tokenize/tokenize.cpp b/ollama/llm/llama.cpp/examples/tokenize/tokenize.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/examples/ts-type-to-grammar.sh b/ollama/llm/llama.cpp/examples/ts-type-to-grammar.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/flake.lock b/ollama/llm/llama.cpp/flake.lock old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/flake.nix b/ollama/llm/llama.cpp/flake.nix old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/.gitignore b/ollama/llm/llama.cpp/ggml/.gitignore old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/CMakeLists.txt b/ollama/llm/llama.cpp/ggml/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/cmake/FindSIMD.cmake b/ollama/llm/llama.cpp/ggml/cmake/FindSIMD.cmake old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/include/ggml-alloc.h b/ollama/llm/llama.cpp/ggml/include/ggml-alloc.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/include/ggml-backend.h b/ollama/llm/llama.cpp/ggml/include/ggml-backend.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/include/ggml-blas.h b/ollama/llm/llama.cpp/ggml/include/ggml-blas.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/include/ggml-cann.h b/ollama/llm/llama.cpp/ggml/include/ggml-cann.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/include/ggml-cuda.h b/ollama/llm/llama.cpp/ggml/include/ggml-cuda.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/include/ggml-kompute.h b/ollama/llm/llama.cpp/ggml/include/ggml-kompute.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/include/ggml-metal.h b/ollama/llm/llama.cpp/ggml/include/ggml-metal.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/include/ggml-rpc.h b/ollama/llm/llama.cpp/ggml/include/ggml-rpc.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/include/ggml-sycl.h b/ollama/llm/llama.cpp/ggml/include/ggml-sycl.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/include/ggml-vulkan.h b/ollama/llm/llama.cpp/ggml/include/ggml-vulkan.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/include/ggml.h b/ollama/llm/llama.cpp/ggml/include/ggml.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/CMakeLists.txt b/ollama/llm/llama.cpp/ggml/src/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-aarch64.c b/ollama/llm/llama.cpp/ggml/src/ggml-aarch64.c old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-aarch64.h b/ollama/llm/llama.cpp/ggml/src/ggml-aarch64.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-alloc.c b/ollama/llm/llama.cpp/ggml/src/ggml-alloc.c old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-backend-impl.h b/ollama/llm/llama.cpp/ggml/src/ggml-backend-impl.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-backend.c b/ollama/llm/llama.cpp/ggml/src/ggml-backend.c old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-blas.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-blas.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cann.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-cann.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cann/.clang-format b/ollama/llm/llama.cpp/ggml/src/ggml-cann/.clang-format old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cann/Doxyfile b/ollama/llm/llama.cpp/ggml/src/ggml-cann/Doxyfile old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cann/acl_tensor.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-cann/acl_tensor.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cann/acl_tensor.h b/ollama/llm/llama.cpp/ggml/src/ggml-cann/acl_tensor.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cann/aclnn_ops.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-cann/aclnn_ops.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cann/aclnn_ops.h b/ollama/llm/llama.cpp/ggml/src/ggml-cann/aclnn_ops.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cann/common.h b/ollama/llm/llama.cpp/ggml/src/ggml-cann/common.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/CMakeLists.txt b/ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/ascendc_kernels.h b/ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/ascendc_kernels.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/dup.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/dup.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/get_row_f16.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/get_row_f16.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/get_row_f32.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/get_row_f32.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/get_row_q4_0.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/get_row_q4_0.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/get_row_q8_0.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/get_row_q8_0.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/quantize_f16_q8_0.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/quantize_f16_q8_0.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/quantize_f32_q8_0.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/quantize_f32_q8_0.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/quantize_float_to_q4_0.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-cann/kernels/quantize_float_to_q4_0.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-common.h b/ollama/llm/llama.cpp/ggml/src/ggml-common.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/acc.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/acc.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/acc.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/acc.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/arange.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/arange.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/arange.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/arange.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/argsort.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/argsort.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/argsort.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/argsort.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/binbcast.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/binbcast.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/binbcast.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/binbcast.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/clamp.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/clamp.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/clamp.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/clamp.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/common.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/common.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/concat.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/concat.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/concat.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/concat.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/conv-transpose-1d.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/conv-transpose-1d.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/conv-transpose-1d.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/conv-transpose-1d.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/convert.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/convert.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/convert.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/convert.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/cpy.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/cpy.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/cpy.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/cpy.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/dequantize.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/dequantize.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/diagmask.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/diagmask.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/diagmask.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/diagmask.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/dmmv.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/dmmv.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/dmmv.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/dmmv.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-common.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-common.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-tile-f16.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-tile-f16.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-tile-f16.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-tile-f16.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-tile-f32.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-tile-f32.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-tile-f32.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-tile-f32.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-vec-f16.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-vec-f16.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-vec-f32.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-vec-f32.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-wmma-f16.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn-wmma-f16.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/fattn.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/getrows.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/getrows.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/getrows.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/getrows.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/im2col.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/im2col.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/im2col.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/im2col.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/mma.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/mma.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/mmq.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/mmq.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/mmq.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/mmq.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/mmvq.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/mmvq.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/mmvq.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/mmvq.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/norm.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/norm.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/norm.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/norm.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/pad.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/pad.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/pad.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/pad.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/pool2d.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/pool2d.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/pool2d.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/pool2d.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/quantize.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/quantize.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/quantize.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/quantize.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/rope.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/rope.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/rope.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/rope.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/scale.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/scale.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/scale.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/scale.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/softmax.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/softmax.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/softmax.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/softmax.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/sumrows.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/sumrows.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/sumrows.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/sumrows.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-f16.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-f16.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q4_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q4_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q4_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q4_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q5_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q5_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q5_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q5_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q8_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q8_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-f16.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-f16.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q4_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q4_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q4_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q4_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q5_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q5_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q5_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q5_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q8_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q8_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-f16.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-f16.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q4_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q4_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q4_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q4_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q5_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q5_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q5_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q5_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q8_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q8_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-f16.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-f16.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q4_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q4_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q4_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q4_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q5_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q5_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q5_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q5_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q8_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q8_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-f16.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-f16.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q4_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q4_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q4_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q4_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q5_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q5_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q5_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q5_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q8_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q8_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-f16.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-f16.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q4_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q4_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q4_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q4_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q5_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q5_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q5_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q5_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q8_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q8_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs256-f16-f16.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs256-f16-f16.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-f16.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-f16.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q4_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q4_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q4_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q4_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q5_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q5_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q5_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q5_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q8_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q8_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-f16.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-f16.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q4_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q4_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q4_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q4_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q5_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q5_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q5_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q5_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q8_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q8_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-f16.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-f16.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q4_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q4_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q4_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q4_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q5_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q5_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q5_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q5_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q8_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q8_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-f16.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-f16.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q4_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q4_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q4_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q4_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q5_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q5_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q5_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q5_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q8_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q8_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-f16.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-f16.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q4_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q4_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q4_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q4_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q5_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q5_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q5_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q5_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q8_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q8_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-f16.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-f16.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q4_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q4_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q4_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q4_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q5_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q5_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q5_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q5_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q8_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q8_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-f16.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-f16.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q4_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q4_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q4_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q4_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q5_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q5_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q5_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q5_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q8_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q8_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs256-f16-f16.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs256-f16-f16.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-f16.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-f16.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q4_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q4_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q4_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q4_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q5_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q5_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q5_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q5_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q8_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q8_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-wmma-f16-instance-kqfloat-cpb16.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-wmma-f16-instance-kqfloat-cpb16.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-wmma-f16-instance-kqfloat-cpb32.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-wmma-f16-instance-kqfloat-cpb32.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-wmma-f16-instance-kqhalf-cpb16.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-wmma-f16-instance-kqhalf-cpb16.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-wmma-f16-instance-kqhalf-cpb32.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-wmma-f16-instance-kqhalf-cpb32.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-wmma-f16-instance-kqhalf-cpb8.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-wmma-f16-instance-kqhalf-cpb8.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/generate_cu_files.py b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/generate_cu_files.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq1_s.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq1_s.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_s.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_s.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_xs.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_xs.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_xxs.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_xxs.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq3_s.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq3_s.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq3_xxs.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq3_xxs.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq4_nl.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq4_nl.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq4_xs.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq4_xs.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q2_k.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q2_k.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q3_k.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q3_k.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_k.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_k.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_1.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_1.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_k.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_k.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q6_k.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q6_k.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q8_0.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q8_0.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/tsembd.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/tsembd.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/tsembd.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/tsembd.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/unary.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/unary.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/unary.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/unary.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/upscale.cu b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/upscale.cu old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/upscale.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/upscale.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/vecdotq.cuh b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/vecdotq.cuh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/vendors/cuda.h b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/vendors/cuda.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/vendors/hip.h b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/vendors/hip.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-cuda/vendors/musa.h b/ollama/llm/llama.cpp/ggml/src/ggml-cuda/vendors/musa.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-impl.h b/ollama/llm/llama.cpp/ggml/src/ggml-impl.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-kompute.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-kompute.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-metal.m b/ollama/llm/llama.cpp/ggml/src/ggml-metal.m old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-quants.c b/ollama/llm/llama.cpp/ggml/src/ggml-quants.c old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-quants.h b/ollama/llm/llama.cpp/ggml/src/ggml-quants.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-rpc.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-rpc.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/backend.hpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/backend.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/common.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/common.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/common.hpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/common.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/concat.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/concat.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/concat.hpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/concat.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/conv.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/conv.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/conv.hpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/conv.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/convert.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/convert.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/convert.hpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/convert.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/dequantize.hpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/dequantize.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/dmmv.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/dmmv.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/dmmv.hpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/dmmv.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/dpct/helper.hpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/dpct/helper.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/mmq.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/mmq.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/mmq.hpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/mmq.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/mmvq.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/mmvq.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/mmvq.hpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/mmvq.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/norm.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/norm.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/norm.hpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/norm.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/presets.hpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/presets.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/rope.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/rope.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/rope.hpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/rope.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/softmax.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/softmax.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/softmax.hpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/softmax.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/tsembd.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/tsembd.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/tsembd.hpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/tsembd.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-sycl/vecdotq.hpp b/ollama/llm/llama.cpp/ggml/src/ggml-sycl/vecdotq.hpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml-vulkan.cpp b/ollama/llm/llama.cpp/ggml/src/ggml-vulkan.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/ggml.c b/ollama/llm/llama.cpp/ggml/src/ggml.c old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/common.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/common.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_add.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_add.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_addrow.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_addrow.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_cpy_f16_f16.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_cpy_f16_f16.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_cpy_f16_f32.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_cpy_f16_f32.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_cpy_f32_f16.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_cpy_f32_f16.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_cpy_f32_f32.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_cpy_f32_f32.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_diagmask.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_diagmask.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_gelu.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_gelu.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_getrows.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_getrows.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_getrows_f16.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_getrows_f16.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_getrows_f32.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_getrows_f32.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_getrows_q4_0.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_getrows_q4_0.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_getrows_q4_1.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_getrows_q4_1.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_getrows_q6_k.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_getrows_q6_k.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mat_f16.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mat_f16.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mat_mat_f32.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mat_mat_f32.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mat_q4_0.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mat_q4_0.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mat_q4_1.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mat_q4_1.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mat_q6_k.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mat_q6_k.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mat_q8_0.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mat_q8_0.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mv_q_n.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mv_q_n.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mv_q_n_pre.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_mul_mv_q_n_pre.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_norm.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_norm.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_relu.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_relu.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_rmsnorm.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_rmsnorm.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_rope_f16.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_rope_f16.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_rope_f32.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_rope_f32.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_scale.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_scale.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_scale_8.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_scale_8.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_silu.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_silu.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_softmax.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/op_softmax.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/kompute-shaders/rope_common.comp b/ollama/llm/llama.cpp/ggml/src/kompute-shaders/rope_common.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/llamafile/sgemm.cpp b/ollama/llm/llama.cpp/ggml/src/llamafile/sgemm.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/llamafile/sgemm.h b/ollama/llm/llama.cpp/ggml/src/llamafile/sgemm.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/CMakeLists.txt b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/add.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/add.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/argsort.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/argsort.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/clamp.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/clamp.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/concat.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/concat.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/copy.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/copy.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_f32.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_f32.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_funcs.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_funcs.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_head.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_head.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_iq4_nl.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_iq4_nl.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q2_k.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q2_k.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q3_k.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q3_k.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q4_0.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q4_0.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q4_1.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q4_1.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q4_k.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q4_k.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q5_0.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q5_0.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q5_1.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q5_1.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q5_k.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q5_k.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q6_k.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q6_k.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q8_0.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/dequant_q8_0.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/diag_mask_inf.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/diag_mask_inf.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/div.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/div.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/gelu.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/gelu.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/gelu_quick.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/gelu_quick.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/generic_binary_head.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/generic_binary_head.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/generic_head.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/generic_head.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/generic_unary_head.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/generic_unary_head.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/get_rows.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/get_rows.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/get_rows_quant.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/get_rows_quant.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/group_norm.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/group_norm.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/im2col.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/im2col.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/leaky_relu.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/leaky_relu.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_split_k_reduce.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_split_k_reduce.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_base.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_base.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_nc.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_nc.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_p021.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_p021.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_q2_k.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_q2_k.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_q3_k.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_q3_k.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_q4_k.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_q4_k.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_q5_k.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_q5_k.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_q6_k.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mat_vec_q6_k.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mm.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/mul_mm.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/norm.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/norm.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/pad.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/pad.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/relu.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/relu.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/rms_norm.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/rms_norm.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/rope_head.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/rope_head.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/rope_neox.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/rope_neox.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/rope_norm.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/rope_norm.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/scale.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/scale.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/silu.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/silu.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/soft_max.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/soft_max.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/square.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/square.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/sum_rows.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/sum_rows.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/tanh.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/tanh.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/timestep_embedding.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/timestep_embedding.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/types.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/types.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/upscale.comp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/upscale.comp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/vulkan-shaders-gen.cpp b/ollama/llm/llama.cpp/ggml/src/vulkan-shaders/vulkan-shaders-gen.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/LICENSE b/ollama/llm/llama.cpp/gguf-py/LICENSE old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/README.md b/ollama/llm/llama.cpp/gguf-py/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/examples/reader.py b/ollama/llm/llama.cpp/gguf-py/examples/reader.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/examples/writer.py b/ollama/llm/llama.cpp/gguf-py/examples/writer.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/gguf/__init__.py b/ollama/llm/llama.cpp/gguf-py/gguf/__init__.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/gguf/constants.py b/ollama/llm/llama.cpp/gguf-py/gguf/constants.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/gguf/gguf.py b/ollama/llm/llama.cpp/gguf-py/gguf/gguf.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/gguf/gguf_reader.py b/ollama/llm/llama.cpp/gguf-py/gguf/gguf_reader.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/gguf/gguf_writer.py b/ollama/llm/llama.cpp/gguf-py/gguf/gguf_writer.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/gguf/lazy.py b/ollama/llm/llama.cpp/gguf-py/gguf/lazy.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/gguf/metadata.py b/ollama/llm/llama.cpp/gguf-py/gguf/metadata.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/gguf/py.typed b/ollama/llm/llama.cpp/gguf-py/gguf/py.typed old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/gguf/quants.py b/ollama/llm/llama.cpp/gguf-py/gguf/quants.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/gguf/tensor_mapping.py b/ollama/llm/llama.cpp/gguf-py/gguf/tensor_mapping.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/gguf/utility.py b/ollama/llm/llama.cpp/gguf-py/gguf/utility.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/gguf/vocab.py b/ollama/llm/llama.cpp/gguf-py/gguf/vocab.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/pyproject.toml b/ollama/llm/llama.cpp/gguf-py/pyproject.toml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/scripts/__init__.py b/ollama/llm/llama.cpp/gguf-py/scripts/__init__.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/scripts/gguf_convert_endian.py b/ollama/llm/llama.cpp/gguf-py/scripts/gguf_convert_endian.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/scripts/gguf_dump.py b/ollama/llm/llama.cpp/gguf-py/scripts/gguf_dump.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/scripts/gguf_hash.py b/ollama/llm/llama.cpp/gguf-py/scripts/gguf_hash.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/scripts/gguf_new_metadata.py b/ollama/llm/llama.cpp/gguf-py/scripts/gguf_new_metadata.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/scripts/gguf_set_metadata.py b/ollama/llm/llama.cpp/gguf-py/scripts/gguf_set_metadata.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/tests/__init__.py b/ollama/llm/llama.cpp/gguf-py/tests/__init__.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/gguf-py/tests/test_metadata.py b/ollama/llm/llama.cpp/gguf-py/tests/test_metadata.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/grammars/README.md b/ollama/llm/llama.cpp/grammars/README.md old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/grammars/arithmetic.gbnf b/ollama/llm/llama.cpp/grammars/arithmetic.gbnf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/grammars/c.gbnf b/ollama/llm/llama.cpp/grammars/c.gbnf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/grammars/chess.gbnf b/ollama/llm/llama.cpp/grammars/chess.gbnf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/grammars/japanese.gbnf b/ollama/llm/llama.cpp/grammars/japanese.gbnf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/grammars/json.gbnf b/ollama/llm/llama.cpp/grammars/json.gbnf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/grammars/json_arr.gbnf b/ollama/llm/llama.cpp/grammars/json_arr.gbnf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/grammars/list.gbnf b/ollama/llm/llama.cpp/grammars/list.gbnf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/include/llama.h b/ollama/llm/llama.cpp/include/llama.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/media/llama-leader.jpeg b/ollama/llm/llama.cpp/media/llama-leader.jpeg old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/media/llama0-banner.png b/ollama/llm/llama.cpp/media/llama0-banner.png old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/media/llama0-logo.png b/ollama/llm/llama.cpp/media/llama0-logo.png old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/media/llama1-banner.png b/ollama/llm/llama.cpp/media/llama1-banner.png old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/media/llama1-logo.png b/ollama/llm/llama.cpp/media/llama1-logo.png old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/media/matmul.png b/ollama/llm/llama.cpp/media/matmul.png old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/media/matmul.svg b/ollama/llm/llama.cpp/media/matmul.svg old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/.editorconfig b/ollama/llm/llama.cpp/models/.editorconfig old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-aquila.gguf b/ollama/llm/llama.cpp/models/ggml-vocab-aquila.gguf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-baichuan.gguf b/ollama/llm/llama.cpp/models/ggml-vocab-baichuan.gguf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-bert-bge.gguf b/ollama/llm/llama.cpp/models/ggml-vocab-bert-bge.gguf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-bert-bge.gguf.inp b/ollama/llm/llama.cpp/models/ggml-vocab-bert-bge.gguf.inp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-bert-bge.gguf.out b/ollama/llm/llama.cpp/models/ggml-vocab-bert-bge.gguf.out old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-command-r.gguf b/ollama/llm/llama.cpp/models/ggml-vocab-command-r.gguf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-command-r.gguf.inp b/ollama/llm/llama.cpp/models/ggml-vocab-command-r.gguf.inp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-command-r.gguf.out b/ollama/llm/llama.cpp/models/ggml-vocab-command-r.gguf.out old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-deepseek-coder.gguf b/ollama/llm/llama.cpp/models/ggml-vocab-deepseek-coder.gguf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-deepseek-coder.gguf.inp b/ollama/llm/llama.cpp/models/ggml-vocab-deepseek-coder.gguf.inp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-deepseek-coder.gguf.out b/ollama/llm/llama.cpp/models/ggml-vocab-deepseek-coder.gguf.out old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-deepseek-llm.gguf b/ollama/llm/llama.cpp/models/ggml-vocab-deepseek-llm.gguf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-deepseek-llm.gguf.inp b/ollama/llm/llama.cpp/models/ggml-vocab-deepseek-llm.gguf.inp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-deepseek-llm.gguf.out b/ollama/llm/llama.cpp/models/ggml-vocab-deepseek-llm.gguf.out old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-falcon.gguf b/ollama/llm/llama.cpp/models/ggml-vocab-falcon.gguf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-falcon.gguf.inp b/ollama/llm/llama.cpp/models/ggml-vocab-falcon.gguf.inp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-falcon.gguf.out b/ollama/llm/llama.cpp/models/ggml-vocab-falcon.gguf.out old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-gpt-2.gguf b/ollama/llm/llama.cpp/models/ggml-vocab-gpt-2.gguf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-gpt-2.gguf.inp b/ollama/llm/llama.cpp/models/ggml-vocab-gpt-2.gguf.inp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-gpt-2.gguf.out b/ollama/llm/llama.cpp/models/ggml-vocab-gpt-2.gguf.out old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-gpt-neox.gguf b/ollama/llm/llama.cpp/models/ggml-vocab-gpt-neox.gguf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-llama-bpe.gguf b/ollama/llm/llama.cpp/models/ggml-vocab-llama-bpe.gguf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-llama-bpe.gguf.inp b/ollama/llm/llama.cpp/models/ggml-vocab-llama-bpe.gguf.inp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-llama-bpe.gguf.out b/ollama/llm/llama.cpp/models/ggml-vocab-llama-bpe.gguf.out old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-llama-spm.gguf b/ollama/llm/llama.cpp/models/ggml-vocab-llama-spm.gguf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-llama-spm.gguf.inp b/ollama/llm/llama.cpp/models/ggml-vocab-llama-spm.gguf.inp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-llama-spm.gguf.out b/ollama/llm/llama.cpp/models/ggml-vocab-llama-spm.gguf.out old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-mpt.gguf b/ollama/llm/llama.cpp/models/ggml-vocab-mpt.gguf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-mpt.gguf.inp b/ollama/llm/llama.cpp/models/ggml-vocab-mpt.gguf.inp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-mpt.gguf.out b/ollama/llm/llama.cpp/models/ggml-vocab-mpt.gguf.out old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-phi-3.gguf b/ollama/llm/llama.cpp/models/ggml-vocab-phi-3.gguf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-phi-3.gguf.inp b/ollama/llm/llama.cpp/models/ggml-vocab-phi-3.gguf.inp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-phi-3.gguf.out b/ollama/llm/llama.cpp/models/ggml-vocab-phi-3.gguf.out old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-qwen2.gguf b/ollama/llm/llama.cpp/models/ggml-vocab-qwen2.gguf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-qwen2.gguf.inp b/ollama/llm/llama.cpp/models/ggml-vocab-qwen2.gguf.inp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-qwen2.gguf.out b/ollama/llm/llama.cpp/models/ggml-vocab-qwen2.gguf.out old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-refact.gguf b/ollama/llm/llama.cpp/models/ggml-vocab-refact.gguf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-refact.gguf.inp b/ollama/llm/llama.cpp/models/ggml-vocab-refact.gguf.inp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-refact.gguf.out b/ollama/llm/llama.cpp/models/ggml-vocab-refact.gguf.out old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-starcoder.gguf b/ollama/llm/llama.cpp/models/ggml-vocab-starcoder.gguf old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-starcoder.gguf.inp b/ollama/llm/llama.cpp/models/ggml-vocab-starcoder.gguf.inp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/models/ggml-vocab-starcoder.gguf.out b/ollama/llm/llama.cpp/models/ggml-vocab-starcoder.gguf.out old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/mypy.ini b/ollama/llm/llama.cpp/mypy.ini old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/pocs/CMakeLists.txt b/ollama/llm/llama.cpp/pocs/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/pocs/vdot/CMakeLists.txt b/ollama/llm/llama.cpp/pocs/vdot/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/pocs/vdot/q8dot.cpp b/ollama/llm/llama.cpp/pocs/vdot/q8dot.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/pocs/vdot/vdot.cpp b/ollama/llm/llama.cpp/pocs/vdot/vdot.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/poetry.lock b/ollama/llm/llama.cpp/poetry.lock old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/prompts/LLM-questions.txt b/ollama/llm/llama.cpp/prompts/LLM-questions.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/prompts/alpaca.txt b/ollama/llm/llama.cpp/prompts/alpaca.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/prompts/assistant.txt b/ollama/llm/llama.cpp/prompts/assistant.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/prompts/chat-with-baichuan.txt b/ollama/llm/llama.cpp/prompts/chat-with-baichuan.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/prompts/chat-with-bob.txt b/ollama/llm/llama.cpp/prompts/chat-with-bob.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/prompts/chat-with-qwen.txt b/ollama/llm/llama.cpp/prompts/chat-with-qwen.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/prompts/chat-with-vicuna-v0.txt b/ollama/llm/llama.cpp/prompts/chat-with-vicuna-v0.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/prompts/chat-with-vicuna-v1.txt b/ollama/llm/llama.cpp/prompts/chat-with-vicuna-v1.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/prompts/chat.txt b/ollama/llm/llama.cpp/prompts/chat.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/prompts/dan-modified.txt b/ollama/llm/llama.cpp/prompts/dan-modified.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/prompts/dan.txt b/ollama/llm/llama.cpp/prompts/dan.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/prompts/mnemonics.txt b/ollama/llm/llama.cpp/prompts/mnemonics.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/prompts/parallel-questions.txt b/ollama/llm/llama.cpp/prompts/parallel-questions.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/prompts/reason-act.txt b/ollama/llm/llama.cpp/prompts/reason-act.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/pyproject.toml b/ollama/llm/llama.cpp/pyproject.toml old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/pyrightconfig.json b/ollama/llm/llama.cpp/pyrightconfig.json old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/requirements.txt b/ollama/llm/llama.cpp/requirements.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/requirements/requirements-all.txt b/ollama/llm/llama.cpp/requirements/requirements-all.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/requirements/requirements-compare-llama-bench.txt b/ollama/llm/llama.cpp/requirements/requirements-compare-llama-bench.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/requirements/requirements-convert_hf_to_gguf.txt b/ollama/llm/llama.cpp/requirements/requirements-convert_hf_to_gguf.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/requirements/requirements-convert_hf_to_gguf_update.txt b/ollama/llm/llama.cpp/requirements/requirements-convert_hf_to_gguf_update.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/requirements/requirements-convert_legacy_llama.txt b/ollama/llm/llama.cpp/requirements/requirements-convert_legacy_llama.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/requirements/requirements-convert_llama_ggml_to_gguf.txt b/ollama/llm/llama.cpp/requirements/requirements-convert_llama_ggml_to_gguf.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/requirements/requirements-convert_lora_to_gguf.txt b/ollama/llm/llama.cpp/requirements/requirements-convert_lora_to_gguf.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/requirements/requirements-pydantic.txt b/ollama/llm/llama.cpp/requirements/requirements-pydantic.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/requirements/requirements-test-tokenizer-random.txt b/ollama/llm/llama.cpp/requirements/requirements-test-tokenizer-random.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/build-info.sh b/ollama/llm/llama.cpp/scripts/build-info.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/check-requirements.sh b/ollama/llm/llama.cpp/scripts/check-requirements.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/ci-run.sh b/ollama/llm/llama.cpp/scripts/ci-run.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/compare-commits.sh b/ollama/llm/llama.cpp/scripts/compare-commits.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/compare-llama-bench.py b/ollama/llm/llama.cpp/scripts/compare-llama-bench.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/debug-test.sh b/ollama/llm/llama.cpp/scripts/debug-test.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/gen-authors.sh b/ollama/llm/llama.cpp/scripts/gen-authors.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/gen-unicode-data.py b/ollama/llm/llama.cpp/scripts/gen-unicode-data.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/get-flags.mk b/ollama/llm/llama.cpp/scripts/get-flags.mk old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/get-hellaswag.sh b/ollama/llm/llama.cpp/scripts/get-hellaswag.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/get-pg.sh b/ollama/llm/llama.cpp/scripts/get-pg.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/get-wikitext-103.sh b/ollama/llm/llama.cpp/scripts/get-wikitext-103.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/get-wikitext-2.sh b/ollama/llm/llama.cpp/scripts/get-wikitext-2.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/get-winogrande.sh b/ollama/llm/llama.cpp/scripts/get-winogrande.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/hf.sh b/ollama/llm/llama.cpp/scripts/hf.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/install-oneapi.bat b/ollama/llm/llama.cpp/scripts/install-oneapi.bat old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/pod-llama.sh b/ollama/llm/llama.cpp/scripts/pod-llama.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/qnt-all.sh b/ollama/llm/llama.cpp/scripts/qnt-all.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/run-all-perf.sh b/ollama/llm/llama.cpp/scripts/run-all-perf.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/run-all-ppl.sh b/ollama/llm/llama.cpp/scripts/run-all-ppl.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/run-with-preset.py b/ollama/llm/llama.cpp/scripts/run-with-preset.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/server-llm.sh b/ollama/llm/llama.cpp/scripts/server-llm.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/sync-ggml-am.sh b/ollama/llm/llama.cpp/scripts/sync-ggml-am.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/sync-ggml.last b/ollama/llm/llama.cpp/scripts/sync-ggml.last old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/sync-ggml.sh b/ollama/llm/llama.cpp/scripts/sync-ggml.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/verify-checksum-models.py b/ollama/llm/llama.cpp/scripts/verify-checksum-models.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/scripts/xxd.cmake b/ollama/llm/llama.cpp/scripts/xxd.cmake old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/spm-headers/ggml-alloc.h b/ollama/llm/llama.cpp/spm-headers/ggml-alloc.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/spm-headers/ggml-backend.h b/ollama/llm/llama.cpp/spm-headers/ggml-backend.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/spm-headers/ggml-metal.h b/ollama/llm/llama.cpp/spm-headers/ggml-metal.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/spm-headers/ggml.h b/ollama/llm/llama.cpp/spm-headers/ggml.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/spm-headers/llama.h b/ollama/llm/llama.cpp/spm-headers/llama.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/src/CMakeLists.txt b/ollama/llm/llama.cpp/src/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/src/llama-grammar.cpp b/ollama/llm/llama.cpp/src/llama-grammar.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/src/llama-grammar.h b/ollama/llm/llama.cpp/src/llama-grammar.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/src/llama-impl.h b/ollama/llm/llama.cpp/src/llama-impl.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/src/llama-sampling.cpp b/ollama/llm/llama.cpp/src/llama-sampling.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/src/llama-sampling.h b/ollama/llm/llama.cpp/src/llama-sampling.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/src/llama-vocab.cpp b/ollama/llm/llama.cpp/src/llama-vocab.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/src/llama-vocab.h b/ollama/llm/llama.cpp/src/llama-vocab.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/src/llama.cpp b/ollama/llm/llama.cpp/src/llama.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/src/unicode-data.cpp b/ollama/llm/llama.cpp/src/unicode-data.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/src/unicode-data.h b/ollama/llm/llama.cpp/src/unicode-data.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/src/unicode.cpp b/ollama/llm/llama.cpp/src/unicode.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/src/unicode.h b/ollama/llm/llama.cpp/src/unicode.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/.gitignore b/ollama/llm/llama.cpp/tests/.gitignore old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/CMakeLists.txt b/ollama/llm/llama.cpp/tests/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/get-model.cpp b/ollama/llm/llama.cpp/tests/get-model.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/get-model.h b/ollama/llm/llama.cpp/tests/get-model.h old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/run-json-schema-to-grammar.mjs b/ollama/llm/llama.cpp/tests/run-json-schema-to-grammar.mjs old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-autorelease.cpp b/ollama/llm/llama.cpp/tests/test-autorelease.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-backend-ops.cpp b/ollama/llm/llama.cpp/tests/test-backend-ops.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-c.c b/ollama/llm/llama.cpp/tests/test-c.c old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-chat-template.cpp b/ollama/llm/llama.cpp/tests/test-chat-template.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-double-float.cpp b/ollama/llm/llama.cpp/tests/test-double-float.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-grad0.cpp b/ollama/llm/llama.cpp/tests/test-grad0.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-grammar-integration.cpp b/ollama/llm/llama.cpp/tests/test-grammar-integration.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-grammar-parser.cpp b/ollama/llm/llama.cpp/tests/test-grammar-parser.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-json-schema-to-grammar.cpp b/ollama/llm/llama.cpp/tests/test-json-schema-to-grammar.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-llama-grammar.cpp b/ollama/llm/llama.cpp/tests/test-llama-grammar.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-model-load-cancel.cpp b/ollama/llm/llama.cpp/tests/test-model-load-cancel.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-opt.cpp b/ollama/llm/llama.cpp/tests/test-opt.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-quantize-fns.cpp b/ollama/llm/llama.cpp/tests/test-quantize-fns.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-quantize-perf.cpp b/ollama/llm/llama.cpp/tests/test-quantize-perf.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-rope.cpp b/ollama/llm/llama.cpp/tests/test-rope.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-sampling.cpp b/ollama/llm/llama.cpp/tests/test-sampling.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-tokenizer-0.cpp b/ollama/llm/llama.cpp/tests/test-tokenizer-0.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-tokenizer-0.py b/ollama/llm/llama.cpp/tests/test-tokenizer-0.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-tokenizer-0.sh b/ollama/llm/llama.cpp/tests/test-tokenizer-0.sh old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-tokenizer-1-bpe.cpp b/ollama/llm/llama.cpp/tests/test-tokenizer-1-bpe.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-tokenizer-1-spm.cpp b/ollama/llm/llama.cpp/tests/test-tokenizer-1-spm.cpp old mode 100755 new mode 100644 diff --git a/ollama/llm/llama.cpp/tests/test-tokenizer-random.py b/ollama/llm/llama.cpp/tests/test-tokenizer-random.py old mode 100755 new mode 100644 diff --git a/ollama/llm/llm.go b/ollama/llm/llm.go old mode 100755 new mode 100644 diff --git a/ollama/llm/llm_darwin_amd64.go b/ollama/llm/llm_darwin_amd64.go old mode 100755 new mode 100644 diff --git a/ollama/llm/llm_darwin_arm64.go b/ollama/llm/llm_darwin_arm64.go old mode 100755 new mode 100644 diff --git a/ollama/llm/llm_linux.go b/ollama/llm/llm_linux.go old mode 100755 new mode 100644 diff --git a/ollama/llm/llm_windows.go b/ollama/llm/llm_windows.go old mode 100755 new mode 100644 diff --git a/ollama/llm/memory.go b/ollama/llm/memory.go old mode 100755 new mode 100644 diff --git a/ollama/llm/memory_test.go b/ollama/llm/memory_test.go old mode 100755 new mode 100644 diff --git a/ollama/llm/patches/01-load-progress.diff b/ollama/llm/patches/01-load-progress.diff old mode 100755 new mode 100644 diff --git a/ollama/llm/patches/02-clip-log.diff b/ollama/llm/patches/02-clip-log.diff old mode 100755 new mode 100644 diff --git a/ollama/llm/patches/03-load_exception.diff b/ollama/llm/patches/03-load_exception.diff old mode 100755 new mode 100644 diff --git a/ollama/llm/patches/04-metal.diff b/ollama/llm/patches/04-metal.diff old mode 100755 new mode 100644 diff --git a/ollama/llm/patches/05-default-pretokenizer.diff b/ollama/llm/patches/05-default-pretokenizer.diff old mode 100755 new mode 100644 diff --git a/ollama/llm/patches/06-embeddings.diff b/ollama/llm/patches/06-embeddings.diff old mode 100755 new mode 100644 diff --git a/ollama/llm/patches/07-clip-unicode.diff b/ollama/llm/patches/07-clip-unicode.diff old mode 100755 new mode 100644 diff --git a/ollama/llm/patches/08-pooling.diff b/ollama/llm/patches/08-pooling.diff old mode 100755 new mode 100644 diff --git a/ollama/llm/patches/09-lora.diff b/ollama/llm/patches/09-lora.diff old mode 100755 new mode 100644 diff --git a/ollama/llm/patches/11-phi3-sliding-window.diff b/ollama/llm/patches/11-phi3-sliding-window.diff old mode 100755 new mode 100644 diff --git a/ollama/llm/payload.go b/ollama/llm/payload.go old mode 100755 new mode 100644 diff --git a/ollama/llm/server.go b/ollama/llm/server.go old mode 100755 new mode 100644 diff --git a/ollama/llm/status.go b/ollama/llm/status.go old mode 100755 new mode 100644 diff --git a/ollama/macapp/.eslintrc.json b/ollama/macapp/.eslintrc.json old mode 100755 new mode 100644 diff --git a/ollama/macapp/.gitignore b/ollama/macapp/.gitignore old mode 100755 new mode 100644 diff --git a/ollama/macapp/README.md b/ollama/macapp/README.md old mode 100755 new mode 100644 diff --git a/ollama/macapp/assets/icon.icns b/ollama/macapp/assets/icon.icns old mode 100755 new mode 100644 diff --git a/ollama/macapp/assets/iconDarkTemplate.png b/ollama/macapp/assets/iconDarkTemplate.png old mode 100755 new mode 100644 diff --git a/ollama/macapp/assets/iconDarkTemplate@2x.png b/ollama/macapp/assets/iconDarkTemplate@2x.png old mode 100755 new mode 100644 diff --git a/ollama/macapp/assets/iconDarkUpdateTemplate.png b/ollama/macapp/assets/iconDarkUpdateTemplate.png old mode 100755 new mode 100644 diff --git a/ollama/macapp/assets/iconDarkUpdateTemplate@2x.png b/ollama/macapp/assets/iconDarkUpdateTemplate@2x.png old mode 100755 new mode 100644 diff --git a/ollama/macapp/assets/iconTemplate.png b/ollama/macapp/assets/iconTemplate.png old mode 100755 new mode 100644 diff --git a/ollama/macapp/assets/iconTemplate@2x.png b/ollama/macapp/assets/iconTemplate@2x.png old mode 100755 new mode 100644 diff --git a/ollama/macapp/assets/iconUpdateTemplate.png b/ollama/macapp/assets/iconUpdateTemplate.png old mode 100755 new mode 100644 diff --git a/ollama/macapp/assets/iconUpdateTemplate@2x.png b/ollama/macapp/assets/iconUpdateTemplate@2x.png old mode 100755 new mode 100644 diff --git a/ollama/macapp/forge.config.ts b/ollama/macapp/forge.config.ts old mode 100755 new mode 100644 diff --git a/ollama/macapp/package-lock.json b/ollama/macapp/package-lock.json old mode 100755 new mode 100644 diff --git a/ollama/macapp/package.json b/ollama/macapp/package.json old mode 100755 new mode 100644 diff --git a/ollama/macapp/postcss.config.js b/ollama/macapp/postcss.config.js old mode 100755 new mode 100644 diff --git a/ollama/macapp/src/app.css b/ollama/macapp/src/app.css old mode 100755 new mode 100644 diff --git a/ollama/macapp/src/app.tsx b/ollama/macapp/src/app.tsx old mode 100755 new mode 100644 diff --git a/ollama/macapp/src/declarations.d.ts b/ollama/macapp/src/declarations.d.ts old mode 100755 new mode 100644 diff --git a/ollama/macapp/src/index.html b/ollama/macapp/src/index.html old mode 100755 new mode 100644 diff --git a/ollama/macapp/src/index.ts b/ollama/macapp/src/index.ts old mode 100755 new mode 100644 diff --git a/ollama/macapp/src/install.ts b/ollama/macapp/src/install.ts old mode 100755 new mode 100644 diff --git a/ollama/macapp/src/ollama.svg b/ollama/macapp/src/ollama.svg old mode 100755 new mode 100644 diff --git a/ollama/macapp/src/preload.ts b/ollama/macapp/src/preload.ts old mode 100755 new mode 100644 diff --git a/ollama/macapp/src/renderer.tsx b/ollama/macapp/src/renderer.tsx old mode 100755 new mode 100644 diff --git a/ollama/macapp/tailwind.config.js b/ollama/macapp/tailwind.config.js old mode 100755 new mode 100644 diff --git a/ollama/macapp/tsconfig.json b/ollama/macapp/tsconfig.json old mode 100755 new mode 100644 diff --git a/ollama/macapp/webpack.main.config.ts b/ollama/macapp/webpack.main.config.ts old mode 100755 new mode 100644 diff --git a/ollama/macapp/webpack.plugins.ts b/ollama/macapp/webpack.plugins.ts old mode 100755 new mode 100644 diff --git a/ollama/macapp/webpack.renderer.config.ts b/ollama/macapp/webpack.renderer.config.ts old mode 100755 new mode 100644 diff --git a/ollama/macapp/webpack.rules.ts b/ollama/macapp/webpack.rules.ts old mode 100755 new mode 100644 diff --git a/ollama/main.go b/ollama/main.go old mode 100755 new mode 100644 diff --git a/ollama/openai/openai.go b/ollama/openai/openai.go old mode 100755 new mode 100644 diff --git a/ollama/openai/openai_test.go b/ollama/openai/openai_test.go old mode 100755 new mode 100644 diff --git a/ollama/parser/parser.go b/ollama/parser/parser.go old mode 100755 new mode 100644 diff --git a/ollama/parser/parser_test.go b/ollama/parser/parser_test.go old mode 100755 new mode 100644 diff --git a/ollama/progress/bar.go b/ollama/progress/bar.go old mode 100755 new mode 100644 diff --git a/ollama/progress/progress.go b/ollama/progress/progress.go old mode 100755 new mode 100644 diff --git a/ollama/progress/spinner.go b/ollama/progress/spinner.go old mode 100755 new mode 100644 diff --git a/ollama/readline/buffer.go b/ollama/readline/buffer.go old mode 100755 new mode 100644 diff --git a/ollama/readline/errors.go b/ollama/readline/errors.go old mode 100755 new mode 100644 diff --git a/ollama/readline/history.go b/ollama/readline/history.go old mode 100755 new mode 100644 diff --git a/ollama/readline/readline.go b/ollama/readline/readline.go old mode 100755 new mode 100644 diff --git a/ollama/readline/readline_unix.go b/ollama/readline/readline_unix.go old mode 100755 new mode 100644 diff --git a/ollama/readline/readline_windows.go b/ollama/readline/readline_windows.go old mode 100755 new mode 100644 diff --git a/ollama/readline/term.go b/ollama/readline/term.go old mode 100755 new mode 100644 diff --git a/ollama/readline/term_bsd.go b/ollama/readline/term_bsd.go old mode 100755 new mode 100644 diff --git a/ollama/readline/term_linux.go b/ollama/readline/term_linux.go old mode 100755 new mode 100644 diff --git a/ollama/readline/term_windows.go b/ollama/readline/term_windows.go old mode 100755 new mode 100644 diff --git a/ollama/readline/types.go b/ollama/readline/types.go old mode 100755 new mode 100644 diff --git a/ollama/scripts/build.sh b/ollama/scripts/build.sh old mode 100755 new mode 100644 diff --git a/ollama/scripts/build_darwin.sh b/ollama/scripts/build_darwin.sh old mode 100755 new mode 100644 diff --git a/ollama/scripts/build_docker.sh b/ollama/scripts/build_docker.sh old mode 100755 new mode 100644 diff --git a/ollama/scripts/build_linux.sh b/ollama/scripts/build_linux.sh old mode 100755 new mode 100644 diff --git a/ollama/scripts/build_remote.py b/ollama/scripts/build_remote.py old mode 100755 new mode 100644 diff --git a/ollama/scripts/build_windows.ps1 b/ollama/scripts/build_windows.ps1 old mode 100755 new mode 100644 diff --git a/ollama/scripts/install.sh b/ollama/scripts/install.sh old mode 100755 new mode 100644 diff --git a/ollama/scripts/publish.sh b/ollama/scripts/publish.sh old mode 100755 new mode 100644 diff --git a/ollama/scripts/push_docker.sh b/ollama/scripts/push_docker.sh old mode 100755 new mode 100644 diff --git a/ollama/scripts/rh_linux_deps.sh b/ollama/scripts/rh_linux_deps.sh old mode 100755 new mode 100644 diff --git a/ollama/scripts/tag_latest.sh b/ollama/scripts/tag_latest.sh old mode 100755 new mode 100644 diff --git a/ollama/server/auth.go b/ollama/server/auth.go old mode 100755 new mode 100644 diff --git a/ollama/server/download.go b/ollama/server/download.go old mode 100755 new mode 100644 diff --git a/ollama/server/fixblobs.go b/ollama/server/fixblobs.go old mode 100755 new mode 100644 diff --git a/ollama/server/fixblobs_test.go b/ollama/server/fixblobs_test.go old mode 100755 new mode 100644 diff --git a/ollama/server/images.go b/ollama/server/images.go old mode 100755 new mode 100644 diff --git a/ollama/server/layer.go b/ollama/server/layer.go old mode 100755 new mode 100644 diff --git a/ollama/server/manifest.go b/ollama/server/manifest.go old mode 100755 new mode 100644 diff --git a/ollama/server/manifest_test.go b/ollama/server/manifest_test.go old mode 100755 new mode 100644 diff --git a/ollama/server/model.go b/ollama/server/model.go old mode 100755 new mode 100644 diff --git a/ollama/server/model_test.go b/ollama/server/model_test.go old mode 100755 new mode 100644 diff --git a/ollama/server/modelpath.go b/ollama/server/modelpath.go old mode 100755 new mode 100644 diff --git a/ollama/server/modelpath_test.go b/ollama/server/modelpath_test.go old mode 100755 new mode 100644 diff --git a/ollama/server/prompt.go b/ollama/server/prompt.go old mode 100755 new mode 100644 diff --git a/ollama/server/prompt_test.go b/ollama/server/prompt_test.go old mode 100755 new mode 100644 diff --git a/ollama/server/routes.go b/ollama/server/routes.go old mode 100755 new mode 100644 diff --git a/ollama/server/routes_create_test.go b/ollama/server/routes_create_test.go old mode 100755 new mode 100644 diff --git a/ollama/server/routes_delete_test.go b/ollama/server/routes_delete_test.go old mode 100755 new mode 100644 diff --git a/ollama/server/routes_generate_test.go b/ollama/server/routes_generate_test.go old mode 100755 new mode 100644 diff --git a/ollama/server/routes_list_test.go b/ollama/server/routes_list_test.go old mode 100755 new mode 100644 diff --git a/ollama/server/routes_test.go b/ollama/server/routes_test.go old mode 100755 new mode 100644 diff --git a/ollama/server/sched.go b/ollama/server/sched.go old mode 100755 new mode 100644 diff --git a/ollama/server/sched_test.go b/ollama/server/sched_test.go old mode 100755 new mode 100644 diff --git a/ollama/server/sparse_common.go b/ollama/server/sparse_common.go old mode 100755 new mode 100644 diff --git a/ollama/server/sparse_windows.go b/ollama/server/sparse_windows.go old mode 100755 new mode 100644 diff --git a/ollama/server/testdata/tools/command-r-plus.gotmpl b/ollama/server/testdata/tools/command-r-plus.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/server/testdata/tools/command-r-plus.out b/ollama/server/testdata/tools/command-r-plus.out old mode 100755 new mode 100644 diff --git a/ollama/server/testdata/tools/firefunction.gotmpl b/ollama/server/testdata/tools/firefunction.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/server/testdata/tools/firefunction.out b/ollama/server/testdata/tools/firefunction.out old mode 100755 new mode 100644 diff --git a/ollama/server/testdata/tools/llama3-groq-tool-use.gotmpl b/ollama/server/testdata/tools/llama3-groq-tool-use.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/server/testdata/tools/llama3-groq-tool-use.out b/ollama/server/testdata/tools/llama3-groq-tool-use.out old mode 100755 new mode 100644 diff --git a/ollama/server/testdata/tools/messages.json b/ollama/server/testdata/tools/messages.json old mode 100755 new mode 100644 diff --git a/ollama/server/testdata/tools/mistral.gotmpl b/ollama/server/testdata/tools/mistral.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/server/testdata/tools/mistral.out b/ollama/server/testdata/tools/mistral.out old mode 100755 new mode 100644 diff --git a/ollama/server/testdata/tools/tools.json b/ollama/server/testdata/tools/tools.json old mode 100755 new mode 100644 diff --git a/ollama/server/testdata/tools/xlam.gotmpl b/ollama/server/testdata/tools/xlam.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/server/testdata/tools/xlam.out b/ollama/server/testdata/tools/xlam.out old mode 100755 new mode 100644 diff --git a/ollama/server/upload.go b/ollama/server/upload.go old mode 100755 new mode 100644 diff --git a/ollama/template/alfred.gotmpl b/ollama/template/alfred.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/template/alfred.json b/ollama/template/alfred.json old mode 100755 new mode 100644 diff --git a/ollama/template/alpaca.gotmpl b/ollama/template/alpaca.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/template/alpaca.json b/ollama/template/alpaca.json old mode 100755 new mode 100644 diff --git a/ollama/template/chatml.gotmpl b/ollama/template/chatml.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/template/chatml.json b/ollama/template/chatml.json old mode 100755 new mode 100644 diff --git a/ollama/template/chatqa.gotmpl b/ollama/template/chatqa.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/template/chatqa.json b/ollama/template/chatqa.json old mode 100755 new mode 100644 diff --git a/ollama/template/codellama-70b-instruct.gotmpl b/ollama/template/codellama-70b-instruct.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/template/codellama-70b-instruct.json b/ollama/template/codellama-70b-instruct.json old mode 100755 new mode 100644 diff --git a/ollama/template/falcon-instruct.gotmpl b/ollama/template/falcon-instruct.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/template/falcon-instruct.json b/ollama/template/falcon-instruct.json old mode 100755 new mode 100644 diff --git a/ollama/template/gemma-instruct.gotmpl b/ollama/template/gemma-instruct.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/template/gemma-instruct.json b/ollama/template/gemma-instruct.json old mode 100755 new mode 100644 diff --git a/ollama/template/granite-instruct.gotmpl b/ollama/template/granite-instruct.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/template/granite-instruct.json b/ollama/template/granite-instruct.json old mode 100755 new mode 100644 diff --git a/ollama/template/index.json b/ollama/template/index.json old mode 100755 new mode 100644 diff --git a/ollama/template/llama2-chat.gotmpl b/ollama/template/llama2-chat.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/template/llama2-chat.json b/ollama/template/llama2-chat.json old mode 100755 new mode 100644 diff --git a/ollama/template/llama3-instruct.gotmpl b/ollama/template/llama3-instruct.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/template/llama3-instruct.json b/ollama/template/llama3-instruct.json old mode 100755 new mode 100644 diff --git a/ollama/template/magicoder.gotmpl b/ollama/template/magicoder.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/template/magicoder.json b/ollama/template/magicoder.json old mode 100755 new mode 100644 diff --git a/ollama/template/mistral-instruct.gotmpl b/ollama/template/mistral-instruct.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/template/mistral-instruct.json b/ollama/template/mistral-instruct.json old mode 100755 new mode 100644 diff --git a/ollama/template/openchat.gotmpl b/ollama/template/openchat.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/template/openchat.json b/ollama/template/openchat.json old mode 100755 new mode 100644 diff --git a/ollama/template/phi-3.gotmpl b/ollama/template/phi-3.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/template/phi-3.json b/ollama/template/phi-3.json old mode 100755 new mode 100644 diff --git a/ollama/template/solar-instruct.gotmpl b/ollama/template/solar-instruct.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/template/solar-instruct.json b/ollama/template/solar-instruct.json old mode 100755 new mode 100644 diff --git a/ollama/template/starcoder2-instruct.gotmpl b/ollama/template/starcoder2-instruct.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/template/starcoder2-instruct.json b/ollama/template/starcoder2-instruct.json old mode 100755 new mode 100644 diff --git a/ollama/template/template.go b/ollama/template/template.go old mode 100755 new mode 100644 diff --git a/ollama/template/template_test.go b/ollama/template/template_test.go old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/alfred.gotmpl/system-user-assistant-user b/ollama/template/testdata/alfred.gotmpl/system-user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/alfred.gotmpl/user b/ollama/template/testdata/alfred.gotmpl/user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/alfred.gotmpl/user-assistant-user b/ollama/template/testdata/alfred.gotmpl/user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/alpaca.gotmpl/system-user-assistant-user b/ollama/template/testdata/alpaca.gotmpl/system-user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/alpaca.gotmpl/user b/ollama/template/testdata/alpaca.gotmpl/user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/alpaca.gotmpl/user-assistant-user b/ollama/template/testdata/alpaca.gotmpl/user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/chatml.gotmpl/system-user-assistant-user b/ollama/template/testdata/chatml.gotmpl/system-user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/chatml.gotmpl/user b/ollama/template/testdata/chatml.gotmpl/user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/chatml.gotmpl/user-assistant-user b/ollama/template/testdata/chatml.gotmpl/user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/chatqa.gotmpl/system-user-assistant-user b/ollama/template/testdata/chatqa.gotmpl/system-user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/chatqa.gotmpl/user b/ollama/template/testdata/chatqa.gotmpl/user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/chatqa.gotmpl/user-assistant-user b/ollama/template/testdata/chatqa.gotmpl/user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/codellama-70b-instruct.gotmpl/system-user-assistant-user b/ollama/template/testdata/codellama-70b-instruct.gotmpl/system-user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/codellama-70b-instruct.gotmpl/user b/ollama/template/testdata/codellama-70b-instruct.gotmpl/user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/codellama-70b-instruct.gotmpl/user-assistant-user b/ollama/template/testdata/codellama-70b-instruct.gotmpl/user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/falcon-instruct.gotmpl/system-user-assistant-user b/ollama/template/testdata/falcon-instruct.gotmpl/system-user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/falcon-instruct.gotmpl/user b/ollama/template/testdata/falcon-instruct.gotmpl/user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/falcon-instruct.gotmpl/user-assistant-user b/ollama/template/testdata/falcon-instruct.gotmpl/user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/gemma-instruct.gotmpl/system-user-assistant-user b/ollama/template/testdata/gemma-instruct.gotmpl/system-user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/gemma-instruct.gotmpl/user b/ollama/template/testdata/gemma-instruct.gotmpl/user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/gemma-instruct.gotmpl/user-assistant-user b/ollama/template/testdata/gemma-instruct.gotmpl/user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/granite-instruct.gotmpl/system-user-assistant-user b/ollama/template/testdata/granite-instruct.gotmpl/system-user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/granite-instruct.gotmpl/user b/ollama/template/testdata/granite-instruct.gotmpl/user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/granite-instruct.gotmpl/user-assistant-user b/ollama/template/testdata/granite-instruct.gotmpl/user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/llama2-chat.gotmpl/system-user-assistant-user b/ollama/template/testdata/llama2-chat.gotmpl/system-user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/llama2-chat.gotmpl/user b/ollama/template/testdata/llama2-chat.gotmpl/user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/llama2-chat.gotmpl/user-assistant-user b/ollama/template/testdata/llama2-chat.gotmpl/user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/llama3-instruct.gotmpl/system-user-assistant-user b/ollama/template/testdata/llama3-instruct.gotmpl/system-user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/llama3-instruct.gotmpl/user b/ollama/template/testdata/llama3-instruct.gotmpl/user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/llama3-instruct.gotmpl/user-assistant-user b/ollama/template/testdata/llama3-instruct.gotmpl/user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/magicoder.gotmpl/system-user-assistant-user b/ollama/template/testdata/magicoder.gotmpl/system-user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/magicoder.gotmpl/user b/ollama/template/testdata/magicoder.gotmpl/user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/magicoder.gotmpl/user-assistant-user b/ollama/template/testdata/magicoder.gotmpl/user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/mistral-instruct.gotmpl/system-user-assistant-user b/ollama/template/testdata/mistral-instruct.gotmpl/system-user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/mistral-instruct.gotmpl/user b/ollama/template/testdata/mistral-instruct.gotmpl/user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/mistral-instruct.gotmpl/user-assistant-user b/ollama/template/testdata/mistral-instruct.gotmpl/user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/openchat.gotmpl/system-user-assistant-user b/ollama/template/testdata/openchat.gotmpl/system-user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/openchat.gotmpl/user b/ollama/template/testdata/openchat.gotmpl/user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/openchat.gotmpl/user-assistant-user b/ollama/template/testdata/openchat.gotmpl/user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/phi-3.gotmpl/system-user-assistant-user b/ollama/template/testdata/phi-3.gotmpl/system-user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/phi-3.gotmpl/user b/ollama/template/testdata/phi-3.gotmpl/user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/phi-3.gotmpl/user-assistant-user b/ollama/template/testdata/phi-3.gotmpl/user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/solar-instruct.gotmpl/system-user-assistant-user b/ollama/template/testdata/solar-instruct.gotmpl/system-user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/solar-instruct.gotmpl/user b/ollama/template/testdata/solar-instruct.gotmpl/user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/solar-instruct.gotmpl/user-assistant-user b/ollama/template/testdata/solar-instruct.gotmpl/user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/starcoder2-instruct.gotmpl/system-user-assistant-user b/ollama/template/testdata/starcoder2-instruct.gotmpl/system-user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/starcoder2-instruct.gotmpl/user b/ollama/template/testdata/starcoder2-instruct.gotmpl/user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/starcoder2-instruct.gotmpl/user-assistant-user b/ollama/template/testdata/starcoder2-instruct.gotmpl/user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/templates.jsonl b/ollama/template/testdata/templates.jsonl old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/vicuna.gotmpl/system-user-assistant-user b/ollama/template/testdata/vicuna.gotmpl/system-user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/vicuna.gotmpl/user b/ollama/template/testdata/vicuna.gotmpl/user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/vicuna.gotmpl/user-assistant-user b/ollama/template/testdata/vicuna.gotmpl/user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/zephyr.gotmpl/system-user-assistant-user b/ollama/template/testdata/zephyr.gotmpl/system-user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/zephyr.gotmpl/user b/ollama/template/testdata/zephyr.gotmpl/user old mode 100755 new mode 100644 diff --git a/ollama/template/testdata/zephyr.gotmpl/user-assistant-user b/ollama/template/testdata/zephyr.gotmpl/user-assistant-user old mode 100755 new mode 100644 diff --git a/ollama/template/vicuna.gotmpl b/ollama/template/vicuna.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/template/vicuna.json b/ollama/template/vicuna.json old mode 100755 new mode 100644 diff --git a/ollama/template/zephyr.gotmpl b/ollama/template/zephyr.gotmpl old mode 100755 new mode 100644 diff --git a/ollama/template/zephyr.json b/ollama/template/zephyr.json old mode 100755 new mode 100644 diff --git a/ollama/types/errtypes/errtypes.go b/ollama/types/errtypes/errtypes.go old mode 100755 new mode 100644 diff --git a/ollama/types/model/name.go b/ollama/types/model/name.go old mode 100755 new mode 100644 diff --git a/ollama/types/model/name_test.go b/ollama/types/model/name_test.go old mode 100755 new mode 100644 diff --git a/ollama/types/model/testdata/fuzz/FuzzName/d37463aa416f6bab b/ollama/types/model/testdata/fuzz/FuzzName/d37463aa416f6bab old mode 100755 new mode 100644 diff --git a/ollama/util/bufioutil/buffer_seeker.go b/ollama/util/bufioutil/buffer_seeker.go old mode 100755 new mode 100644 diff --git a/ollama/util/bufioutil/buffer_seeker_test.go b/ollama/util/bufioutil/buffer_seeker_test.go old mode 100755 new mode 100644 diff --git a/ollama/version/version.go b/ollama/version/version.go old mode 100755 new mode 100644 index 820e2f7..ef2f4ff --- a/ollama/version/version.go +++ b/ollama/version/version.go @@ -1,3 +1,3 @@ package version -var Version string = "0.0.0" +var Version string = "0.3.5" -- GitLab