zaq-hack commited on
Commit
4859454
1 Parent(s): 7b9c685

Update card-temperature-angel.sh

Browse files
Files changed (1) hide show
  1. card-temperature-angel.sh +6 -0
card-temperature-angel.sh CHANGED
@@ -1,4 +1,10 @@
1
  #!/bin/bash
 
 
 
 
 
 
2
 
3
  p0max=170
4
  p1max=370
 
1
  #!/bin/bash
2
+ # This script runs in the background and checks the temp of my 3060 and 3090 cards.
3
+ # The concept is to cut voltage when approaching a thermal limit. This "smoothes out"
4
+ # the usage compared to native thermal throttling. This is useful for long sessions
5
+ # of Stable Diffusion or heavy chat models. You may need to tune for your own setup,
6
+ # temperature preferences, and so on. This is provided with ZERO WARRANTY, so your
7
+ # mileage may vary. In general, you should not do magic you do not understand.
8
 
9
  p0max=170
10
  p1max=370