Skip to content

Add domain in default run_id#156

Merged
JosephMarinier merged 4 commits into
mainfrom
joseph/add-domain-in-default-run-id
Jun 23, 2026
Merged

Add domain in default run_id#156
JosephMarinier merged 4 commits into
mainfrom
joseph/add-domain-in-default-run-id

Conversation

@JosephMarinier

Copy link
Copy Markdown
Collaborator

Add the domain name in the default run_id.

My only concern is that the domain name `medical_hr` contains an underscore, which is the separator we use between the bits of id here. A `run_id` like `<date>_medical_hr_en_<models>` is slightly confusing. Furthermore, `hr` is the language code for Croatian.

A couple of solutions:
1. Write `medical-hr` instead of `medical_hr`. There are often dashes within language codes and within model names. But then, it doesn't match the domain name exactly.
2. Change our separator for something that risks fewer collisions, like a tilde `~`.
3. Live with it.

@katstankiewicz katstankiewicz left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ty!!

Comment thread src/eva/models/config.py Outdated
file=TqdmNewlineStream(sys.stderr),
mininterval=0,
unit="task",
smoothing=0, # Smoothing would produce unstable estimates because tasks run in parallel.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image

@JosephMarinier JosephMarinier added this pull request to the merge queue Jun 23, 2026
Merged via the queue into main with commit def727f Jun 23, 2026
2 checks passed
@JosephMarinier JosephMarinier deleted the joseph/add-domain-in-default-run-id branch June 23, 2026 20:08
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

Successfully merging this pull request may close these issues.

2 participants