|
|
|
|
|
by jeremy_flox
210 days ago
|
|
You pin the CUDA toolkit version compatible with your driver; manifest.lock ensures zero drift. Driver version is host-managed (stable), toolkit is hash-pinned (stable). No drift on either side. Initial selection matters (pick compatible versions, nothing automatic will stop you from initially installing the wrong thing), but once pinned, and unless/until you change it, you get the same toolkit forever regardless of catalog updates or time passing. |
|