-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first commit * missing comma * missing function * simplification * updates tables * logging no 1 * more debug * fixing things and log them * fixing * accelerator type is just a string not url * Revert "accelerator type is just a string not url" This reverts commit c09b6fe. * more logging and stuff * more logs * typo * more and more logging * use zone instead of region * styles * do no stack accelerator type * removing debug * always load defaults for gpu plan * forgotten line * Some nice logs * pasing only count * adding statement * disk spart way * cleanup * do not assign VMsize if gpu VM Type * Add gpu to query tags (#670) * added gpu to the tags list for quering images in api-selector * added debug lines * add gpu_vm_type to params in api selector * removed debug lines * Update CHANGELOG.md
- Loading branch information
Showing
4 changed files
with
109 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ type Params struct { | |
|
||
JobID uint64 | ||
Repo string | ||
GpuVMType string | ||
} |