Skip to content

Code completion server that can operate with huggingface code completion vscode extension

License

Notifications You must be signed in to change notification settings

tabbas97/hf-codecomplete-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hf-codecomplete-server - Starcoder2 support

Under progress: starcoder2 awq

System Requirements

  • Python 3.11
  • Nvidia GPU (for running the model on the server) - Only tested 20 series and above

Installation and Usage

  1. Install the required dependencies

     pip install -r requirements.txt
    
  2. Launch server

    python3 server.py
    

    This should launch the instance at the default port used by the HF extension. The vLLM library will download the model and perform transformations.

About

Code completion server that can operate with huggingface code completion vscode extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages