mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 11:45:59 +08:00
8 lines
231 B
Bash
8 lines
231 B
Bash
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"
|