Nvidia-driver install

I had a computer with 2080 rtx card and ubuntu got scrambled so went to install distros that were friendly to AMD processors with Nvidia card. Read about cachyos and it seems to be super stable. installed items via live-disc.
the dmesg error I see is

VRM: GPU 0000:01:00.0: RmInitAdapter failed! (0x62:0x40:2521)
[   40.250755] NVRM: GPU 0000:01:00.0: rm_init_adapter failed, device minor number 0
[   40.407946] NVRM: GPU 0000:01:00.0: RmInitAdapter failed! (0x62:0x40:2521)
[   40.408277] NVRM: GPU 0000:01:00.0: rm_init_adapter failed, device minor number 0
uname -r
6.13.6-2-cachyos
inxi -G
Graphics:
  Device-1: NVIDIA TU104 [GeForce RTX 2080] driver: nvidia v: 570.124.04
  Device-2: Advanced Micro Devices [AMD/ATI] Picasso/Raven 2 [Radeon Vega
    Series / Radeon Mobile Series] driver: amdgpu v: kernel
  Display: unspecified server: X.Org v: 24.1.6 with: Xwayland v: 24.1.6
    driver: X: loaded: nvidia gpu: amdgpu resolution: 1920x1080~60Hz
  API: EGL v: 1.5 drivers: radeonsi,swrast
    platforms: gbm,x11,surfaceless,device
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 25.0.1-cachyos1.2
    renderer: AMD Radeon Vega 8 Graphics (radeonsi raven ACO DRM 3.61
    6.13.6-2-cachyos)
  API: Vulkan v: 1.4.304 drivers: N/A surfaces: xcb,xlib
  Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
    de: kscreen-console,kscreen-doctor gpu: nvidia-settings,nvidia-smi
    wl: wayland-info x11: xdpyinfo, xprop, xrandr

I have installed both dkms and cachyos-nvidia. I did load the modules per the nvidia Arch wiki as well as kvm and drm cat both showed Y.

It appears that nvidia-smi cannot find the driver

nvidia-smi
No devices were found

Also dmesg logs show

nvidia-uvm: Loaded the UVM driver, major device number 238.
[    2.796231] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[   10.086388]  _kgspRpcRecvPoll+0x60c/0x7b0 [nvidia 14e337e17113472f94de1d3e3c175f1bfbe659ac]
[   10.086535]  _issueRpcAndWait+0x1ac/0x2f0 [nvidia 14e337e17113472f94de1d3e3c175f1bfbe659ac]
[   10.086618]  rpcGetGspStaticInfo_v14_00+0xd9/0x160 [nvidia 14e337e17113472f94de1d3e3c175f1bfbe659ac]
[   10.086699]  ? rpc_iGrp_ipVersions_Install_v29_0B+0x10/0x10 [nvidia 14e337e17113472f94de1d3e3c175f1bfbe659ac]
[   10.086780]  kgspInitRm_IMPL+0xc40/0x1030 [nvidia 14e337e17113472f94de1d3e3c175f1bfbe659ac]
[   10.086862]  RmInitAdapter+0xba7/0x10e0 [nvidia 14e337e17113472f94de1d3e3c175f1bfbe659ac]
[   10.086944]  rm_init_adapter+0x62/0x90 [nvidia 14e337e17113472f94de1d3e3c175f1bfbe659ac]
[   10.087025]  nv_open_device+0x595/0x900 [nvidia 14e337e17113472f94de1d3e3c175f1bfbe659ac]
[   10.087105]  nvidia_dev_get+0x7b/0xb0 [nvidia 14e337e17113472f94de1d3e3c175f1bfbe659ac]
[   10.087185]  nvkms_open_gpu+0x51/0x90 [nvidia_modeset cea6e1add3b198744be09068edbfd101e5d07420]
[   10.087210]  AllocateDevice+0x46/0x980 [nvidia_modeset cea6e1add3b198744be09068edbfd101e5d07420]
[   10.087231]  nv_drm_load+0xa1/0x900 [nvidia_drm 0dc06c1fa0df990e48416b5a12aa99af002955fe]
[   10.087242]  ? __pfx_nv_drm_event_callback+0x10/0x10 [nvidia_drm 0dc06c1fa0df990e48416b5a12aa99af002955fe]
[   10.087263]  nv_drm_register_drm_device+0xa1/0x180 [nvidia_drm 0dc06c1fa0df990e48416b5a12aa99af002955fe]
[   10.087270]  nv_drm_probe_devices+0x98/0xf0 [nvidia_drm 0dc06c1fa0df990e48416b5a12aa99af002955fe]
[   10.087277]  ? __pfx_init_module+0x10/0x10 [nvidia_drm 0dc06c1fa0df990e48416b5a12aa99af002955fe]
[   10.088527] [drm:nv_drm_load [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000100] Failed to allocate NvKmsKapiDevice
[   10.088621] [drm:nv_drm_register_drm_device [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000100] Failed to register device
[   17.107627] nvidia-gpu 0000:01:00.3: enabling device (0000 -> 0002)

How did you install the driver?

Can you provide sudo cachyos-bugreport.sh output?