You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
before the print statements i have a non-zero output.
for context, i am using korvus pipelines and collections for my models, and i am trying to reduce the amount of gpu resources being hogged, because the only way i have been able to reduce gpu consumption each time has been by restarting the postgresml container, which is not ideal for an application. is this the wrong way of using the command or are there any workarounds for this? thank you.
The text was updated successfully, but these errors were encountered:
i tried running the embedding command directly in the postgresml container. runnning the embedding directly in the postgresml database,the gpu memory gets consumed (previously from ~3gb to ~5gb). when running the cache clearing command, there was no change in my gpu memory usage.
hi,
running:
doesnt seem to reduce my gpu usage. currently running a local docker container that is built from https://github.com/postgresml/postgresml/tree/9303cb4b68fe20b3667adeee96e25f5046b71a64/docker.
in an attempt to debug i installed pip, torch and numpy in the container, because i couldnt import torch in the python3 shell.
when running
i got 0 for both print statements, but if i run
before the print statements i have a non-zero output.
for context, i am using korvus pipelines and collections for my models, and i am trying to reduce the amount of gpu resources being hogged, because the only way i have been able to reduce gpu consumption each time has been by restarting the postgresml container, which is not ideal for an application. is this the wrong way of using the command or are there any workarounds for this? thank you.
The text was updated successfully, but these errors were encountered: