Commit ·
bc0668b
1
Parent(s): 2993eb7
overnight variant p0-reroll
Browse filesCo-authored-by: Cursor <cursoragent@cursor.com>
script.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
"""IOL Space script — variant=
|
| 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 = "
|
| 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"
|