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?

ubuntu へのLM Studio Install方法

Posted at

ubuntu へのLM Studio Install方法

  1. ファイルダウンロード
    cd ~/setup
    https://lmstudio.ai/から
    Linux版LM-Studioダウンロード
    現状Ver0.3.22でした。
    ls -l

  2. インストール
    sudo apt update
    sudo apt install libfuse2t64
    sudo mkdir -p /opt/LMStudio
    cd ~/setup
    sudo install -m 755 LM-Studio-0.3.22-2-x64.AppImage /opt/LMStudio/LM_Studio.AppImage
    sudo wget https://avatars.githubusercontent.com/u/133744619 -O /usr/share/icons/lmstudio.png

cat > ~/.local/share/applications/lmstudio.desktop << "EOF"
[Desktop Entry]
Name=LM Studio
Comment=LM Studio Launcher
Exec=/opt/LMStudio/LM_Studio.AppImage --no-sandbox
Icon=/usr/share/icons/lmstudio.png
Terminal=false
Type=Application
Categories=Development;
EOF

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?