Its not actually github copilot, its an alternative. (#175)

This commit is contained in:
Matt Williams 2023-03-28 11:02:03 +03:00 committed by GitHub
parent 770f56a658
commit e2f5f32298
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# FauxPilot # FauxPilot
This is an attempt to build a locally hosted version of [GitHub Copilot](https://copilot.github.com/). It uses the [SalesForce CodeGen](https://github.com/salesforce/CodeGen) models inside of NVIDIA's [Triton Inference Server](https://developer.nvidia.com/nvidia-triton-inference-server) with the [FasterTransformer backend](https://github.com/triton-inference-server/fastertransformer_backend/). This is an attempt to build a locally hosted alternative to [GitHub Copilot](https://copilot.github.com/). It uses the [SalesForce CodeGen](https://github.com/salesforce/CodeGen) models inside of NVIDIA's [Triton Inference Server](https://developer.nvidia.com/nvidia-triton-inference-server) with the [FasterTransformer backend](https://github.com/triton-inference-server/fastertransformer_backend/).
<p align="right"> <p align="right">
<img width="50%" align="right" src="./img/fauxpilot.png"> <img width="50%" align="right" src="./img/fauxpilot.png">