mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2026-02-05 13:53:23 +02:00
fix 5
Some checks failed
Check Pre-Tokenizer Hashes / pre-tokenizer-hashes (push) Failing after 29s
Python check requirements.txt / check-requirements (push) Failing after 27s
Update Operations Documentation / update-ops-docs (push) Failing after 41s
Python Type-Check / pyright type-check (push) Failing after 10m29s
Some checks failed
Check Pre-Tokenizer Hashes / pre-tokenizer-hashes (push) Failing after 29s
Python check requirements.txt / check-requirements (push) Failing after 27s
Update Operations Documentation / update-ops-docs (push) Failing after 41s
Python Type-Check / pyright type-check (push) Failing after 10m29s
This commit is contained in:
6
.github/workflows/server.yml
vendored
6
.github/workflows/server.yml
vendored
@@ -69,6 +69,12 @@ jobs:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.inputs.sha || github.event.pull_request.head.sha || github.sha || github.head_ref || github.ref_name }}
|
||||
|
||||
- name: Build
|
||||
id: cmake_build
|
||||
run: |
|
||||
cmake -B build -DLLAMA_CURL=OFF -DLLAMA_BUILD_BORINGSSL=ON
|
||||
cmake --build build --config ${{ matrix.build_type }} -j ${env:NUMBER_OF_PROCESSORS} --target llama-server
|
||||
|
||||
- name: Python setup
|
||||
id: setup_python
|
||||
uses: actions/setup-python@v5
|
||||
|
||||
Reference in New Issue
Block a user