llama.cpp/.github/workflows
Daniel Bevenius 4a46d2b792
llava : remove prog parameter from ArgumentParser (#5457)
* llava: remove prog parameter from ArgumentParser

This commit removes the `prog` parameter from `ArgumentParser`
so that it uses the default value which is the name of the script.

The motivation for this change is that currently the usage output looks
like this:
```console
$ python examples/llava/convert-image-encoder-to-gguf.py --help
usage: convert_hf_to_gguf.py [-h] ...
```
And with this change it will look like this:
```console
$ python examples/llava/convert-image-encoder-to-gguf.py --help
usage: convert-image-encoder-to-gguf.py [-h] ...
```

Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>

* ci: add W503 to flake8 ignore list

This commit adds W503 to the ignore list for flake8. This is done to
avoid the following error:
W503 line break before binary operator

Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>

---------

Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
2024-02-12 10:38:44 +02:00
..
build.yml Fix f16_sycl cpy call from Arc (#5411) 2024-02-08 22:39:10 +05:30
code-coverage.yml cov : add Code Coverage and codecov.io integration (#2928) 2023-09-03 11:48:49 +03:00
docker.yml docker : add server-first container images (#5157) 2024-01-28 09:55:31 +02:00
editorconfig.yml support SYCL backend windows build (#5208) 2024-01-31 08:08:07 +05:30
gguf-publish.yml gguf.py : fix CI for publishing GGUF package (#3532) 2023-10-07 22:14:10 +03:00
nix-ci-aarch64.yml workflows: nix-build-aarch64: rate limit 2024-01-22 12:19:30 +00:00
nix-ci.yml workflows: nix-ci: drop the redundant "paths" filter 2024-01-22 12:19:30 +00:00
nix-flake-update.yml ci: nix-flake-update: new token with pr permissions (#4879) 2024-01-11 17:22:34 +00:00
nix-publish-flake.yml workflows: nix-flakestry: drop tag filters 2023-12-31 13:14:58 -08:00
python-check-requirements.yml python : add check-requirements.sh and GitHub workflow (#4585) 2023-12-29 16:50:29 +02:00
python-lint.yml llava : remove prog parameter from ArgumentParser (#5457) 2024-02-12 10:38:44 +02:00
tidy-post.yml ci : disable auto tidy (#1705) 2023-06-05 23:05:05 +03:00
tidy-review.yml Add clang-tidy reviews to CI (#1407) 2023-05-12 15:40:53 +02:00
zig-build.yml ci : add Zig CI/CD and fix build (#2996) 2023-10-08 16:59:20 +03:00