Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
Fix GPU shutdown and throttling temperature.
  • Loading branch information
lekcyjna123 authored Jun 13, 2021
1 parent 5b8e5af commit 8a33e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lab_guide/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ check using `nvidia-smi`. To periodicaly check and show GPU temperature we can u
watch -n 1 nvidia-smi
```
`watch` command start periodicaly commad given as an argument and print it output.
Temperature in range 70C-85C is fine. GPU stop working in temperature 96C and
on 93C start to throttle, but when GPU is so hot then there is big chance that
Temperature in range 70C-85C is fine. GPU stop working in temperature 99C and
on 96C start to throttle, but when GPU is so hot then there is big chance that
temperature of mother board would be greater or equal to 90C. In such case computer
restart without any warning.

Expand Down

0 comments on commit 8a33e0a

Please sign in to comment.