Skip to content

Commit

Permalink
Add H100 into gpu clock (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
Issacwww authored Sep 29, 2023
1 parent be7bc10 commit 4cc2ed2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,8 @@ if command -v nvidia-smi &> /dev/null; then
nvidia-smi -ac 5001,1590
elif [[ $GPUNAME == *"M60"* ]]; then
nvidia-smi -ac 2505,1177
elif [[ $GPUNAME == *"H100"* ]]; then
nvidia-smi -ac 2619,1980
else
echo "unsupported gpu"
fi
Expand Down

0 comments on commit 4cc2ed2

Please sign in to comment.