runtime error

Exit code: 1. Reason: [notice] A new release of pip is available: 26.1.2 -> 26.2.1 [notice] To update, run: pip install --upgrade pip /usr/local/lib/python3.12/site-packages/torch/cuda/__init__.py:1061: UserWarning: Can't initialize NVML raw_cnt = _raw_device_count_nvml() Downloading model files... Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads. tokenizer.json: 0%| | 0.00/3.71k [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 3.71k/3.71k [00:00<00:00, 24.1MB/s] model_config.json: 0%| | 0.00/123 [00:00<?, ?B/s] model_config.json: 100%|██████████| 123/123 [00:00<00:00, 948kB/s] wvy_finetuned.pt: 0%| | 0.00/7.96M [00:00<?, ?B/s] wvy_finetuned.pt: 100%|██████████| 7.96M/7.96M [00:00<00:00, 15.6MB/s] ================ MODEL CONFIG ================ { "vocab_size": 288, "context": 512, "width": 192, "heads": 6, "layers": 4, "ff_width": 768, "dropout": 0.1 } ================================================ Traceback (most recent call last): File "/home/user/app/app.py", line 58, in <module> backend_tokenizer = Tokenizer.from_file(tokenizer_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Exception: expected `,` or `}` at line 2 column 15

Container logs:

Fetching error logs...