LLM/Intel Pro Arc B70/2026-07-13: Difference between revisions
< LLM | Intel Pro Arc B70
Jump to navigation
Jump to search
(Created page with "== Install on Ubuntu 26.04 == === Install driver === <syntaxhighlight lang="bash"> # install ppa (the most important) sudo add-apt-repository -y ppa:kobuk-team/intel-graphics sudo apt update sudo apt install -y intel-opencl-icd libze-intel-gpu1 intel-media-va-driver-non-free clinfo intel-gsc # check again sudo clinfo </syntaxhighlight> === Install OpenVINO archive === <syntaxhighlight lang="bash"> sudo mkdir /opt/intel curl -L https://storage.openvinotoolkit.org/rep...") |
|||
| Line 1: | Line 1: | ||
== Install on Ubuntu 26.04 == | == Install on Ubuntu 26.04 == | ||
<syntaxhighlight lang="bash"> | |||
sudo apt update | |||
sudo apt install -y openssh-server curl screen | |||
</syntaxhighlight> | |||
=== Install driver === | === Install driver === | ||
Revision as of 16:11, 12 July 2026
Install on Ubuntu 26.04
sudo apt update
sudo apt install -y openssh-server curl screen
Install driver
# install ppa (the most important)
sudo add-apt-repository -y ppa:kobuk-team/intel-graphics
sudo apt update
sudo apt install -y intel-opencl-icd libze-intel-gpu1 intel-media-va-driver-non-free clinfo intel-gsc
# check again
sudo clinfo
Install OpenVINO archive
sudo mkdir /opt/intel
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.2.1/linux/openvino_toolkit_ubuntu24_2026.2.1.21919.ede283a88e3_x86_64.tgz --output openvino_2026.2.1.tgz
tar -xf openvino_2026.2.1.tgz
sudo mv openvino_toolkit_ubuntu24_2026.2.1.21919.ede283a88e3_x86_64 /opt/intel/openvino_2026.2.1
cd /opt/intel/openvino_2026.2.1
sudo -E ./install_dependencies/install_openvino_dependencies.sh
sudo: preserving the entire environment is not supported, '-E' is ignored Unsupported OS: ubuntu26.04