runtime error

Downloading shards: 0%| | 0/4 [00:00<?, ?it/s] Downloading shards: 25%|██▌ | 1/4 [00:06<00:20, 6.92s/it] Downloading shards: 50%|█████ | 2/4 [00:15<00:15, 7.82s/it] Downloading shards: 75%|███████▌ | 3/4 [00:23<00:08, 8.07s/it] Downloading shards: 100%|██████████| 4/4 [00:27<00:00, 6.51s/it] Downloading shards: 100%|██████████| 4/4 [00:27<00:00, 6.96s/it] Gemma's activation function should be approximate GeLU and not exact GeLU. Changing the activation function to `gelu_pytorch_tanh`.if you want to use the legacy `gelu`, edit the `model.config` to set `hidden_activation=gelu` instead of `hidden_act`. See https://github.com/huggingface/transformers/pull/29402 for more details. Loading checkpoint shards: 0%| | 0/4 [00:00<?, ?it/s] Loading checkpoint shards: 25%|██▌ | 1/4 [00:01<00:05, 1.99s/it] Loading checkpoint shards: 50%|█████ | 2/4 [00:04<00:04, 2.09s/it] Loading checkpoint shards: 75%|███████▌ | 3/4 [00:06<00:02, 2.10s/it] Loading checkpoint shards: 100%|██████████| 4/4 [00:07<00:00, 1.79s/it] Traceback (most recent call last): File "/home/user/app/app.py", line 30, in <module> def chat(message, history): File "/usr/local/lib/python3.10/site-packages/spaces/zero/decorator.py", line 79, in GPU return _GPU(task, duration) File "/usr/local/lib/python3.10/site-packages/spaces/zero/decorator.py", line 113, in _GPU client.startup_report() File "/usr/local/lib/python3.10/site-packages/spaces/zero/client.py", line 45, in startup_report raise RuntimeError("Error while initializing ZeroGPU: Unknown") RuntimeError: Error while initializing ZeroGPU: Unknown

Container logs:

Fetching error logs...