evo-design / evo

Biological foundation modeling from molecular to genome scale
Apache License 2.0
874 stars 99 forks source link

switch from openai to together library for calling the API in hello_evo.ipynb #25

Closed athms closed 4 months ago

athms commented 4 months ago

We want to switch from the openai to the together library so that we can make use of top_k sampling.

Unfortunately, the together library currently does not seem to allow setting a random seed. The results shown in hello_evo.ipynb are therefore not reproducible.