Open easp opened 9 months ago
When I have llm-replicate installed and configured, I get spurious messages when running many llm commands. For example
% llm models Skipping model 'dolly-v2-12b' Skipping model 'oasst-sft-1-pythia-12b' Skipping model 'replit-code-v1-3b' [...]
These "Skipping" messages do not appear when I uninstall llm-replicate.
I installed it using llm install git+https://github.com/simonw/llm-replicate/ to get around #22.
llm install git+https://github.com/simonw/llm-replicate/
This can be closed too now : 021e50e94665ca65e0a421f93f39005c76b5fc42
When I have llm-replicate installed and configured, I get spurious messages when running many llm commands. For example
These "Skipping" messages do not appear when I uninstall llm-replicate.
I installed it using
llm install git+https://github.com/simonw/llm-replicate/
to get around #22.