Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion metrics/cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"together-llama-guard-2-mlccommons"
],
"configurations": {},
"hash": "8ea584f712610e00"
"hash": "829c207a7dfe65a6"
},
"samplemetric": {
"id": "samplemetric",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "moonshot-data"
version = "0.7.4"
version = "0.7.5"
authors = [
{ name="The Moonshot Team", email="our.moonshot.team@gmail.com" }
]
Expand All @@ -17,7 +17,7 @@ classifiers = [

[tool.poetry]
name = "moonshot-data"
version = "0.7.4"
version = "0.7.5"
description = "A collection of data(e.g. llm connectors, benchmark tests) that can be used with the Moonshot toolkit."
authors = ["The Moonshot Team <our.moonshot.team@gmail.com>"]
readme = "README.md"
Expand Down
Loading