Skanislav commited on
Commit
d1bdad3
·
1 Parent(s): f24efd4

chore: update irrelevant tools

Browse files
Files changed (1) hide show
  1. scripts/tools.py +2 -0
scripts/tools.py CHANGED
@@ -92,6 +92,8 @@ IRRELEVANT_TOOLS = [
92
  "stabilityai-stable-diffusion-768-v2-1",
93
  "deepmind-optimization-strong",
94
  "deepmind-optimization",
 
 
95
  ]
96
  # this is how frequently we will keep a snapshot of the progress so far in terms of blocks' batches
97
  # for example, the value 1 means that for every `BLOCKS_CHUNK_SIZE` blocks that we search,
 
92
  "stabilityai-stable-diffusion-768-v2-1",
93
  "deepmind-optimization-strong",
94
  "deepmind-optimization",
95
+ "prediction-url-cot-claude",
96
+ "prediction-url-cot",
97
  ]
98
  # this is how frequently we will keep a snapshot of the progress so far in terms of blocks' batches
99
  # for example, the value 1 means that for every `BLOCKS_CHUNK_SIZE` blocks that we search,