Skip to content

Slight quantization improvement for Q4_K and Q5_K #5894

Slight quantization improvement for Q4_K and Q5_K

Slight quantization improvement for Q4_K and Q5_K #5894

Workflow file for this run

name: clang-tidy-review
on:
pull_request:
branches:
- master
jobs:
clang-tidy-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ZedThree/[email protected]
id: review
with:
lgtm_comment_body: ''
build_dir: build
cmake_command: cmake . -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=on
split_workflow: true
- uses: ZedThree/clang-tidy-review/[email protected]