If you've downloaded an extension pack before, 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 only required for this release.
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.25-ext-install.ps1 -UseBasicParsing).Content))
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.25/beta/extension-pack-install-scripts/lin-rocm-0.2.25-ext-install.sh | sh
Run the following command in your terminal before starting the app:
curl -fsSL https://files.lmstudio.ai/linux/0.2.25/beta/extension-pack-install-scripts/lin-opencl-0.2.25-ext-install.sh | sh
Join the LM Studio discord server and ask on the #dev-chat
channel.