Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't choose GPU when multiple GPUs exist #157

Open
CodenameCookie opened this issue Feb 9, 2025 · 1 comment
Open

Can't choose GPU when multiple GPUs exist #157

CodenameCookie opened this issue Feb 9, 2025 · 1 comment

Comments

@CodenameCookie
Copy link

CodenameCookie commented Feb 9, 2025

Seems this method to choose AMD or Nvidia does nothing anymore. By changing gpu-preferences.json in this directory: C:\Users\Username.cache\lm-studio\gpu-preferences.json
It didn't exist and creating it with "amd" did nothing. So either that seems to have changed or it never worked.

{ "gpuType": "amd", "modelFileFormat": "gguf" }

Why are you making it so hard to use your software? Surely this is basic functionality?
I know it's free but you're not making using it very attractive.

@Gierry
Copy link

Gierry commented Feb 26, 2025

same problem
but I solve it use bat script like this:

@echo off

set CUDA_VISIBLE_DEVICES=0


lms load IAILabs/Qwen2.5-VL-7b-Instruct-GGUF/Qwen2.5-VL-7B-Instruct-Q4_K_M.gguf

start "" "C:\Program Files\LM Studio\LM Studio.exe"

run this bat file in win11

Image

I wish has a switch in app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants