Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 515 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 515 Bytes

Usage

First, install git lfs,

  • Linux,

    // install
    sudo apt-get install git-lfs
    
    // initialize it.
    git lfs install
  • Windows,

    • Go to Git Large File Storage documentation and follow the steps. For git lfs documentation click here

Then, clone your huggingface repository,

    git clone https://huggingface.co/ORGANIZATION_OR_USER/MODEL_NAME

and use your local llm model.

Dependencies

  • Pyhton (v3.9 or higher)
  • Git LFS