MCPcopy Create free account
hub / github.com/deepspeedai/DeepSpeed / commit

Method commit

ci/test_tests_fetcher.py:98–100  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

96 (self.root / rel).unlink()
97
98 def commit(self, message: str) -> None:
99 self._git("add", "-A")
100 self._git("commit", "-q", "--allow-empty", "-m", message)
101
102 def selector(self) -> TestSelector:
103 return TestSelector(self.root, CONFIG)

Calls 1

_gitMethod · 0.95

Tested by

no test coverage detected