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

does candle support nvidia 2080ti on windows 11? #2019

Open
kulame opened this issue Apr 6, 2024 · 2 comments
Open

does candle support nvidia 2080ti on windows 11? #2019

kulame opened this issue Apr 6, 2024 · 2 comments

Comments

@kulame
Copy link

kulame commented Apr 6, 2024

i try to use 2080ti to inference, but it raise error.
e9c1ee563c9fbe9a4efd8e615aebbeb

Error: DriverError(CUDA_ERROR_INVALID_PTX, "a PTX JIT compilation failed") when loading is_u32_f32

@LaurentMazare
Copy link
Collaborator

Yes it should work well on 2080ti, I use it on my rtx 2080 without any issue. This kind of error usually has to do with the cuda installation being incorrect (I think it happens mostly to windows users so far).

@kulame
Copy link
Author

kulame commented Apr 6, 2024

Yes, I am working under Windows.

PS C:\>  nvidia-smi --query-gpu=name,compute_cap,driver_version --format=csv
NVIDIA GeForce RTX 2080 Ti, 7.5, 551.86

PS C:\> nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2024 NVIDIA Corporation
Built on Thu_Mar_28_02:30:10_Pacific_Daylight_Time_2024
Cuda compilation tools, release 12.4, V12.4.131
Build cuda_12.4.r12.4/compiler.34097967_0

my cuda is 12.4 on windows.
Are there any solutions?

@kulame kulame changed the title does candle support nvidia 2080ti? does candle support nvidia 2080ti on windows 11? Apr 6, 2024
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