2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

記事投稿キャンペーン 「AI、機械学習」

LLaVAのローカルPCでの動作報告-GPU16GB-実行時のメモリ消費が想定外に大きかったので4bitでload

Last updated at Posted at 2023-10-28

 LLaVAが簡単に使えるという事で試してみました。
実行時にGPUメモリの消費が増える所が問題でしたので
メモとして残しておきます。
 テキスト生成では、実行時のGPUメモリ追加消費で
問題となったことがありませんでしたので想定外でした。

環境

 GPU:RTX 4060 Ti 16G
 CPU:AMD Ryzen 5 5500
 MEM:96 GB
 WSL2-Ubuntu 22.04.2 LTS

実施手順と結果

Gitの手順通りに実施
8bitでのモデルのロード自体は成功(15.2GB/16GB)
ただし、実際に画像を認識させる際に
「NETWORK ERROR DUE TO HIGH TRAFFIC.
 PLEASE REGENERATE OR REFRESH THIS PAGE.」
とエラーが表示

エラー原因

 画像の認識の際に、追加で2GB程のメモリを消費
 なお、4bitでのモデルロード後で8GB
画像認識時は11GB、尚この状態でチャットは可能

環境構築時のメモ

 パスが通っていないとGradioで画像のSned時にエラー

パスの設定

 vim ~/.bashrc で追加
export LD_LIBRARY_PATH=/usr/lib/wsl/lib:$LD_LIBRARY_PATH
 source ~/.bashrc

試してみました

IMG_6758.jpeg

IMG_6760.jpeg

以上

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?