Skip to content

llama : use std::abs in llama_sample_tail_free #2157

llama : use std::abs in llama_sample_tail_free

llama : use std::abs in llama_sample_tail_free #2157

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]