L2MAC icon indicating copy to clipboard operation
L2MAC copied to clipboard

🚀 The LLM Automatic Computer Framework: L2MAC

Results 5 L2MAC issues
Sort by recently updated
recently updated
newest added

When running this prompt, the process seems to stop quickly and for no apparent reason. No code is generated. I've been successfully generating code before this, but not with prompts...

Super curious about L2MAC, have been testing the examples from quickstart but other basic requests e.g. >l2mac "create a eda app for csv file" (and other basic ones) throw ultimately...

Wonderful paper and implementation. Thank you. Do you have guidance as to how you'd update (eg) the snake code, vs generate it from scratch? For example, how would you change...

Error: **KeyError: 'test_writing_advice'** Traceback (most recent call last): File "/home/morenolabs/coding/experiments/codelama/book.py", line 3, in book: dict = generate_book( File "/home/morenolabs/coding/experiments/codelama/.venv/lib/python3.10/site-packages/l2mac/core.py", line 210, in generate_book return run_l2mac( File "/home/morenolabs/coding/experiments/codelama/.venv/lib/python3.10/site-packages/l2mac/core.py", line 91, in...