candle icon indicating copy to clipboard operation
candle copied to clipboard

does candle support nvidia 2080ti on windows 11?

Open kulame opened this issue 1 year ago • 2 comments
trafficstars

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

kulame avatar Apr 06 '24 12:04 kulame

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).

LaurentMazare avatar Apr 06 '24 12:04 LaurentMazare

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 avatar Apr 06 '24 12:04 kulame