Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 693 Bytes

intro_fauxpilot.rst

File metadata and controls

23 lines (14 loc) · 693 Bytes

FauxPilot简介

FauxPilot(GitHub) 是开源的本地AI服务编程工具,用于构建一个本地运行的替代 GitHub copilot ,使用了在 结合了 fastertransformernvidia_triton 服务器中运行的SalesForce codegen 模型。

Note

关键是理解AI codeing assisant工作的原理已经架构复现,相同的开源工具有不少,可以参考学习:

运行要求

  • docker

参考