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

Issues with GPU pinning for EMBED and RERANKER NIMs #57

Open
sschaber81 opened this issue Oct 25, 2024 · 0 comments · May be fixed by #63
Open

Issues with GPU pinning for EMBED and RERANKER NIMs #57

sschaber81 opened this issue Oct 25, 2024 · 0 comments · May be fixed by #63
Assignees
Labels
bug Something isn't working docker-apps

Comments

@sschaber81
Copy link

It looks like there is a code issue somewhere as the variables for EMBED_NIM_GPUs and RERANKER_NIM_GPUS seem not to work. Although I put in device=1 to pin the GPU to my GPU1 it tries to run on all GPUs. If I hardcode device=1 in the start scripts of this project it works as expected. Strangely, the variable seems to work for the LLM_NIM as I put in device=0 here and it pins to just GPU0

@rmkraus rmkraus self-assigned this Nov 17, 2024
@rmkraus rmkraus added bug Something isn't working docker-apps labels Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docker-apps
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants