Skip to content

Commit

Permalink
fix tutorial link
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhii committed Jul 10, 2024
1 parent 3ec6bef commit d97d359
Show file tree
Hide file tree
Showing 24 changed files with 50 additions and 1,598 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ You can run them directly in Google Colab by clicking on the links below.

| Example | Colab Link |
|-------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Introduction to TextGrad Primitives | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/zou-group/TextGrad/blob/main/examples/notebooks/Primitives.ipynb) |
| Introduction to TextGrad Primitives | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/zou-group/TextGrad/blob/main/examples/notebooks/Tutorial-Primitives.ipynb) |
| Optimizing a Code Snippet and Define a New Loss | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/zou-group/textgrad/blob/main/examples/notebooks/Tutorial-Test-Time-Loss-for-Code.ipynb) |
| Prompt Optimization | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/zou-group/TextGrad/blob/main/examples/notebooks/Prompt-Optimization.ipynb) |
| Solution Optimization | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/zou-group/TextGrad/blob/main/examples/notebooks/Tutorial-Solution-Optimization.ipynb) |
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ We have prepared a couple of tutorials to get you started with TextGrad.
You can run them directly in Google Colab by clicking on the links below.
.. |primiti| image:: https://colab.research.google.com/assets/colab-badge.svg
:target: https://colab.research.google.com/github/zou-group/TextGrad/blob/main/examples/notebooks/Primitives.ipynb
:target: https://colab.research.google.com/github/zou-group/TextGrad/blob/main/examples/notebooks/Tutorial-Primitives.ipynb
:alt: Open In Colab
.. |code| image:: https://colab.research.google.com/assets/colab-badge.svg
Expand Down
48 changes: 48 additions & 0 deletions examples/notebooks/logs/2024-07-07_23-34-38.jsonl

Large diffs are not rendered by default.

Empty file added logs/2024-07-07_23-03-41.jsonl
Empty file.
28 changes: 0 additions & 28 deletions textgrad/__init__.py

This file was deleted.

156 changes: 0 additions & 156 deletions textgrad/autograd/algebra.py

This file was deleted.

80 changes: 0 additions & 80 deletions textgrad/autograd/function.py

This file was deleted.

89 changes: 0 additions & 89 deletions textgrad/autograd/functional.py

This file was deleted.

Loading

0 comments on commit d97d359

Please sign in to comment.