rasbt / LLMs-from-scratch

Implementing a ChatGPT-like LLM in PyTorch from scratch, step by step
https://www.manning.com/books/build-a-large-language-model-from-scratch
Other
27.86k stars 3.16k forks source link

PackageNotFoundError: No package metadata was found for torch #357

Closed PSLHimaBindu closed 1 week ago

PSLHimaBindu commented 1 week ago

I just cloned repository and started to run.I get following error. PS: I just setup my VS code, installed git python etc.please suggest how to fox this error.

image image
chhenning commented 1 week ago

Have you installed torch? I suggest you pip install -r requirements.txt