-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I followed the tutorial on my Nextcloud 28: installed exApp, created a daemon worker, added AiImageGeneratorBot app.
After several hours, the progress remained stuck at "0% deploying", then I finished getting a heartbeat failure.
I checked my docker install:
- a container has been created and started: "nc_app_ai_image_generator_bot"
- there doesn't seem to be any activity in it (no memory or disk usage increase, no CPU usage)
- logs seem to be ok:
The cache for model files in Transformers v4.22.0 has been updated. Migrating your old cache. This is a one-time only operation. You can interrupt this and resume the migration later on by calling transformers.utils.move_cache().
0it [00:00, ?it/s]
INFO: Started server process [1]
INFO: Waiting for application startup.
TRACE: ASGI [1] Started scope={'type': 'lifespan', 'asgi': {'version': '3.0', 'spec_version': '2.0'}, 'state': {}}
TRACE: ASGI [1] Receive {'type': 'lifespan.startup'}
TRACE: ASGI [1] Send {'type': 'lifespan.startup.complete'}
INFO: Application startup complete.
INFO: Uvicorn running on http://127.0.0.1:23000 (Press CTRL+C to quit)
Not sure if it is important, but I don't have any GPU on that server, but plenty of RAM an CPU cores.
Anyone with an idea ?
Metadata
Metadata
Assignees
Labels
No labels