-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
area/registryDevfile registry for stacks and infrastructureDevfile registry for stacks and infrastructurehelp wantedExtra attention is neededExtra attention is neededkind/tasklifecycle/staleStale items. These items have not been updated for 90 days.Stale items. These items have not been updated for 90 days.status/blocked
Description
Which area is this issue related to?
/kind task
/area registry
Issue Description
Create FastAI starter project and source repository under https://github.com/devfile-samples
See example Tensorflow v2 starter project for reference.
Project Dependencies
fastai==2.7.15
torch==2.3.0
torchvision==0.18.0
torchaudio==2.3.0
During both the runtime of the init command and the deployment container image build, everywhere this dependency is installed, it needs to pick one of the following index urls to use based on the chosen Compute Platform (CPU/GPU):
- CUDA 11.8 (Nvidia GPU) - https://download.pytorch.org/whl/cu118
- CUDA 12 (Nvidia GPU) - None
- CPU - https://download.pytorch.org/whl/cpu
- ROCm (AMD GPU) - https://download.pytorch.org/whl/rocm6.0
Acceptance Criteria
- Create starter project source repository
- Initialize FastAI starter project that creates the MNIST model then saves and loads in
- This lets someone override for loading in their own model to use
Metadata
Metadata
Assignees
Labels
area/registryDevfile registry for stacks and infrastructureDevfile registry for stacks and infrastructurehelp wantedExtra attention is neededExtra attention is neededkind/tasklifecycle/staleStale items. These items have not been updated for 90 days.Stale items. These items have not been updated for 90 days.status/blocked
Type
Projects
Status
Backlog