Y
Hacker News
new
|
ask
|
show
|
jobs
by
skykooler
1202 days ago
How powerful of a computer does this need? It would be useful to see, for one thing, minimum RAM requirements for these models.
1 comments
spion
1201 days ago
llama.cpp needs 40GB for the 65B model (due to int4 quantization)
RamNeeded(other_size) ~= 40GB * other_size/65B
link
RamNeeded(other_size) ~= 40GB * other_size/65B