From 10a6e61586061d49bc4d7ccde5bb7764739e4def Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 11 Aug 2024 06:29:20 -0500 Subject: [PATCH] host_vars: drop voltage --- host_vars/localhost.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/host_vars/localhost.yml b/host_vars/localhost.yml index 426730e..8687151 100644 --- a/host_vars/localhost.yml +++ b/host_vars/localhost.yml @@ -11,7 +11,8 @@ gpu_power_multi_oc: 1.0 # full board power capability # 310: 0.959752321981424 # sample worksheet in 'power_max multi tab calculator.ods' -gpu_mv_offset: "+75" # add 75mV or 0.075V +gpu_mv_offset: "+25" # add 25mV or 0.025V +# gpu_mv_offset: "+75" # add 75mV or 0.075V # gpu_mv_offset: "+150" # add 150mV or 0.15V # gpu_mv_offset: "+133" # add 133mV or 0.133V # gpu_mv_offset: "+75" # add 75mV or 0.075V