This is a simple inference server to load ggml versions of Replit models (ex: https://huggingface.co/teknium/Replit-v2-CodeInstruct-3B and its ggml version: https://huggingface.co/abacaj/Replit-v2-CodeInstruct-3B-ggml) and use them as OpenAI compatible REST API servers. This is so that they can be used as backend model for continue.dev VS Code extension
ctransformers for inference of replit models)ctransformers to wrap them around APIs)ctransformers to wrap them around APIs)GGML class in continue.dev extension)miniconda3 (to create a virtual environment). Or you could use virtualenv or poetry as wellpip install -r requirements.txtpython app.py or use python app.py --help to see available flagscontinue.dev from VS Code extensionscontinue to use ggml models. However, instead of using their "5 minute quickstart" server, use this server instead2 commits
Python
100.0%
This is a simple inference server to load ggml versions of Replit models (ex: https://huggingface.co/teknium/Replit-v2-CodeInstruct-3B and its ggml version: https://huggingface.co/abacaj/Replit-v2-CodeInstruct-3B-ggml) and use them as OpenAI compatible REST API servers. This is so that they can be used as backend model for continue.dev VS Code extension
ctransformers for inference of replit models)ctransformers to wrap them around APIs)ctransformers to wrap them around APIs)GGML class in continue.dev extension)miniconda3 (to create a virtual environment). Or you could use virtualenv or poetry as wellpip install -r requirements.txtpython app.py or use python app.py --help to see available flagscontinue.dev from VS Code extensionscontinue to use ggml models. However, instead of using their "5 minute quickstart" server, use this server instead2 commits
Python
100.0%