Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.33 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.33 KB

PromptGPT

Accessing

Front-end

Training

  • If you are interested in training the model. You can access it in the training folder

Local Run

  • You can build the container and run it locally assume you have GPU. This is for the backend only.
    • You have to download dolly-v2-3b model locally and put it in app/models folder
      • You can also change PRETRAINED_MODEL_NAME_OR_PATH to PRETRAINED_MODEL_NAME_OR_PATH = "databricks/dolly-v2-3b" in app/main.py
    • You can test it by editing the inferenceTest.json and then do curl command using that json file to 0.0.0.0:8080/predict

Deployment