Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 725 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 725 Bytes

LLM

According to ChatGPT, do this:

Installing Dependencies

To set up your environment and install the necessary dependencies for this project, follow these steps:

  1. Clone Project:

    Run

    git clone https://github.com/mattsoh/LLM.git
    cd LLM
    
  2. 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
    
  3. Download model.pth:

    Download model.pth from https://drive.google.com/file/d/1mkhifEI6HQoiVahnGgZaRYsVU23req_M. Then insert it into the LLM folder.

  4. Run:

    pip install -r requirements.txt
    python generate.py