Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: Fix the "not enough values to unpack" error. (#540)
This PR fixes the following error: ``` File "/home/yuxianq/flashinfer/python/flashinfer/decode.py", line 616, in plan self._cached_module = get_batch_decode_module( File "/home/yuxianq/flashinfer/python/flashinfer/decode.py", line 114, in get_batch_decode_module _batch_decode_modules[args] = compile_batch_decode_module(*args) File "/home/yuxianq/flashinfer/python/flashinfer/decode.py", line 65, in compile_batch_decode_module uri, path = gen_batch_decode_cu(*args), ValueError: not enough values to unpack (expected 2, got 1) ```
- Loading branch information