passing2961 commited on
Commit
8f32193
·
verified ·
1 Parent(s): 2627cfc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -71,7 +71,7 @@ Evolution Fine-Tuning (EFT) turns evolutionary search **trajectories** into supe
71
 
72
  ## How to Use Finch
73
 
74
- 1. **Execute OpenEvolve scaffold with Finch**
75
 
76
  Finch is a **mutation operator for evolutionary search**, most effective driven by a scaffold such as **OpenEvolve** (`T = 100`, temperature `0.7`, top-`p` `0.95`, up to `30K` tokens).
77
  You can also use other scaffolds in the [SkyDiscover](https://github.com/skydiscover-ai/skydiscover) framework, but we do not guarantee performance, as our model is trained on OpenEvolve's trajectories — one of this work's limitations.
 
71
 
72
  ## How to Use Finch
73
 
74
+ 1. **Execute OpenEvolve scaffold with Finch (vLLM serving, recommended)**
75
 
76
  Finch is a **mutation operator for evolutionary search**, most effective driven by a scaffold such as **OpenEvolve** (`T = 100`, temperature `0.7`, top-`p` `0.95`, up to `30K` tokens).
77
  You can also use other scaffolds in the [SkyDiscover](https://github.com/skydiscover-ai/skydiscover) framework, but we do not guarantee performance, as our model is trained on OpenEvolve's trajectories — one of this work's limitations.