MCPcopy Create free account
hub / github.com/pytorch/pytorch / create_new

Function create_new

scripts/release_notes/commitlist.py:411–413  ·  view source on GitHub ↗
(path, base_version, new_version)

Source from the content-addressed store, hash-verified

409
410
411def create_new(path, base_version, new_version):
412 commits = CommitList.create_new(path, base_version, new_version)
413 commits.write_result()
414
415
416def update_existing(path, new_version):

Callers 1

mainFunction · 0.85

Calls 2

create_newMethod · 0.80
write_resultMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…