Skip to content

Commit 4b203cb

Browse files
Updated registry link for fetching
1 parent b73b7d1 commit 4b203cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import re
1212
from pathlib import Path
1313

14-
REGISTRY_URL = 'https://raw.githubusercontent.com/pytorch/pytorch/main/torch/_dynamo/graph_break_registry.yaml'
14+
REGISTRY_URL = 'https://raw.githubusercontent.com/pytorch/pytorch/main/torch/_dynamo/graph_break_registry.yml'
1515

1616
def get_registry_data():
1717
try:

0 commit comments

Comments
 (0)