Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

features/rent-gpu-form #43

Merged
merged 31 commits into from
Nov 8, 2023
Merged

features/rent-gpu-form #43

merged 31 commits into from
Nov 8, 2023

Conversation

baktun14
Copy link
Contributor

@baktun14 baktun14 commented Nov 3, 2023

  • Refactor all the components in the SDL builder to be re-used in the rent gpus form
  • Built custom form specific to easily rent GPUs
  • Added list of GPU templates to easily select
  • Fix bugs in create deployment SDL with empty template
  • Improved audited provider visibility in create lease: added warning icon with explanation

deploy-web/src/components/sdl/AdvancedConfig.tsx Outdated Show resolved Hide resolved
deploy-web/src/components/sdl/CpuFormControl.tsx Outdated Show resolved Hide resolved
deploy-web/src/components/sdl/ImageSelect.tsx Outdated Show resolved Hide resolved
deploy-web/src/components/sdl/ImageSelect.tsx Outdated Show resolved Hide resolved
deploy-web/src/components/sdl/ImageSelect.tsx Outdated Show resolved Hide resolved
deploy-web/src/components/sdl/RentGpusForm.tsx Outdated Show resolved Hide resolved
deploy-web/src/pages/rent-gpu/index.tsx Outdated Show resolved Hide resolved
api/src/providers/githubProvider.ts Outdated Show resolved Hide resolved
api/src/providers/githubProvider.ts Outdated Show resolved Hide resolved
const regions = await getProviderRegions();
res.send(regions);
})
);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the same as /provider-regions?

@baktun14 baktun14 merged commit 7b79198 into main Nov 8, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants