xeon27 commited on
Commit
423bf9b
·
1 Parent(s): 5652cd0
Files changed (1) hide show
  1. src/about.py +1 -2
src/about.py CHANGED
@@ -130,11 +130,10 @@ python -m pip install -r requirements.txt
130
  ```
131
 
132
  3. Install any packages required for models you'd like to evaluate and use as grader models
133
-
134
- Note: ```openai``` package is already included in ```requirements.txt```
135
  ```bash
136
  python -m pip install <model_package>
137
  ```
 
138
 
139
  ### Run Inspect evaluation
140
  1. Update the ```src/evals_cfg/run_cfg.yaml``` file to select the evals (base/agentic) and include all models to be evaluated
 
130
  ```
131
 
132
  3. Install any packages required for models you'd like to evaluate and use as grader models
 
 
133
  ```bash
134
  python -m pip install <model_package>
135
  ```
136
+ Note: ```openai``` package is already included in ```requirements.txt```
137
 
138
  ### Run Inspect evaluation
139
  1. Update the ```src/evals_cfg/run_cfg.yaml``` file to select the evals (base/agentic) and include all models to be evaluated