-
Notifications
You must be signed in to change notification settings - Fork 33
2.3.12 Satellite: TextGrad
av edited this page Sep 14, 2024
·
1 revision
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.
# [Optional] pre-build if needed
harobr build textgrad
# Start the service
harbor up textgrad
# Open JupyterLab server
harbor open textgrad
Change Jupyterlab server port on yout host
harbor config set textgrad.host.port 8888