Skip to content

Commit

Permalink
add gpu flag (#203)
Browse files Browse the repository at this point in the history
* Update config.json

* Update config.json

* Update config.json

* Update config.json

* Update config.json
  • Loading branch information
cxnt committed Jul 18, 2023
1 parent 9eb2584 commit 440d8be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion supervisely/serve/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@
"icon": "https://i.imgur.com/2U6HufM.png",
"icon_cover": true,
"isolate": true,
"gpu": "required",
"need_gpu": false,
"gpu": "preferred",
"headless": true,
"session_tags": [
"deployed_nn"
Expand Down
3 changes: 2 additions & 1 deletion supervisely/train/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"main_script": "supervisely/train/src/sly_train.py",
"gui_template": "supervisely/train/src/gui.html",
"task_location": "workspace_tasks",
"need_gpu": true,
"gpu": "required",
"icon": "https://i.imgur.com/HZCM0QM.png",
"icon_cover": true,
Expand All @@ -30,4 +31,4 @@
"license": {
"type": "AGPL-3.0"
}
}
}

0 comments on commit 440d8be

Please sign in to comment.