[torch-infra] Support multiple build targets
- Some repos (e.g. FBGEMM) can build multiple targets (i.e. packages with different names and functionality altogether, such as FBGEMM-GPU vs FBGEMM-GPU-GenAI), but there is no generic mechanism inside Nova to specify which target to build other than
CU_VERSIONenvironment variable, which is intended for target variants. As such, BUILD_TARGET is provided as an environment variable to the Nova build scripts so that it can be leveraged for specifying a build target if needed
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
| Name | Status | Preview | Updated (UTC) |
|---|---|---|---|
| torchci | ⬜️ Ignored (Inspect) | Mar 27, 2025 7:13pm |
HI @q10 looks good. Can you please provide a reference how you use this workflow ? and some testing plan ?
HI @q10 looks good. Can you please provide a reference how you use this workflow ? and some testing plan ?
@atalman https://github.com/pytorch/FBGEMM/pull/3890 shows an example of how I plan to use the new workflow input argument. For testing plan, I think it would be to check that both fbgemm_gpu and fbgemm_gpu_genai are published to https://download.pytorch.org/whl/nightly/fbgemm-gpu/ after the PR lands. Since it is a feature addition and not modification, I don't think it will adversely affect existing workflows.