mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-01-26 17:20:01 +00:00
* Tool calls support from mainline * update cmake * revert api for /completions * Fix broken thinking process for gpt-oss * add missing args and fix webui bugs * add missing args and fix webui bugs2 * Fix reasoning format error * add usage * change default post_sampling_probs to true * add back generated_text * Remove server endpoints tests * add log * Chat fixes * Remove logs * webui: revert extra handling of thinking process --------- Co-authored-by: firecoperana <firecoperana> Co-authored-by: Iwan Kawrakow <iwan.kawrakow@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
|