-
Coding Resources
A list of resources I have found useful for programming. Mainly for my own reference later:
-
Running local Python code on a remote GPU (using modal and lob.py)
I explored in a previous post how to run nanoGPT on modal – both the training and sampling. It was successful, but tiresome. There were a lot of changes to the downloaded code which made me unhappy. If I want to try different projects out that are on Github etc. I don’t want to be…
-
Modal.com and NanoGPT continued: producing output; using tiktoken for bigger tokens
In the previous post we explored how to get NanoGPT training on Modal. There was quite a bit to that, so I left the text generation part to now just to cap that post off. Let’s do that now and then try some more stuff out with NanoGPT. Let’s make some Shakespam With all the…