rustformers / llm

[Unmaintained, see README] An ecosystem of Rust libraries for working with large language models

Home Page:https://docs.rs/llm/latest/llm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Info on getting models?

twardoch opened this issue · comments

README says:

GGML files are easy to acquire. For a list of models that have been tested, see the known-good models.

Then https://github.com/rustformers/llm/blob/main/doc/known-good-models.md says

The following models have been tested and are known to work with llm.

But there is no word on how to "acquire" them, though this is said to be easy. Which files should be downloaded, where should they be placed (for the CLI to work with them).

Ah, right - those link to the repositories, but there are multiple files there. I'll see if I can tweak the wording to make it clearer that you only need one of the files.