Apurba Bose

Results 94 comments of Apurba Bose

Hi @yjjinjie may I know where can I find tzrec? because it shows module not found tzrec

I do not get the above error when I run the above code. Are you running on the latest branch. I did a few modifications in the code though- ```...

Hi @yjjinjie you can find the release wheels here- https://[download.pytorch.org/whl/test/torch-tensorrt/](https://download.pytorch.org/whl/test/torch-tensorrt/). The torchTRT 2.5 release artifacts got pushed in officially yesterday. As such if you want to work with the recent...

Can you try with a new virtual env and install torch tensorrt from here- https://[download.pytorch.org/whl/test/torch-tensorrt/](https://download.pytorch.org/whl/test/torch-tensorrt/) the wheel [torch_tensorrt-2.5.0+cu124-cp310-cp310-linux_x86_64.whl](https://download.pytorch.org/whl/test/cu124/torch_tensorrt-2.5.0%2Bcu124-cp310-cp310-linux_x86_64.whl). This will have torch-tensorrt 2.5 and torch 2.5. And let me know...

Yes taking a look. On Wed, Oct 23, 2024, 7:31 PM yjjinjie ***@***.***> wrote: > @apbose can you help me solve this problem? > > — > Reply to this...

I did not get a chance to look at this one yet, but let me get back to you soon regarding this

I could repro the error- ``` File "/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch_tensorrt/dynamo/conversion/_TRTInterpreter.py", line 487, in call_function return converter(self.ctx, target, args, kwargs, self._cur_node_name) File "/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch_tensorrt/dynamo/conversion/aten_ops_converters.py", line 1937, in aten_ops_sub return impl.elementwise.sub( File "/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch_tensorrt/dynamo/conversion/impl/elementwise/ops.py", line 492,...

Hmm so the thing is in torchTRT2.5 docker container I see it passing. It is failing in 2.4 with the error `ValueError: __len__() should return >= 0`. This is the...

Are you using your own docker image and using torchtrt docker image as the base image? On Tue, Nov 5, 2024, 5:32 PM yjjinjie ***@***.***> wrote: > @apbose can you...