-
-
Notifications
You must be signed in to change notification settings - Fork 140
2.3.12 Satellite: TextGrad
av edited this page Apr 26, 2025
·
2 revisions
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