ci : add 7B CUDA tests (#2319)
* ci : add 7B CUDA tests ggml-ci * ci : add Q2_K to the tests * ci : bump CUDA ppl chunks ggml-ci * ci : increase CUDA TG len + add --ignore-eos * ci : reduce CUDA ppl cunks down to 4 to save time
This commit is contained in:
parent
7d5f18468c
commit
5d500e8ccf
2 changed files with 168 additions and 16 deletions
|
@ -16,5 +16,10 @@ It is a good practice, before publishing changes to execute the full CI locally
|
|||
|
||||
```bash
|
||||
mkdir tmp
|
||||
|
||||
# CPU-only build
|
||||
bash ./ci/run.sh ./tmp/results ./tmp/mnt
|
||||
|
||||
# with CUDA support
|
||||
GG_BUILD_CUDA=1 bash ./ci/run.sh ./tmp/results ./tmp/mnt
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue