| 12345 |
- (base) [root@localhost ~]# docker exec finetune-trainer cat /root/Fine-tuning/backend/data/logs/638a1786-04d7-44ea-b274-2c673aea22e2.jsonl
- {"ts": "2026-05-22T08:58:18.130363+00:00", "type": "start", "job_id": "638a1786-04d7-44ea-b274-2c673aea22e2"}
- {"ts": "2026-05-22T08:58:18.132911+00:00", "type": "status", "status": "preprocessing"}
- {"ts": "2026-05-22T08:58:22.234319+00:00", "type": "status", "status": "loading_model"}
- {"ts": "2026-05-22T08:58:42.046499+00:00", "type": "error", "message": "GPU model loading failed: We encountered some issues during automatic conversion of the weights. For details look at the `CONVERSION` entries of the above report!", "traceback": "Traceback (most recent call last):\n File \"/root/Fine-tuning/backend/app/engines/remote_train.py\", line 157, in run_training\n await engine.load_model(model_id, quantization=quantization_mode)\n File \"/root/Fine-tuning/backend/app/engines/text_engine.py\", line 131, in load_model\n raise RuntimeError(f\"GPU model loading failed: {load_error[0]}\")\nRuntimeError: GPU model loading failed: We encountered some issues during automatic conversion of the weights. For details look at the `CONVERSION` entries of the above report!\n"}
|