ITADN
simonw/llm/Issues

[Issue] --no-stream enters pdb breakpoint

#1422OpenCuriousFurBytes 创建于 2026-04-27
C
CuriousFurBytescommented
When using the `--no-stream` flag found on the documentation, I'm getting caught in a breakpoint: ```bash $ llm -m l31i 'Five great names for a pet lemur' --no-stream > /Users/lucasqueiroz/.local/share/uv/tools/llm/lib/python3.14/site-packages/llm_gguf.py(297)execute() -> breakpoint() (Pdb) q Quitting pdb will kill the process. Quit anyway? [y/n] y ``` `llm, version 0.31` I couldn't find any related issues about this in the repository. Am I doing something wrong? Should I have configured it somehow? Thanks
1 条评论