Skip to content

Commit

Permalink
mf
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Jan 26, 2025
1 parent 8c4352c commit 4ad80b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/src/django_admin/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def logger_config(log_dir: Path):

DISCOURSE_API_URL = custom_settings["discourse_api_url"]
DISRAPTOR_API_KEY = custom_settings["discourse_api_key"]
PUBLIC_TRAINING_DATA = set(["jena-topics-20231026-test", "leipzig-topics-20231025-test"])
PUBLIC_TRAINING_DATA = set(["jena-topics-20231026-test", "leipzig-topics-20231025-test", "subsampled-ms-marco-ir-lab-20250105-test"])

CODE_SUBMISSION_REFERENCE_REPOSITORIES = {
"ir-lab-jena-leipzig-wise-2023": "tira-io/tira-ir-lab-wise-submission-template",
Expand Down

0 comments on commit 4ad80b1

Please sign in to comment.