Spaces:
Sleeping
Sleeping
Update training.py
Browse files- training.py +1 -1
training.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# training.py – Memory‑safe: Phi‑3‑mini + Expert Demos + Fast PPO (2 iterations)
|
| 2 |
import os
|
| 3 |
os.environ["TRITON_DISABLE"] = "1"
|
| 4 |
-
os.environ["TOKENIZERS_PARALLELISM"] = "false"
|
| 5 |
|
| 6 |
import torch._dynamo
|
| 7 |
torch._dynamo.config.disable = True
|
|
|
|
| 1 |
# training.py – Memory‑safe: Phi‑3‑mini + Expert Demos + Fast PPO (2 iterations)
|
| 2 |
import os
|
| 3 |
os.environ["TRITON_DISABLE"] = "1"
|
| 4 |
+
os.environ["TOKENIZERS_PARALLELISM"] = "false"
|
| 5 |
|
| 6 |
import torch._dynamo
|
| 7 |
torch._dynamo.config.disable = True
|