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?

LM Studio の初回起動時に発生したエラー「vk::PhysicalDevice::createDevice: ErrorExtensionNotPresent」の解決事例

Last updated at Posted at 2024-11-11

発生状況

LM Studio をインストールして、メッセージで勧められるがままにモデルをインストールして、対話を始めようとしたところ、次のエラーメッセージが表示されて先に進まなかった。
エラーメッセージで検索しても解決事例がなかなか見当たらなかった。私のPCがお古だからかもしれない。。。

🥲 Failed to load the model
Failed to load model
llama.cpp error: 'vk::PhysicalDevice::createDevice: ErrorExtensionNotPresent'

スクリーンショット 2024-11-11 121949.png

発生環境

  • Let's note CF-SZ6
  • OS: Windows 11 Pro 22H2
  • CPU: Core i5-7300U
  • GPU: Intel HD Graphics 620
  • RAM: 8GB
  • LM Studio 0.3.5

解決方法

私の場合は、次の手順でモデルを読み込んで対話を開始することができた。

手順1 対話タブを開いたままで Ctrl + Shift + R を押す。

手順2 Runtime 設定の変更

Mission Control > Runtimes > Runtime Preferences > Configure Runtimes で Vulkan llama.cpp(Windows) が選択されていたら CPU llama.cpp(Windows) を選択する。選択が終われば Mission Control 画面は閉じてかまわない。

はじめは Vulkan llama.cpp(Windows) が選択されていた
はじめは Vulkan llama.cpp(Windows) が選択されていた

CPU llama.cpp(Windows) を選択する
CPU llama.cpp(Windows) を選択する

手順3 再度、モデルの読み込み

再びモデルを読み込ませると、今回はエラーなく完了した。

手順4 無事に対話ができた

スクリーンショット 2024-11-11 123140.png

その他

これで、LM Studioの利用を始めることができた。もし、今後、同じエラーで困っている人の役に立つと嬉しい。

追記

その後、試してみたら、 モデルを読み込ませた後であれば、Runtimeを Vulkan llama.cpp(Windows) に戻しても対話できる ことが分かったので追記しておく。

手順縮小版.gif

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?