Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucataco/potas-replit-v1-codeinstruct-3b
Potassum implementation for Replits v1 CodeInstruct-3B model by teknium
https://github.com/lucataco/potas-replit-v1-codeinstruct-3b
banana potassium
Last synced: 3 months ago
JSON representation
Potassum implementation for Replits v1 CodeInstruct-3B model by teknium
- Host: GitHub
- URL: https://github.com/lucataco/potas-replit-v1-codeinstruct-3b
- Owner: lucataco
- Created: 2023-06-15T05:55:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-15T06:20:25.000Z (over 1 year ago)
- Last Synced: 2024-05-01T19:56:10.696Z (10 months ago)
- Topics: banana, potassium
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com)
2. Push this repo to github```
git remote add origin https://github.com/{username}/{repo-name}.git
```3. [Log into Banana](https://app.banana.dev/onboard)
4. Select this repo to build and deploy!