Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Potassum implementation for Replits v1 CodeInstruct-3B model by teknium

Notifications You must be signed in to change notification settings

lucataco/potas-Replit-v1-CodeInstruct-3B

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Potassium App - Replit-v1-CodeInstruct-3B

This is a Potassium HTTP server, created with banana init CLI

Testing

Start a local dev server with:

banana dev

Test inference by hitting the local dev server with:

curl -X POST -H "Content-Type: application/json" -d '{"prompt": "Write a python function that determines if a given number is prime or not"}' http://localhost:8000/

Deployment

  1. Create empty repo on Github
  2. Push this repo to github
git remote add origin https://github.com/{username}/{repo-name}.git
  1. Log into Banana
  2. Select this repo to build and deploy!

About

Potassum implementation for Replits v1 CodeInstruct-3B model by teknium

Topics

Resources

Stars

Watchers

Forks