NVIDIAGameWorks / kaolin-wisp

NVIDIA Kaolin Wisp is a PyTorch library powered by NVIDIA Kaolin Core to work with neural fields (including NeRFs, NGLOD, instant-ngp and VQAD).
Other
1.46k stars 131 forks source link

Invalid configuration choice for "blas" #188

Closed NagaPadma closed 6 months ago

NagaPadma commented 6 months ago

image

I am using lego dataset. I have change blas to all the three options however it still has the same error.

yindaheng98 commented 6 months ago

Have same issue, there are some bugs in parsing config. need a solution

yindaheng98 commented 6 months ago

install tyro==0.3.38 solved this issue😂

tovacinni commented 6 months ago

Thanks for the bug report, added ==0.3.38 to the requirements.txt 😁

NagaPadma commented 6 months ago

install tyro==0.3.38 solved this issue😂

thank you. it worked.