Skip to content
Snippets Groups Projects
Commit 6309a72c authored by Simon Will's avatar Simon Will
Browse files

Update production models

parent 11c23aae
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,7 @@ with open(ASSETS_DIR / 'secret_key.txt') as f:
SECRET_KEY = f.read().strip()
MODELS = [
'will_nlmaps_3delta.noise.plusv2_lin_char_legacy.yaml',
'will_nlmaps_3delta.noise.plusv2_web2to1_ratio05_pilot.yaml',
'n3epsilon.noise.plusv2_web2to1_ratio05_prod.yaml',
]
CURRENT_MODEL = 'will_nlmaps_3delta.noise.plusv2_web2to1_ratio05_pilot.yaml'
CURRENT_MODEL = 'n3epsilon.noise.plusv2_web2to1_ratio05_prod.yaml'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment