mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +00:00
refactor: backend/service split, channel-based llm flow (#1963)
Refactor: channel based llm flow and services split --------- Signed-off-by: Dave Lee <dave@gray101.com>
This commit is contained in:
parent
1981154f49
commit
eed5706994
52 changed files with 3064 additions and 2279 deletions
15
.github/workflows/test.yml
vendored
15
.github/workflows/test.yml
vendored
|
@ -121,8 +121,9 @@ jobs:
|
|||
PATH="$PATH:/root/go/bin" GO_TAGS="stablediffusion tts" make --jobs 5 --output-sync=target test
|
||||
- name: Setup tmate session if tests fail
|
||||
if: ${{ failure() }}
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
timeout-minutes: 5
|
||||
uses: dave-gray101/action-tmate@master
|
||||
with:
|
||||
connect-timeout-seconds: 180
|
||||
|
||||
tests-aio-container:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -173,8 +174,9 @@ jobs:
|
|||
make run-e2e-aio
|
||||
- name: Setup tmate session if tests fail
|
||||
if: ${{ failure() }}
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
timeout-minutes: 5
|
||||
uses: dave-gray101/action-tmate@master
|
||||
with:
|
||||
connect-timeout-seconds: 180
|
||||
|
||||
tests-apple:
|
||||
runs-on: macOS-14
|
||||
|
@ -207,5 +209,6 @@ jobs:
|
|||
BUILD_TYPE="GITHUB_CI_HAS_BROKEN_METAL" CMAKE_ARGS="-DLLAMA_F16C=OFF -DLLAMA_AVX512=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF" make --jobs 4 --output-sync=target test
|
||||
- name: Setup tmate session if tests fail
|
||||
if: ${{ failure() }}
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
timeout-minutes: 5
|
||||
uses: dave-gray101/action-tmate@master
|
||||
with:
|
||||
connect-timeout-seconds: 180
|
Loading…
Add table
Add a link
Reference in a new issue