3 points | by mathattack 21 hours ago
1 comments
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?
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?