Y
Hacker News
new
|
ask
|
show
|
jobs
by
xyzsparetimexyz
9 days ago
Well yeah, it'd require the models to be loaded on the same system and the cache to be shared between them somehow
1 comments
inigyou
9 days ago
Cache sharing is not possible. The numbers in the cache are completely specific to the model.
link
xyzsparetimexyz
9 days ago
Currently. I'm sure that you could make a system where the cache values are a superset C of e.g. models A and B where C is probably bigger than max(A,B) but smaller than A+B
link
wonnage
9 days ago
Reddit post so take with a grain of salt but this does seem possible. But unclear whether this is actually a viable architecture
https://www.reddit.com/r/LocalLLaMA/comments/1t8s83r/nvidia_...
link
inigyou
9 days ago
It's equal to A+B. There is literally no sharing possible.
link
xyzsparetimexyz
9 days ago
Even when training both models together in a novel way?
link