shank commited on
Commit
a5c67b3
·
1 Parent(s): 633a3b7

Update: Added testing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def _stream_training():
21
  global training_proc
22
  script = os.path.join(os.path.dirname(__file__), "training", "train_grpo.py")
23
  training_proc = subprocess.Popen(
24
- [sys.executable, script],
25
  stdout=subprocess.PIPE,
26
  stderr=subprocess.STDOUT,
27
  text=True,
 
21
  global training_proc
22
  script = os.path.join(os.path.dirname(__file__), "training", "train_grpo.py")
23
  training_proc = subprocess.Popen(
24
+ [sys.executable, script, "--test"],
25
  stdout=subprocess.PIPE,
26
  stderr=subprocess.STDOUT,
27
  text=True,