Extension Packs (in public beta) allow you to download LM runtimes that don't come prebundled with LM Studio.
Deprecated:
Please first delete everything in your %USERPROFILE%\.cache\lm-studio\extensions\backends
(Windows) or ~/.cache/lm-studio/extensions/backends
(Linux) directory to ensure new extension packs are installed properly.
This is a temporary step.
Run the following command in Powershell before starting the app:
Invoke-Expression ([System.Text.Encoding]::UTF8.GetString((Invoke-WebRequest -Uri https://files.lmstudio.ai/windows/extension-pack-install-scripts/win-rocm-0.2.31-ext-install.ps1 -UseBasicParsing).Content))
To ensure your new GPU-enabled extension pack is the active LM-Runtime, navigate to Settings
-> Advanced Configuration
-> GPU Settings
-> GPU Backend Type
, and select it with right-click:
Run the following command in Powershell before starting the app:
Invoke-Expression ([System.Text.Encoding]::UTF8.GetString((Invoke-WebRequest -Uri https://files.lmstudio.ai/win-opencl-ext-install.ps1 -UseBasicParsing).Content))
Run the following command in your terminal before starting the app:
curl -fsSL https://files.lmstudio.ai/linux/0.2.31/beta/extension-pack-install-scripts/lin-rocm-0.2.31-ext-install.sh | sh
To ensure your new GPU-enabled extension pack is the active LM-Runtime, navigate to Settings
-> Advanced Configuration
-> GPU Settings
-> GPU Backend Type
, and select it with right-click:
Run the following command in your terminal before starting the app:
curl -fsSL https://files.lmstudio.ai/linux/0.2.31/beta/extension-pack-install-scripts/lin-cuda-avx-0.2.31-ext-install.sh | sh
Run the following command in your terminal before starting the app:
curl -fsSL https://files.lmstudio.ai/linux/0.2.31/beta/extension-pack-install-scripts/lin-cpu-avx-0.2.31-ext-install.sh | sh
Join the LM Studio discord server and ask on the #dev-chat
channel.