Closed gavincangan closed 10 months ago
A breaking API change happened in warp. We are pushing a fix today to cuRobo. In the meantime, can you pip install warp-lang==0.9.0
?
Thanks for the prompt response! So I did pip install warp-lang==0.9.0
, but needed to make a few other changes for the unit tests to run: https://github.com/gavincangan/curobo/tree/fix/unit_tests
The library has not been tested on python>3.10.
Regarding your change to torch.Size(https://github.com/gavincangan/curobo/commit/ff64469cdb33490a458b1ced921f48a6235624f8) What pytorch version are you using?
The issue with wp.index is fixed in the latest commit, so newer warp should also work.
The library has not been tested on python>3.10.
Regarding your change to torch.Size(gavincangan@ff64469) What pytorch version are you using?
I'm using v2.1.2
The issue with wp.index is fixed in the latest commit, so newer warp should also work.
Ah, thank you, I'll switch to the newer version then :)
Please provide the below information in addition to your issue:
Issue Details
I ran the unit tests after
pip install
ingcuRobo
and they error out. Here's the output:I tried some hacky fixes:
But now, I have this
warp
error