5 ms·
Question: did the LLM need O(n^3) tokens to solve the matrix multiplication example? Or would O(n^1.5) tokens be enough? Since producing that many tokens is O(n
by tomeraberbach 1y ago
Question: did the LLM need O(n^3) tokens to solve the matrix multiplication example? Or would O(n^1.5) tokens be enough? Since producing that many tokens is O(n^3) work if I understand currently?