forked from LostRuins/koboldcpp
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #129 from ggerganov/0cc4m/vulkan-embedding-fix
0cc4m/vulkan embedding fix
- Loading branch information
Showing
16 changed files
with
16,342 additions
and
7,761 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# https://github.com/actions/labeler | ||
|
||
SYCL: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ggml-sycl.h | ||
- ggml-sycl.cpp | ||
- README-sycl.md | ||
Nvidia GPU: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ggml-cuda/** | ||
Vulkan: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ggml_vk_generate_shaders.py | ||
- ggml-vulkan* | ||
documentation: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- docs/** | ||
- media/** | ||
testing: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- tests/** | ||
build: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- cmake/** | ||
- CMakeLists.txt | ||
- CMakePresets.json | ||
- codecov.yml | ||
examples: | ||
- changed-files: | ||
- any-glob-to-any-file: examples/** | ||
devops: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- .devops/** | ||
- .github/** | ||
- ci/** | ||
python: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.py" | ||
- requirements/** | ||
- gguf-py/** | ||
- .flake8 | ||
script: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- scripts/** | ||
android: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- examples/llama.android/** | ||
server: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- examples/server/** | ||
ggml: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ggml-*.c | ||
- ggml-*.h | ||
- ggml-cuda/** | ||
nix: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.nix" | ||
- .github/workflows/nix-*.yml | ||
- .devops/nix/nixpkgs-instances.nix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: "Pull Request Labeler" | ||
on: | ||
- pull_request_target | ||
|
||
jobs: | ||
labeler: | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/labeler@v5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.