[VibeCoding] Convert architecture specific batch scripts to PowerShell#155807
[VibeCoding] Convert architecture specific batch scripts to PowerShell#155807malfet wants to merge 6 commits intogh/malfet/398/basefrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/155807
Note: Links to docs will display an error until the docs builds have been completed. ❌ 30 New Failures, 1 Unrelated FailureAs of commit 6a7e719 with merge base 2a3b41c ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Looks like cuda126.ps1 and cuda129.ps1 is missing |
| @@ -0,0 +1,54 @@ | |||
| # Import common functions | |||
| . "$PSScriptRoot\common.ps1" | |||
There was a problem hiding this comment.
can we try to rewrite it so that we don't need to add cuda12X.ps1 every time so that we can specify CUDA version as a param and reuse this script across all cuda verisons ?
There was a problem hiding this comment.
Let's do it as followup...
atalman
left a comment
There was a problem hiding this comment.
Looks like this PR removes xpu.bat and cpu.bat
|
Also instead of ps1 can we try bash script or python ? This will minimize different scripts flavors we need to support. And will make it easier for multiple team members to support these scripts (more people are familiar with bash and python) |
Did you mean cuda128? (as 129 shouldn't be there, as it does not exists) But yeah, fat fingers, added files now |
Neither are native to Windows platform |
Eyeballing + CI is the best I can hope for |
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Stack from ghstack (oldest at bottom):
common.ps1(and check that exceptions can be propagated thru)Using Claude.AI, see https://claude.ai/share/17e72de7-282b-431a-98e8-099286c804ea and https://claude.ai/share/54ae2b87-03b0-4589-9f4b-e19e99c08d06
cc @seemethere @osalpekar @atalman