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 ea10e60 commit ced6911Copy full SHA for ced6911
scripts/gen_quick_start_module.py
@@ -78,6 +78,9 @@ def write_published_versions(versions):
78
with open(BASE_DIR / "published_versions.json", "w") as outfile:
79
json.dump(versions, outfile, indent=2)
80
81
+# Create release matrix for PyTorch website.
82
+# It's utilized to populate config data for
83
+# the "Start Locally" installation options table.
84
def write_release_matrix(matrix):
85
with open(BASE_DIR / "release_matrix.json", "w") as outfile:
86
0 commit comments