Skip to content

2.3.12 Satellite: TextGrad

av edited this page Sep 14, 2024 · 1 revision

Logo

Open In Colab GitHub license Arxiv Documentation Status PyPI - Python Version PyPI Conda - Platform Conda (channel only)

An autograd engine -- for textual gradients!

TextGrad is a powerful framework building automatic ``differentiation'' via text. TextGrad implements backpropagation through text feedback provided by LLMs, strongly building on the gradient metaphor.

Starting

# [Optional] pre-build if needed
harobr build textgrad

# Start the service
harbor up textgrad

# Open JupyterLab server
harbor open textgrad

Configuration

Change Jupyterlab server port on yout host

harbor config set textgrad.host.port 8888
Clone this wiki locally