llm icon indicating copy to clipboard operation
llm copied to clipboard

Please, document how to get the model

Open leiserfg opened this issue 2 years ago • 5 comments

Optionally add a subcommand to pull it.

leiserfg avatar Mar 14 '23 16:03 leiserfg

Legally, the model is only available to academics and researchers: https://github.com/facebookresearch/llama/blob/main/README.md#llama

That being said, you may want to look at the PRs of that repository to get a better understanding of the current state of affairs. Once you have the model, you'll need to convert it to ggml format yourself.

It can't be distributed by setzer due to the original license.

philpax avatar Mar 14 '23 16:03 philpax

that would be nice to have in the readme

vexii avatar Mar 14 '23 16:03 vexii

There's also a torrent for the pre quantized version. Not gonna link it here but you can find it pretty easily @leiserfg

RazeLighter777 avatar Mar 14 '23 16:03 RazeLighter777

As @philpax already pointed out, the only legal source is facebook, and you have to go through their channels. But it is well known that the weights leaked a few days ago.

I added a note on the README, to better document this :+1: I'll also leave the issue open for a few days to avoid potential duplicates.

setzer22 avatar Mar 14 '23 20:03 setzer22

Not sure what is kosher or not to say here, but several projects offer helpers to download the sources. I found the Dalai (LLaMA) project especially helpful as it bundles together both original model fetching and quantize, for all sizes. There's even a Dockerfile in a PR.

Hopefully i've not said too much for this repo.

leeola avatar Mar 18 '23 15:03 leeola

The files also seem to be available on Huggingface

segeljakt avatar Mar 20 '23 18:03 segeljakt

I'm going to close this as I think everything that can be said has been said 😅

philpax avatar Mar 24 '23 17:03 philpax