Go to file
Ting-Jun Wang e907d42043
fix: get all users on the same GPU
Problem:
    Sometimes, multiple users may run the different program on the same
    GPU if the VRAM is enough.
    But the original program only get the first username on the webpage
    so that we may lose some users.

Solution:
    For one servers, I get all GPU's name and all usernames on this line
    on the webpage.

    So I will return a dict contains all GPU names and username on every
    GPU.
2024-03-22 17:34:44 +08:00
main.py fix: get all users on the same GPU 2024-03-22 17:34:44 +08:00
send_log.json feat: first commit 2024-03-22 15:50:43 +08:00