Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automate GPU memory options #3

Open
Gldkslfmsd opened this issue Jan 31, 2025 · 0 comments
Open

automate GPU memory options #3

Gldkslfmsd opened this issue Jan 31, 2025 · 0 comments

Comments

@Gldkslfmsd
Copy link
Collaborator

# gpuram size constraints on ÚFAL cluster

Now, we need to run the sinfo command every time the size GPU size options of ÚFAL change. It should be automated, e.g. run once per day and stored somewhere on a disk.

#  gpuram size constraints on ÚFAL cluster
#  TODO: it should be automated to reflect changes on cluster automatically
#  (and made effectively, possibly without this subprocess in every run)
# sinfo -o "%N %f" | grep gpu | cut -f 2 -d' ' | cut -f 1 -d',' | sort -u
UFAL_GPU_MEM_OPTIONS = """gpuram11G
gpuram16G
gpuram24G
gpuram40G
gpuram48G
gpuram64G
gpuram95G
""".split()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant