Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to enable Experiment Tracking? #2832

Open
FeryET opened this issue Sep 20, 2023 · 1 comment
Open

How to enable Experiment Tracking? #2832

FeryET opened this issue Sep 20, 2023 · 1 comment

Comments

@FeryET
Copy link

FeryET commented Sep 20, 2023

Gitlab has introduced an integrated MLFlow backend as an experimental feature, which can be enabled apparently using this guide.

Apart from manually enabling the feature flag in the rails console, is there any way that this docker image supports enabling such feature flags by environment variables or configs mounted to the container?

Thanks.

@kkimurak
Copy link
Contributor

I have implemented required features #2917 and it have been merged. sameersbn/gitlab:16.10.1 or later contains the feature.

I thought it should be enabled by setting GITLAB_FEATURE_FLAGS_DISABLE_TARGETS=ml_experiment_tracking, but the script says that the feature flag name ml_experiment_tracking is invalid.

To detect valid feature flags, it searches yml file in corresponding directory (/home/git/gitlab/config/feature_flags/) recursively. The file config/feature_flags/development/ml_experiment_tracking.yml is exists.

I'll check what is wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants