Spaces:
Sleeping
Sleeping
File size: 567 Bytes
1eaa5ce |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
nohup: ignoring input
Loading chat generation model...
Device set to use cpu
Loading summarization model...
Device set to use cpu
INFO: Started server process [27577]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
INFO: 127.0.0.1:51690 - "GET /api/health HTTP/1.1" 200 OK
INFO: 127.0.0.1:52708 - "POST /api/chat HTTP/1.1" 200 OK
INFO: 127.0.0.1:48190 - "POST /api/summarize HTTP/1.1" 200 OK
INFO: 127.0.0.1:50980 - "GET / HTTP/1.1" 200 OK
|