shanppp

Results 2 comments of shanppp

Also, I got this error while running the code above ``` Traceback (most recent call last): File "/usr/local/bin/convert_model", line 8, in sys.exit(entrypoint()) File "/usr/local/lib/python3.8/dist-packages/transformer_deploy/convert.py", line 358, in entrypoint main(commands=args) File...

> Can you try making sure that the model is on GPU before compiling? In the example, the model and input is on CPU while compiling, I did it the...