Skip to content
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

Update 535 CUDA driver to 535.161.08 #33

Merged
merged 8 commits into from
May 15, 2024

Conversation

@ganeshkumarashok ganeshkumarashok changed the title update only 535 drivers Update only 535 CUDA drivers May 15, 2024
@ganeshkumarashok ganeshkumarashok changed the title Update only 535 CUDA drivers Update 535 CUDA driver to 535.161.08 May 15, 2024
@ganeshkumarashok ganeshkumarashok merged commit 2d4c964 into main May 15, 2024
10 checks passed
install_fabric_manager () {
local driver_ver="${DRIVER_VERSION}"
if [[ "${DRIVER_VERSION}" == "535.161.08" ]]; then
local driver_ver="535.104.05"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe rename fabric_manager_version

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure you need local here, since it's been declared outside of the if, you are simply looking to reassign a new value right ?

@@ -27,14 +27,26 @@ rm /opt/gpu/${RUNFILE}.run
popd


install_fabric_manager () {
local driver_ver="${DRIVER_VERSION}"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename to fabric_manager_version

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah just noticed, will do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants