Simplify ep kernels installation (#19412)

Signed-off-by: youkaichao <youkaichao@gmail.com>
This commit is contained in:
youkaichao
2025-06-10 20:06:08 +08:00
committed by GitHub
parent e4248849ec
commit 64a9af5afa
5 changed files with 26 additions and 69 deletions

View File

@@ -0,0 +1,7 @@
set -ex
# turn on IBGDA
echo 'options nvidia NVreg_EnableStreamMemOPs=1 NVreg_RegistryDwords="PeerMappingOverride=1;"' | tee -a /etc/modprobe.d/nvidia.conf
update-initramfs -u
echo "Please reboot the system to apply the changes"