Skip to content

Commit e265109

Browse files
updated fallback url
1 parent 7dfe223 commit e265109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
const FALLBACK_URL =
11-
'https://raw.githubusercontent.com/pytorch/pytorch/main/tools/dynamo/graph_break_registry.json';
11+
'https://raw.githubusercontent.com/pytorch/pytorch/main/torch/_dynamo/graph_break_registry.json';
1212

1313
export const REGISTRY_URL =
1414
process.env.NEXT_PUBLIC_REGISTRY_URL || FALLBACK_URL;

0 commit comments

Comments
 (0)