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