7 ms·
Can someone provide a guide on how run LLaMA on a fairly average CPU/Nvidia GPU?
by cerol 4y ago
Can someone provide a guide on how run LLaMA on a fairly average CPU/Nvidia GPU?
- isoprophlex 4y agoCheck the git repo for llama.cpp. Model weights in torrent magnet:?xt=urn:btih:b8287ebfa04f879b048d4d4404108cf3e8014352 Runs slowly but without trouble on an intel i7 with 32 gb ram.
- eulers_secret 4y agoAnother great option is https://github.com/oobabooga/text-generation-webui https://github.com/oobabooga/text-generation-webui The 7B model will run without changes on a 3080. The 13B 4-bit model also runs on a 3080. This Reddit post has the instructions I followed: https://old.reddit.com/r/LocalLLaMA/comments/11o6o3f/how_to_install_llama_8bit_and_4bit/ https://old.reddit.com/r/LocalLLaMA/comments/11o6o3f/how_to_...