We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c179a commit 056b171Copy full SHA for 056b171
zsh/custom/utils.zsh
@@ -87,10 +87,11 @@ replacerec() {
87
fi
88
}
89
90
-function nvidia-smi {
91
- # https://forums.developer.nvidia.com/t/nvidia-smi-uses-all-of-ram-and-swap/295639/3
92
- valgrind nvidia-smi "$@" 2> /dev/null
93
-}
+# function nvidia-smi {
+# # This fix is no longer needed and won't work with the latest Nvidia drivers (570->).
+# # https://forums.developer.nvidia.com/t/nvidia-smi-uses-all-of-ram-and-swap/295639/3
+# valgrind nvidia-smi "$@" 2> /dev/null
94
+# }
95
96
# Chats
97
start-chats() {
0 commit comments