]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ci : switch from pyright to ty (#20826)
authorSigbjørn Skjæret <redacted>
Sat, 21 Mar 2026 07:54:34 +0000 (08:54 +0100)
committerGitHub <redacted>
Sat, 21 Mar 2026 07:54:34 +0000 (08:54 +0100)
commit29b28a98242692e352df38254c9a2bb9fa79c884
tree84fa36d90684ab3c05dad5072f600129a1705610
parentcea560f483f0f03e828a6c76e78821debdecbe06
ci : switch from pyright to ty (#20826)

* type fixes

* switch to ty

* tweak rules

* tweak more rules

* more tweaks

* final tweak

* use common import-not-found rule
20 files changed:
.github/workflows/python-type-check.yml
convert_hf_to_gguf.py
convert_llama_ggml_to_gguf.py
convert_lora_to_gguf.py
examples/json_schema_to_grammar.py
examples/model-conversion/scripts/embedding/run-original-model.py
examples/model-conversion/scripts/utils/compare_tokens.py
examples/pydantic_models_to_grammar.py
gguf-py/gguf/gguf_writer.py
gguf-py/gguf/lazy.py
gguf-py/gguf/quants.py
gguf-py/gguf/vocab.py
pyrightconfig.json
scripts/compare-llama-bench.py
scripts/jinja/jinja-tester.py
scripts/server-bench.py
tests/test-tokenizer-random.py
tools/server/bench/bench.py
tools/server/tests/unit/test_tool_call.py
ty.toml [new file with mode: 0644]