rita-cohere Cursor commited on
Commit
bc0668b
·
1 Parent(s): 2993eb7

overnight variant p0-reroll

Browse files

Co-authored-by: Cursor <cursoragent@cursor.com>

Files changed (1) hide show
  1. script.py +2 -2
script.py CHANGED
@@ -1,4 +1,4 @@
1
- """IOL Space script — variant=mv3.
2
 
3
  Set VARIANT at the top before uploading to each Hub repo.
4
  Julia P0 SYSTEM + original-style parser; T4-safe budgets per variant.
@@ -43,7 +43,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
43
  # ---------------------------------------------------------------------------
44
  # VARIANT — overwritten by packaging script per Hub repo
45
  # ---------------------------------------------------------------------------
46
- VARIANT = "mv3"
47
 
48
  # The repo is the working directory at run time, and there is no network.
49
  os.environ["HF_HUB_OFFLINE"] = "1"
 
1
+ """IOL Space script — variant=p0-reroll.
2
 
3
  Set VARIANT at the top before uploading to each Hub repo.
4
  Julia P0 SYSTEM + original-style parser; T4-safe budgets per variant.
 
43
  # ---------------------------------------------------------------------------
44
  # VARIANT — overwritten by packaging script per Hub repo
45
  # ---------------------------------------------------------------------------
46
+ VARIANT = "p0-reroll"
47
 
48
  # The repo is the working directory at run time, and there is no network.
49
  os.environ["HF_HUB_OFFLINE"] = "1"