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 mlc/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,6 @@ def _save_indices(self):
try:
with open(output_file, "w") as f:
json.dump(index_data, f, indent=4, cls=CustomJSONEncoder)
logger.debug(f"Shared index for {folder_type} saved to {output_file}.")
#logger.debug(f"Shared index for {folder_type} saved to {output_file}.")
except Exception as e:
logger.error(f"Error saving shared index for {folder_type}: {e}")
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ build-backend = "setuptools.build_meta"

[project]
name = "mlcflow"
version = "1.1.6"
version = "1.1.7"



description = "An automation interface for ML applications"
description = "An automation interface tailored for CPU/GPU benchmarking"
authors = [
{ name = "MLCommons", email = "[email protected]" }
]
Expand Down
Loading