3 ms·
Does every token requires a full model computation?
by sadhorse 3y ago
Does every token requires a full model computation?
- onedognight 3y agoNo, you can cache some of the work you did when processing the previous tokens. This is one of the key optimization ideas designed into the architecture.