File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class RunEvalSetCommand extends Command {
72
72
} ) ,
73
73
agent : Flags . string ( {
74
74
description : 'Codebuff agent id to use' ,
75
- default : 'base-lite ' ,
75
+ default : 'base2 ' ,
76
76
} ) ,
77
77
help : Flags . help ( { char : 'h' } ) ,
78
78
}
@@ -134,21 +134,21 @@ async function runEvalSet(options: {
134
134
evalDataPath : path . join ( __dirname , 'eval-codebuff2.json' ) ,
135
135
outputDir,
136
136
} ,
137
- {
138
- name : 'manifold' ,
139
- evalDataPath : path . join ( __dirname , 'eval-manifold2.json' ) ,
140
- outputDir,
141
- } ,
142
- {
143
- name : 'plane' ,
144
- evalDataPath : path . join ( __dirname , 'eval-plane.json' ) ,
145
- outputDir,
146
- } ,
147
- {
148
- name : 'saleor' ,
149
- evalDataPath : path . join ( __dirname , 'eval-saleor.json' ) ,
150
- outputDir,
151
- } ,
137
+ // {
138
+ // name: 'manifold',
139
+ // evalDataPath: path.join(__dirname, 'eval-manifold2.json'),
140
+ // outputDir,
141
+ // },
142
+ // {
143
+ // name: 'plane',
144
+ // evalDataPath: path.join(__dirname, 'eval-plane.json'),
145
+ // outputDir,
146
+ // },
147
+ // {
148
+ // name: 'saleor',
149
+ // evalDataPath: path.join(__dirname, 'eval-saleor.json'),
150
+ // outputDir,
151
+ // },
152
152
]
153
153
154
154
console . log ( `Running ${ evalConfigs . length } evaluations:` )
You can’t perform that action at this time.
0 commit comments