Open rycolab opened 5 years ago
Hi, can you let us know your GPU version? Currently, TASO pre-allocate around 8GB of GPU memory to allow measuring the cost of large operators, it seems TASO ran out of memory on your machine.
I'm running this on a single GeForce RTX 2070
After pulling and launching the tase docker container, I am unable to run the basic example script. It exits with the following error:
Additionally, if I copy a sample onnx model file to the container (just a generic .onnx chosen from their GitHub repo) and run
taso.load()
on the file, it exits with the same error.Thank you for your help!