Skip to content

ndan0/PromptGPT

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published