-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[speedster] _dl_check_map_versions assertion error with optimize_model and ONNX compilers #346
Comments
Hello @trent-s, thank you for this report! I will update the docker image as soon as I can, in the meanwhile you can install speedster using the |
Thank you @valeriosofi for your kind and timely response. I followed the Quick installation steps as you suggested, and still got similar results.
|
@valeriosofi i would like to ask you if there is any progress on this issue |
Hi. Thank you for your useful work with Speedster. I would like to report an assertion error I encountered following the quickstart documentation for PyTorch.
First off, I used the container documented at https://docs.nebuly.com/Speedster/installation/#optional-download-docker-images-with-frameworks-and-optimizers .
Then I followed the PyTorch quick start code documented at https://github.com/nebuly-ai/nebuly/tree/main/optimization/speedster
Test code from above URL:
This log output demonstrates the assertion error:
I have found that if I skip ONNX related compilers that it seems to work fine:
e.g. adding
ignore_compilers=["onnx_tensor_rt","onnx_tvm","onnxruntime","tensor_rt", "tvm"]
tooptimize_model
as shown below:Successful log output looks like this:
Thank you for your work on this!
The text was updated successfully, but these errors were encountered: