diff --git a/mlc/index.py b/mlc/index.py index 6ee5b1fb5..64526ceb1 100644 --- a/mlc/index.py +++ b/mlc/index.py @@ -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}") diff --git a/pyproject.toml b/pyproject.toml index 3fe73f1b1..6f1583d89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "systems@mlcommons.org" } ]