logoalt Hacker News

orsornatoday at 4:31 PM1 replyview on HN

Is it that silly? You could run multiple 27B models in parallel.


Replies

peri-cltoday at 4:49 PM

You actually don't need more RAM to batch multiple inference tasks of the same model.

(Each task needs its own context, but the (e.g.) 27B of constant parameters isn't duplicated).

show 1 reply