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:
![](https://private-user-images.githubusercontent.com/156335168/353207532-986fbc1b-abd9-47d4-a0b3-7faf071cfb6f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MjQ5MDQsIm5iZiI6MTczOTYyNDYwNCwicGF0aCI6Ii8xNTYzMzUxNjgvMzUzMjA3NTMyLTk4NmZiYzFiLWFiZDktNDdkNC1hMGIzLTdmYWYwNzFjZmI2Zi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQxMzAzMjRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03ZDg2NWU4ZmQ4MjAyMWViYzlhOGMxMGFmZTBmYjQ1MjJhMDQxZmIwNWEyOTlhYmViYzA5NDBiMGFmZTc1MDUwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.2ssOoO9MjocrP_gxb1HUBkMR1jQzG6PdNVwa5UCNa10)
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:
![](https://private-user-images.githubusercontent.com/156335168/353207532-986fbc1b-abd9-47d4-a0b3-7faf071cfb6f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MjQ5MDQsIm5iZiI6MTczOTYyNDYwNCwicGF0aCI6Ii8xNTYzMzUxNjgvMzUzMjA3NTMyLTk4NmZiYzFiLWFiZDktNDdkNC1hMGIzLTdmYWYwNzFjZmI2Zi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQxMzAzMjRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03ZDg2NWU4ZmQ4MjAyMWViYzlhOGMxMGFmZTBmYjQ1MjJhMDQxZmIwNWEyOTlhYmViYzA5NDBiMGFmZTc1MDUwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.2ssOoO9MjocrP_gxb1HUBkMR1jQzG6PdNVwa5UCNa10)
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.