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
pip
are installed:Make sure you have Python and
pip
installed on your system. You can check this by running:python --version pip --version
-
Download
model.pth
:Download
model.pth
from https://drive.google.com/file/d/1mkhifEI6HQoiVahnGgZaRYsVU23req_M. Then insert it into the LLM folder. -
Run:
pip install -r requirements.txt python generate.py