We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfe223 commit e265109Copy full SHA for e265109
app/lib/registry.ts
@@ -8,7 +8,7 @@
8
*/
9
10
const FALLBACK_URL =
11
- 'https://raw.githubusercontent.com/pytorch/pytorch/main/tools/dynamo/graph_break_registry.json';
+ 'https://raw.githubusercontent.com/pytorch/pytorch/main/torch/_dynamo/graph_break_registry.json';
12
13
export const REGISTRY_URL =
14
process.env.NEXT_PUBLIC_REGISTRY_URL || FALLBACK_URL;
0 commit comments