mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-03-17 16:44:07 +00:00
cont : reduce paths
This commit is contained in:
committed by
Georgi Gerganov
parent
3fec0e1b86
commit
15324f905b
10
.github/workflows/build-3rd-party.yml
vendored
10
.github/workflows/build-3rd-party.yml
vendored
@@ -12,15 +12,7 @@ on:
|
||||
'**/*.h',
|
||||
'**/*.hpp',
|
||||
'**/*.c',
|
||||
'**/*.cpp',
|
||||
'**/*.cu',
|
||||
'**/*.cuh',
|
||||
'**/*.swift',
|
||||
'**/*.m',
|
||||
'**/*.metal',
|
||||
'**/*.comp',
|
||||
'**/*.glsl',
|
||||
'**/*.wgsl'
|
||||
'**/*.cpp'
|
||||
]
|
||||
|
||||
concurrency:
|
||||
|
||||
7
.github/workflows/build-apple.yml
vendored
7
.github/workflows/build-apple.yml
vendored
@@ -13,14 +13,9 @@ on:
|
||||
'**/*.hpp',
|
||||
'**/*.c',
|
||||
'**/*.cpp',
|
||||
'**/*.cu',
|
||||
'**/*.cuh',
|
||||
'**/*.swift',
|
||||
'**/*.m',
|
||||
'**/*.metal',
|
||||
'**/*.comp',
|
||||
'**/*.glsl',
|
||||
'**/*.wgsl'
|
||||
'**/*.metal'
|
||||
]
|
||||
|
||||
concurrency:
|
||||
|
||||
10
.github/workflows/build-cann.yml
vendored
10
.github/workflows/build-cann.yml
vendored
@@ -12,15 +12,7 @@ on:
|
||||
'**/*.h',
|
||||
'**/*.hpp',
|
||||
'**/*.c',
|
||||
'**/*.cpp',
|
||||
'**/*.cu',
|
||||
'**/*.cuh',
|
||||
'**/*.swift',
|
||||
'**/*.m',
|
||||
'**/*.metal',
|
||||
'**/*.comp',
|
||||
'**/*.glsl',
|
||||
'**/*.wgsl'
|
||||
'**/*.cpp'
|
||||
]
|
||||
|
||||
concurrency:
|
||||
|
||||
10
.github/workflows/build-riscv.yml
vendored
10
.github/workflows/build-riscv.yml
vendored
@@ -12,15 +12,7 @@ on:
|
||||
'**/*.h',
|
||||
'**/*.hpp',
|
||||
'**/*.c',
|
||||
'**/*.cpp',
|
||||
'**/*.cu',
|
||||
'**/*.cuh',
|
||||
'**/*.swift',
|
||||
'**/*.m',
|
||||
'**/*.metal',
|
||||
'**/*.comp',
|
||||
'**/*.glsl',
|
||||
'**/*.wgsl'
|
||||
'**/*.cpp'
|
||||
]
|
||||
|
||||
concurrency:
|
||||
|
||||
10
.github/workflows/build-sanitize.yml
vendored
10
.github/workflows/build-sanitize.yml
vendored
@@ -12,15 +12,7 @@ on:
|
||||
'**/*.h',
|
||||
'**/*.hpp',
|
||||
'**/*.c',
|
||||
'**/*.cpp',
|
||||
'**/*.cu',
|
||||
'**/*.cuh',
|
||||
'**/*.swift',
|
||||
'**/*.m',
|
||||
'**/*.metal',
|
||||
'**/*.comp',
|
||||
'**/*.glsl',
|
||||
'**/*.wgsl'
|
||||
'**/*.cpp'
|
||||
]
|
||||
|
||||
concurrency:
|
||||
|
||||
8
.github/workflows/build-vulkan.yml
vendored
8
.github/workflows/build-vulkan.yml
vendored
@@ -13,14 +13,8 @@ on:
|
||||
'**/*.hpp',
|
||||
'**/*.c',
|
||||
'**/*.cpp',
|
||||
'**/*.cu',
|
||||
'**/*.cuh',
|
||||
'**/*.swift',
|
||||
'**/*.m',
|
||||
'**/*.metal',
|
||||
'**/*.comp',
|
||||
'**/*.glsl',
|
||||
'**/*.wgsl'
|
||||
'**/*.glsl'
|
||||
]
|
||||
|
||||
concurrency:
|
||||
|
||||
2
.github/workflows/server-sanitize.yml
vendored
2
.github/workflows/server-sanitize.yml
vendored
@@ -14,7 +14,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths: ['.github/workflows/server-sanitize.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'tools/server/**.*']
|
||||
paths: ['.github/workflows/server-sanitize.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', 'tools/server/**.*']
|
||||
|
||||
env:
|
||||
LLAMA_LOG_COLORS: 1
|
||||
|
||||
Reference in New Issue
Block a user