Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into architecture-agnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotStein committed Nov 4, 2024
2 parents 5b96b97 + 57e7d14 commit 9cf8d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mergekit/io/tensor_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def finalize(self):
json.dump(
{
"metadata": {
"mergekit_version": "0.0.4.4",
"mergekit_version": "0.0.5.1",
"total_size": self.total_size,
},
"weight_map": self.weight_map,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "mergekit"
description = "Tools for merging pre-trained large language models"
readme = "README.md"
license = { text = "LGPL-3.0-or-later" }
version = "0.0.4.4"
version = "0.0.5.1"
authors = [{ name = "Charles Goddard", email = "[email protected]" }]
dependencies = [
"torch>=2.0.0",
Expand Down

0 comments on commit 9cf8d3c

Please sign in to comment.