Skip to content

Commit 294b2b4

Browse files
committed
tools : remove llama-run
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
1 parent 8c77a04 commit 294b2b4

8 files changed

Lines changed: 0 additions & 3633 deletions

File tree

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -482,21 +482,6 @@ To learn more about model quantization, [read this documentation](tools/quantize
482482

483483
</details>
484484

485-
## [`llama-run`](tools/run)
486-
487-
#### A comprehensive example for running `llama.cpp` models. Useful for inferencing. Used with RamaLama [^3].
488-
489-
- <details>
490-
<summary>Run a model with a specific prompt (by default it's pulled from Ollama registry)</summary>
491-
492-
```bash
493-
llama-run granite-code
494-
```
495-
496-
</details>
497-
498-
[^3]: [RamaLama](https://github.com/containers/ramalama)
499-
500485
## [`llama-simple`](examples/simple)
501486

502487
#### A minimal example for implementing apps with `llama.cpp`. Useful for developers.
@@ -600,7 +585,6 @@ $ echo "source ~/.llama-completion.bash" >> ~/.bashrc
600585
- [stb-image](https://github.com/nothings/stb) - Single-header image format decoder, used by multimodal subsystem - Public domain
601586
- [nlohmann/json](https://github.com/nlohmann/json) - Single-header JSON library, used by various tools/examples - MIT License
602587
- [minja](https://github.com/google/minja) - Minimal Jinja parser in C++, used by various tools/examples - MIT License
603-
- [linenoise.cpp](./tools/run/linenoise.cpp/linenoise.cpp) - C++ library that provides readline-like line editing capabilities, used by `llama-run` - BSD 2-Clause License
604588
- [curl](https://curl.se/) - Client-side URL transfer library, used by various tools/examples - [CURL License](https://curl.se/docs/copyright.html)
605589
- [miniaudio.h](https://github.com/mackron/miniaudio) - Single-header audio format decoder, used by multimodal subsystem - Public domain
606590
- [subprocess.h](https://github.com/sheredom/subprocess.h) - Single-header process launching solution for C and C++ - Public domain

common/arg.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,6 @@ static void common_params_print_completion(common_params_context & ctx_arg) {
679679
"llama-quantize",
680680
"llama-qwen2vl-cli",
681681
"llama-retrieval",
682-
"llama-run",
683682
"llama-save-load-state",
684683
"llama-server",
685684
"llama-simple",

tools/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ else()
2525
if (LLAMA_BUILD_SERVER)
2626
add_subdirectory(server)
2727
endif()
28-
add_subdirectory(run)
2928
add_subdirectory(tokenize)
3029
add_subdirectory(tts)
3130
add_subdirectory(mtmd)

tools/run/CMakeLists.txt

Lines changed: 0 additions & 23 deletions
This file was deleted.

tools/run/README.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)