Pythonでコードを書いていると、時々「え、ここで?」と思うような、予期せぬエラーに遭遇することがありますよね。その一つが TypeError: 'set' object is not callable です。関数を呼び出しているつもりなのに、「呼び出せません」と怒られてしまう、少し不思議 ...
python -m flashinfer download-cubin is broken. It imports tqdm and then tries to use the module as a callback: Cubin download failed: 'module' object is not callable. Did you mean: 'tqdm.tqdm(...)'?