According to ChatGPT, do this:
To set up your environment and install the necessary dependencies for this project, follow these steps:
-
Clone Project:
Run
git clone https://github.com/mattsoh/LLM.git cd LLM -
Ensure Python and
pipare installed:Make sure you have Python and
pipinstalled on your system. You can check this by running:python --version pip --version -
Download
model.pth:Download
model.pthfrom https://drive.google.com/file/d/1mkhifEI6HQoiVahnGgZaRYsVU23req_M. Then insert it into the LLM folder. -
Run:
pip install -r requirements.txt python generate.py