当前位置:   article > 正文

大模型推理框架——text-generation-inference

text-generation-inference

项目地址:https://github.com/huggingface/text-generation-inference

安装

安装rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  • 1

安装 Protoc

PROTOC_ZIP=protoc-21.12-linux-x86_64.zip
curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v21.12/$PROTOC_ZIP
  • 1
  • 2
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小小林熬夜学编程/article/detail/642985
推荐阅读
相关标签
  

闽ICP备14008679号