Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vllm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ docker run -it \
bash
````

Once you enter the docker container, go to /opt/intel/multi-arc directory, collaterals/tools/scripts put there.
Once you enter the docker container, go to /opt/intel/multi-arc directory, all related collaterals, tools and scripts are there.

```bash
root@da47dbf0a2f4:/opt/intel/multi-arc/multi-arc-bmg-offline-installer-25.32.1.2# ls -l
Expand Down
2 changes: 1 addition & 1 deletion vllm/tools/native_bkc_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ else
fi

update-initramfs -u
rm -rf $WORK_DIR
rm $FIRMWARE_DIR/* -rf
echo -e "✅ Update GPU firmware successfully"

echo -e "\n[INFO] Disabling intel_iommu..."
Expand Down