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.
|
||
|---|---|---|
| main.py | ||
| send_log.json | ||