vedkdev commited on
Commit
60d72cc
·
verified ·
1 Parent(s): 4a1d6d9

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -88,8 +88,7 @@ Trace to log:
88
  python inference.py \
89
  --dataset-path dataset/py_tasks.csv \
90
  --episodes-per-task 5 \
91
- --task-types classify,root_cause \
92
- --trace-agent --trace-prompts > agent_trace.log 2>&1
93
  ```
94
 
95
  ## OpenEnv CLI
 
88
  python inference.py \
89
  --dataset-path dataset/py_tasks.csv \
90
  --episodes-per-task 5 \
91
+ --task-types classify,root_cause > agent_trace.log 2>&1
 
92
  ```
93
 
94
  ## OpenEnv CLI