result.txt 2.2 KB

123456789101112131415161718192021222324
  1. lq@lq:~$ sudo docker logs -f finetune-backend
  2. INFO: Started server process [1]
  3. INFO: Waiting for application startup.
  4. 2026-05-19 16:49:51 | INFO | peft-platform | JobQueue started with 2 workers
  5. INFO: Application startup complete.
  6. INFO: Uvicorn running on http://0.0.0.0:8010 (Press CTRL+C to quit)
  7. INFO: 127.0.0.1:58862 - "GET /health HTTP/1.1" 200 OK
  8. Downloading: 100%|██████████| 36.0/36.0 [00:00<00:00, 114B/s]
  9. Downloading: 100%|██████████| 1.35k/1.35k [00:00<00:00, 4.58kB/s]
  10. 2026-05-19 16:50:05 | WARNING | peft-platform | No training data files found in yanalong/yanalong. Available JSON files: ['configuration.json']
  11. 2026-05-19 16:50:05 | INFO | peft-platform | Selected data file: /root/Fine-tuning/backend/data/processed/yanalong/yanalong/configuration.json (size=36)
  12. 2026-05-19 16:50:05 | ERROR | peft-platform | Dataset download failed: (sqlalchemy.dialects.postgresql.asyncpg.Error) <class 'asyncpg.exceptions.DataError'>: invalid input for query argument $6: datetime.datetime(2026, 5, 19, 16, 50, 5... (can't subtract offset-naive and offset-aware datetimes)
  13. [SQL: INSERT INTO datasets (id, name, format, record_count, file_path, created_at) VALUES ($1::VARCHAR, $2::VARCHAR, $3::VARCHAR, $4::INTEGER, $5::VARCHAR, $6::TIMESTAMP WITHOUT TIME ZONE)]
  14. [parameters: ('8c678763-5fb3-4556-90ab-fe2abf10f881', 'yanalong/yanalong', 'jsonl', 1, '/root/Fine-tuning/backend/data/processed/ms_yanalong_yanalong/data.jsonl', datetime.datetime(2026, 5, 19, 16, 50, 5, 151652, tzinfo=datetime.timezone.utc))]
  15. (Background on this error at: https://sqlalche.me/e/20/dbapi)
  16. INFO: 172.20.0.4:58412 - "POST /api/v1/datasets/download HTTP/1.0" 400 Bad Request
  17. INFO: 172.20.0.4:56082 - "GET /api/v1/models/ HTTP/1.0" 200 OK
  18. 2026-05-19 16:50:51 | INFO | peft-platform | Remote test result: code=1, stdout_len=34, stderr_len=0
  19. 2026-05-19 16:50:51 | INFO | peft-platform | stdout (first 500): {"error": "Unable to load model"}
  20. 2026-05-19 16:50:51 | ERROR | peft-platform | Remote model test failed:
  21. INFO: 172.20.0.4:56096 - "POST /api/v1/models/test HTTP/1.0" 400 Bad Request
  22. INFO: 127.0.0.1:39748 - "GET /health HTTP/1.1" 200 OK
  23. INFO: 127.0.0.1:43876 - "GET /health HTTP/1.1" 200 OK