Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Disable GPU in unit test #4025

Merged
merged 2 commits into from
Aug 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('Unit Test for LocalTrainingService', () => {
const config = <ExperimentConfig>{
trialCommand: 'sleep 1h && echo hello',
trialCodeDirectory: `${localCodeDir}`,
trialGpuNumber: 1,
trialGpuNumber: 0, // TODO: add test case for gpu?
trainingService: {
platform: 'local'
}
Expand Down