0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

intel ARCランタイムダウングレード

0
Posted at

概要

intel ARCのドライバーをインストールするとapt updateで更新がかかることがある。場合によっては、機械学習やxpu-smiといったことが利用できなくなる。おもに、libgmmのバージョンの不整合であるけど該当するランタイムごとダウングレードするのが手っ取り早い解決である。

環境

  • linux mint 22.3
  • Intel Arc B570
  • linux kernel 6.19.10

方法

にて該当するランタイムのリリースで各リリースごと丸ごとインスールするのがいい。assetがdeb形式であるため
sudo dpkg -i *.deb
などでインストールする。
アップデートマネージャーでは不具合のあるバージョンがリストアップされるため、今回は見送るようにしておくことも勧めたい。

不具合例と以前の対処方法

Pytorchでtorch.xpu.is_available()といったことでエラーになったり、clinfoが実行できなくなったりである。アップデートで突然実行できなくなるためTimeshiftで巻き戻しをしたりしたが手間がかかり過ぎた。

リンク

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?