Abhirup Gupta

Results 8 comments of Abhirup Gupta

Facing the same issue. Any fix as of yet? @Abdurrahheem Is there any way to make it work with mps backend?

Running the code with Python 3.11.4 and Torch 2.0.1 still gives me BUS error.

After a bit of investigation, issue seems to be on this line of code. https://github.com/karpathy/llm.c/blob/a08c11b60ebb1b3300113b808c9770b0ff3a21b4/train_gpt2.py#L380 The code breaks exactly at this line, and gives the Bus ERROR. Found a useful...

For me, the problem is that I am running out of MPS memory, it seems, and it is trying to access memory already allocated to some other process, which is...

@davmacario I have tried running with `--batch size` of 1, and still I am getting the bus ERROR. The second option I am a bit hesitant to use, since it...

Fixes https://github.com/karpathy/llm.c/issues/43

Athough I realise this is not a necessary thing to do, and we can mostly ignore this, it helps in keeping a clean working directory. I have tried to keep...

> What do you think about adding entries for commonly ignored files? Something along the lines of [this](https://github.com/github/gitignore/blob/main/Python.gitignore). This looks good, but I prefer to keep a small gitignore file,...