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
8 changes: 8 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copy to `.env`; `mise.toml` sources it, so every task and hook sees these values.

# MLflow tracking and model registry. SQLite is the local default written by
# `MlflowService`: runs and registered models live in `mlflow.db`, artifact files under
# `./mlruns`. Point these at a real database (PostgreSQL, MySQL) or a tracking server
# (http://127.0.0.1:5000) to share runs across a team — the client code does not change.
MLFLOW_TRACKING_URI=sqlite:///mlflow.db
MLFLOW_REGISTRY_URI=sqlite:///mlflow.db
80 changes: 0 additions & 80 deletions .gemini/skills/MLOps Automation/SKILL.md

This file was deleted.

64 changes: 0 additions & 64 deletions .gemini/skills/MLOps Collaboration/SKILL.md

This file was deleted.

140 changes: 0 additions & 140 deletions .gemini/skills/MLOps Industrialization/SKILL.md

This file was deleted.

Loading