Initial commit

This commit is contained in:
PolloLoco
2022-01-03 09:32:51 +01:00
commit 3a582140f4
3 changed files with 480 additions and 0 deletions

12
nvidia-smi Executable file
View File

@ -0,0 +1,12 @@
#!/usr/bin/bash
for a in $*
do
case $a in
vgpu)
export LD_PRELOAD="/opt/vgpu_unlock-rs/target/release/libvgpu_unlock_rs.so"
;;
esac
done
exec /usr/bin/nvidia-smi $@