Last active
January 4, 2025 21:59
-
-
Save chadbrewbaker/5e1ccc1f82e97558d95fdabf40a255d2 to your computer and use it in GitHub Desktop.
LLM fixed points with "yes"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yes "Write a better code in Python given a list of 1 million random integers between 1 and 100,000, find the difference between the smallest and the largest numbers whose digits sum up to 30.\n" | head -n 1000 | ollama run llama3.3:70b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I replaced dd with head -n and it seemed to behave better on MacOS.