Skip to content

What is your llm.c development environment? #350

Answered by karpathy
matt-langston asked this question in Q&A
Discussion options

You must be logged in to vote

You can run the CPU version on anything, Macbook included. You can install OpenMP on it too, and follow those instructions. But it's still only CPU. To use the GPU on the Macbook you'd have to upgrade to Metal. There is a Metal fork of this repo (see the notable forks section) but I am not sure what state it is in.

Most likely to be dangerous you want a GPU. You can get a GPU box in the cloud in multiple places, try google search, or use Lambda labs, or e.g. Lightning AI, or etc. A GPU box with a non-state of the art GPU shouldn't be too expensive at all - you spin it up on demand and ssh to it to do work. I like to connect my VS Code to the box via ssh, for example.

Personally I use an A…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by matt-langston
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants