-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wording and linter updated naming remove gpuSetting
- Loading branch information
1 parent
8e09eb7
commit 2b94be0
Showing
77 changed files
with
601 additions
and
955 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
import { KubeFastifyInstance, OauthFastifyRequest } from '../../../types'; | ||
import { getAcceleratorNumbers } from './acceleratorUtils'; | ||
import { getDetectedAccelerators } from './acceleratorUtils'; | ||
import { logRequestDetails } from '../../../utils/fileUtils'; | ||
|
||
export default async (fastify: KubeFastifyInstance): Promise<void> => { | ||
fastify.get('/', async (request: OauthFastifyRequest) => { | ||
logRequestDetails(fastify, request); | ||
|
||
return getAcceleratorNumbers(fastify); | ||
return getDetectedAccelerators(fastify); | ||
}); | ||
}; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.