Commit 6abcb53
Stop using autoglob mode constants (pytorch#18022)
Summary: There's no point to using constants for this, it's an immediate
Buck parse error if you use an invalid mode. It's an extra step the AI
needs to figure out (and humans!) - just use strings.
Reviewed By: d16r
Differential Revision: D95399679
Co-authored-by: Adam Ernst <adamjernst@meta.com>1 parent c385ed0 commit 6abcb53
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments