Loading .pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ repos: args: [] - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.6.0 rev: v0.6.3 hooks: # Run the linter. - id: ruff Loading configs/default.yaml +0 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ data: {} model: {} metadata: user: ??? experiment_name: ??? run_name: ??? description: ??? configs/logger/mlflow.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -2,5 +2,5 @@ _target_: rationai.mlkit.lightning.loggers.MLFlowLogger experiment_name: ${metadata.experiment_name} run_name: ${metadata.run_name} tags: mlflow.user: ${metadata.user} mlflow.user: ${oc.env:MLFLOW_TRACKING_USERNAME, ???} mlflow.note.content: ${metadata.description} pdm.lock +222 −208 File changed.Preview size limit exceeded, changes collapsed. Show changes pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ license = { file = "LICENSE" } dependencies = [ "torch>=2.4.0", "lightning>=2.4.0", "rationai-mlkit @ git+ssh://git@gitlab.ics.muni.cz/rationai/digital-pathology/libraries/mlkit.git", "rationai-mlkit @ git+https://gitlab.ics.muni.cz/rationai/digital-pathology/libraries/mlkit.git", ] [tool.pdm.dev-dependencies] Loading Loading
.pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ repos: args: [] - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.6.0 rev: v0.6.3 hooks: # Run the linter. - id: ruff Loading
configs/default.yaml +0 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ data: {} model: {} metadata: user: ??? experiment_name: ??? run_name: ??? description: ???
configs/logger/mlflow.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -2,5 +2,5 @@ _target_: rationai.mlkit.lightning.loggers.MLFlowLogger experiment_name: ${metadata.experiment_name} run_name: ${metadata.run_name} tags: mlflow.user: ${metadata.user} mlflow.user: ${oc.env:MLFLOW_TRACKING_USERNAME, ???} mlflow.note.content: ${metadata.description}
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ license = { file = "LICENSE" } dependencies = [ "torch>=2.4.0", "lightning>=2.4.0", "rationai-mlkit @ git+ssh://git@gitlab.ics.muni.cz/rationai/digital-pathology/libraries/mlkit.git", "rationai-mlkit @ git+https://gitlab.ics.muni.cz/rationai/digital-pathology/libraries/mlkit.git", ] [tool.pdm.dev-dependencies] Loading