Skip to content

davisgcii/optimization-by-prompting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

optimization-by-prompting

A quick implementation of DeepMind's "LLMs as Optimizers" paper.

Usage

Feel free to download the notebook and play around with it. The code is pretty self-explanatory, but if you have any questions, feel free to reach out to me on Twitter.

  1. Clone the repo
  2. Set up a virtual environment -> python3 -m venv env
  3. Activate the virtual environment -> source env/bin/activate
  4. Install the requirements -> pip install -r requirements.txt
  5. Run the notebook (I just run in VSCode, but you can run it however you want)

About

A simple implementation of DeepMind's "LLMs as Optimizers" paper.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published