Skip to content

You can run any large language model on your local machine with this repository.

Notifications You must be signed in to change notification settings

suleymansevimli/run-llm-model-locally

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

You can run any large language model on your local machine with this repository.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages