mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-12-13 09:06:43 +00:00
update
This commit is contained in:
@@ -57,6 +57,8 @@ function register_events_job() {
|
||||
task['memory'] = $(this).find('.task-mem').eq(0).val();
|
||||
task['gpu_number'] = $(this).find('.task-gpu-num').eq(0).val();
|
||||
task['gpu_memory'] = $(this).find('.task-gpu-mem').eq(0).val();
|
||||
task['is_ps'] = $(this).find('.task-is-ps').eq(0).val();
|
||||
task['gpu_model'] = $(this).find('.task-gpu-model').eq(0).val();
|
||||
tasks.push(task);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user