coreylowman / llama-dfdx

LLaMa 7b with CUDA acceleration implemented in rust. Minimal GPU memory needed!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error running

opfromthestart opened this issue · comments

When trying to run the program, I get this error:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Driver(DriverError(CUDA_ERROR_UNSUPPORTED_PTX_VERSION, "the provided PTX was compiled with an unsupported toolchain."))', /home/opfromthestart/.cargo/git/checkouts/dfdx-318e6e5ad83eea79/19da9fe/src/tensor_ops/select_and_gather/mod.rs:155:30

You need to update to cuda driver 530 for this version, 525 will not work