Skip to content

Commit ac94922

Browse files
committed
docs
1 parent fc86115 commit ac94922

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/setup.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,15 @@ aider --model sonnet --file repos/minitorch/operators.py --message "fill in" \
9999
--yes
100100
```
101101

102+
This will run an LLM agent that will try to fill in the
103+
functions in one file of the minitorch library.
104+
105+
For a full example baseline system that tries to solve
106+
all the tests in the library see the [baseline](baseline) documentation.
107+
108+
102109

103110
## Distributed Environments
111+
112+
113+
...

0 commit comments

Comments
 (0)