Turbopilot Versions Save

Turbopilot is an open source large-language-model based code completion engine that runs locally on CPU

v0.2.1

8 months ago

What's Changed

Full Changelog: https://github.com/ravenscroftj/turbopilot/compare/v0.2.0...v0.2.1

v0.2.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ravenscroftj/turbopilot/compare/v0.1.0...v0.2.0

v0.1.0

9 months ago

What's Changed

  • Refactored codebase - now a single unified turbopilot binary that provides support for codegen and starcoder style models.
  • Support for starcoder, wizardcoder and santacoder models
  • Support for CUDA 11 and 12

Full Changelog: https://github.com/ravenscroftj/turbopilot/compare/v0.0.5...v0.1.0

v0.0.5

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ravenscroftj/turbopilot/compare/v0.0.4...v0.0.5

v0.0.4

1 year ago
  • Added multi-threaded server support which should prevent health checks aimed at GET / from failing during prediction.
  • Separated autocomplete lambda into a separate C++ function so that it can be bound to /v1/completions, /v1/engines/copilot-codex/completions and /v1/engines/codegen/completions
  • Removed model from completion input as required param which stops the official copilot plugin from freaking out
  • Integrate latest changes from upstream ggml including some fixes for ARM NEON processor
  • Added Mac "universal binary" builds as part of CI
  • Support for fork of vscode-fauxpilot with a progress indicator is now available (PR is open upstream, please react/vote for it) vscode-fauxcode now supports progress indication

v0.0.3

1 year ago
  • Added 350M parameter codegen model to Google Drive folder
  • Added multi-arch docker images so that users can now directly run on Apple silicon and even raspberry pi 4
  • Now support pre-tokenized inputs passed into the API from a Python tokenizer (thanks to @thakkarparth007 for their PR - https://github.com/ravenscroftj/ggml/pull/2)

0.0.2

1 year ago

What's Changed

  • Project now builds on Mac OS (Thanks to @Dimitrije-V for their PR https://github.com/ravenscroftj/ggml/pull/1 and @dabdine for contributing some clearer Mac build instructions)
  • Fix inability to load vocab.json on converting the 16B model due to encoding of the file not being set by @swanserquack in #5
  • Improve performance of model by incorporating changes to GGML library from @ggerganov

New Contributors

Full Changelog: https://github.com/ravenscroftj/turbopilot/compare/0.0.1...0.0.2

0.0.1

1 year ago
  • Initial release of Turbo Pilot