-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
feat(ansible): upgrade for CUDA, TensorRT and CUDNN #5733
feat(ansible): upgrade for CUDA, TensorRT and CUDNN #5733
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Without the PRRosbag Replay Sim Demo✅ AWSIM Labs Demo✅ Had to merge these 2 PRs:
With the PRFirst removed the following files to regenerate: ~/autoware_data/traffic_light_classifier/ped_traffic_light_classifier_mobilenetv2_batch_4.engine
~/autoware_data/traffic_light_classifier/traffic_light_classifier_mobilenetv2_batch_6.engine
~/autoware_data/lidar_centerpoint/pts_backbone_neck_head_centerpoint_tiny.engine
~/autoware_data/lidar_centerpoint/pts_voxel_encoder_centerpoint_tiny.engine
~/autoware_data/traffic_light_fine_detector/tlr_car_ped_yolox_s_batch_6.engine Installed: sudo apt-get -y install cuda-toolkit-12-4
sudo apt-get install -y cuda-drivers-550 For the cuDNN and TensorRT, followed https://github.com/autowarefoundation/autoware/blob/c4a8feff4e59dcce34d3005b3c5e7ed89f98501c/ansible/roles/tensorrt/README.md but by using the correct amd64.env file from this version. Also since I had the previous versions, first I had to unhold them with:
Still I had an error:
For this, I installed Rosbag Replay Sim Demo✅ AWSIM Labs Demo✅ It all works 🎊 |
Signed-off-by: Amadeusz Szymko <amadeusz.szymko.2@tier4.jp>
Signed-off-by: Amadeusz Szymko <amadeusz.szymko.2@tier4.jp>
9550b20
to
c4a8fef
Compare
Also tested with the https://docs.nvidia.com/deploy/cuda-compatibility/ it seems now the newer drivers support older CUDA versions.
|
@xmfcx FYI, the issue I can confirm successful image build for linux/arm64 on my machine. Potential fix for our workflow. If this is the case, please feel free to open and review this PR. |
Isn't this a cache issue?
It's just doing some basic apt package installs, not even related to this PR. Or am I missing something? @youtalk -san, maybe we should disable caching for that command? autoware/docker/Dockerfile.base Lines 17 to 26 in 8319f0b
|
They upgraded latest tag recently. Initially I thought tag upgrade might resolve the issue, but now I'm up to rolling it back. |
Description
Copy of #5608 with fix #5730.
Reverted by #5729 due to incompatibility of upgraded dependencies with 0.40.0 autoware.universe release.
This PR can be opened after autoware 0.41.0 release.
How was this PR tested?
Notes for reviewers
None.
Effects on system behavior
None.