Skip to content

Commit

Permalink
fix deviceplugin not launch on cuda 460
Browse files Browse the repository at this point in the history
Signed-off-by: limengxuan <limengxuan@4paradigm.com>
  • Loading branch information
archlitchi committed Jan 30, 2024
1 parent b467e73 commit c8b8c07
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,18 @@ Fix initialization error when using ray

Fix error when "N/A" is shown in command "nvidia-smi topo -m"
Fix core utilization not working on some cases
Adjust some documents
Adjust some documents

## v2.3.8

Fix device-plugin launch error on driver version < 500

support manual config MutatingWebhookConfiguration failurePolicy

add metrics bind address flag for scheduler

Improved log messages

fix: loss of metrics after vdeivce restart

bugfix: device-plugin monitor serves too slowly in big cluster
2 changes: 1 addition & 1 deletion charts/vgpu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
nameOverride: ""
fullnameOverride: ""
imagePullSecrets: []
version: "v2.3.7"
version: "v2.3.8"

#Nvidia GPU Parameters
resourceName: "nvidia.com/gpu"
Expand Down

0 comments on commit c8b8c07

Please sign in to comment.