mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-04-13 01:56:09 +00:00

* sampler: turn lazy grammar trigger words to regexes * add scripts/tool_bench.sh & .py * constrain llama json output regardless of function name if matches at beginning * update relaxed newline space rule in grammar tests * support add_generation_prompt query parameter (useful for /apply_template) * Update src/llama-grammar.cpp Co-authored-by: Georgi Gerganov <ggerganov@gmail.com> --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
14 lines
551 B
Plaintext
14 lines
551 B
Plaintext
# These requirements include all dependencies for all top-level python scripts
|
|
# for llama.cpp. Avoid adding packages here directly.
|
|
#
|
|
# Package versions must stay compatible across all top-level python scripts.
|
|
#
|
|
|
|
-r ./requirements/requirements-convert_legacy_llama.txt
|
|
|
|
-r ./requirements/requirements-convert_hf_to_gguf.txt
|
|
-r ./requirements/requirements-convert_hf_to_gguf_update.txt
|
|
-r ./requirements/requirements-convert_llama_ggml_to_gguf.txt
|
|
-r ./requirements/requirements-convert_lora_to_gguf.txt
|
|
-r ./requirements/requirements-tool_bench.txt
|