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

How to set which GPU to use? #126

Open
htsyclob opened this issue Dec 21, 2024 · 4 comments
Open

How to set which GPU to use? #126

htsyclob opened this issue Dec 21, 2024 · 4 comments

Comments

@htsyclob
Copy link

htsyclob commented Dec 21, 2024

If there are more than 1 GPU on the machine, where is the settings to point LMStudio to work on which GPU? Thanks.

@htsyclob htsyclob changed the title If there are more than 1 GPU on the machine, where is the settings to point LMStudio to work on which GPU? Thanks. How to set which GPU to use? Dec 21, 2024
@YorkieDev
Copy link

@htsyclob there are no in-app settings for multi GPU config yet, you need to look up CUDA_VISIBLE_DEVICES

@Gierry
Copy link

Gierry commented Dec 24, 2024

@htsyclob there are no in-app settings for multi GPU config yet, you need to look up CUDA_VISIBLE_DEVICES
how to set it in windows?

@Gierry
Copy link

Gierry commented Dec 24, 2024

I had soved it :

create bat file on anywhere, bat like this:
named start_lm_studio.bat

@echo off
set CUDA_VISIBLE_DEVICES=1
start "" "C:\Users\Administrator\AppData\Local\LM-Studio\LM Studio.exe"

@htsyclob
Copy link
Author

thanks for your ideas!!!

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

3 participants