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 {
7272 } ) ,
7373 agent : Flags . string ( {
7474 description : 'Codebuff agent id to use' ,
75- default : 'base-lite ' ,
75+ default : 'base2 ' ,
7676 } ) ,
7777 help : Flags . help ( { char : 'h' } ) ,
7878 }
@@ -134,21 +134,21 @@ async function runEvalSet(options: {
134134 evalDataPath : path . join ( __dirname , 'eval-codebuff2.json' ) ,
135135 outputDir,
136136 } ,
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+ // },
152152 ]
153153
154154 console . log ( `Running ${ evalConfigs . length } evaluations:` )
You can’t perform that action at this time.
0 commit comments