GPU not working in 1.4.2 beta1

i have a nvidia 1060 in my cutom build server and it won’t initialize.
this are screenshots form startup


same here rtx 3090 zima lets see the rtx but it does not work any more

same here NVIDIA Quadro P600 zima lets see the P600 but it does not work any more

Copy them. We will investigate them.

1 Like

Tesla T4 seems ok

Could you help confirm whether the nvidia-smi command fails to display graphics card information (nvidia 1060)?

Could you help confirm whether the nvidia-smi command fails to display graphics card information (rtx 3090)?

Lukas@ZimaOS:~ ➜ $ nvidia-smi
NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

Ai does not work this was working in 1.4.1


so your GPU is working but AI is not, you should create a seperate thread to help seperare out these two different issues

I had no issues installing the ai search package, i did need to go to the ai app, turn off API mode, and toggle each of the 3 toggles in play ground to force model download

1 Like

my problem solved with uninstall open webui then

systemctl status nvidia-persistenced
systemctl restart nvidia-persistenced
nvidia-smi

new install of opn webui

2 Likes

1. First check if hardware is recognized

lspci | grep -i vga # If there’s output, proceed to next step
image

2. Load modules (no reboot required)

modprobe nvidia
modprobe nvidia_modeset
modprobe nvidia_drm
modprobe nvidia_uvm

3. Immediately check the results

ls -la /dev/nvidia*

nvidia-smi

Thank you for your support

Hello, we have found the problem, it is due to the GPU driver in the beta version changed from a closed source version to an open source version, resulting in fewer supported graphics cards, we have made a rollback to the previous graphics card driver version, you can fix this problem by installing this linked raucb installation package
https://casaos.oss-cn-shanghai.aliyuncs.com/IceWhaleTech/zimaos-rauc/extenal-package/zimaos_zimacube-1.4.2-beta1.raucb

1 Like

If you have trouble installing the rauc file, please refer to:

Or

sudo -i

version=1.4.2-beta1

mkdir /DATA/rauc/offline/ -p
cd /DATA/rauc/offline/
wget https://casaos.oss-cn-shanghai.aliyuncs.com/IceWhaleTech/zimaos-rauc/releases/download/$version/zimaos_zimacube-$version.raucb
rauc install zimaos_zimacube-$version.raucb
reboot

Download the file, save it to this folder (ZimaOS-HD) and then enter these commands with SSH (no root) restart when its finished

rauc install zimaos_zimacube-1.4.2-beta1.raucb

Why did you not rename it

1.4.2-.beta2.raucb

Reason:
Did not think threw so much with the last update.

I’m very sorry, you’re right—I didn’t consider everything thoroughly.

As for why there wasn’t a +1 for this kind of extra verification version, it’s because our original plan was to release 1.4.2-beta2. If you have already upgraded to 1.4.2-beta2 in advance, when we officially release 1.4.2-beta2, you won’t receive this update notification—unless we release 1.4.2-beta3.

1 Like

Nah man, I’m messing with you guys. I think that its very cool that you are giving out this project for free!

2 Likes

I have the same issue and performed the steps mentioned in this thread

Running the nvidia-smit command returns “no devices were found”

However, when running the lspci command it does how my Nvidia graphics card

Can you please provide guidance as to what I need to do to get this going.

Thank you

Best regards

Christian