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
I open this because as a user it would be very frustrating to always have to change the value of gpus to 2 even though the choice should have been cached.
related to #2817 - Disclaimer that this may be tricky and/or is an indication that something needs reworked fundamentally.
data-set-
directives currently override previous cached values in the form. Consider thisform.yml
. It says I can have a max of 4 GPUs.Now if I Submit the job with a selection of 2 GPUs.
expected behavior
When I reload the page, it should have cached the choice of 2 GPUs.
actual behavior
The data-set directive sets the
gpu
field to 1.The text was updated successfully, but these errors were encountered: