文件名称:deploy-transformers:轻松部署来自HuggingFace的Transformers的最新语言模型
文件大小:22KB
文件格式:ZIP
更新时间:2024-02-26 03:06:09
nlp deployment web-app transformers pytorch
:rocket: 部署变形金刚 :hugging_face: 只需三行代码即可部署SOTA模型以生成文本 :laptop: 安装 显然需要和 。 pip install deploy-transformers 对于部署,文件结构需要像这样: ├── static │ ├── script.js │ ├── style.css ├── templates │ ├── 404.html │ ├── index.html | └── your_file.py 您可以克隆该存储库以包含原始文件,也可以使用函数website.create_structure()或自行创建结构。 website.create_structure(
【文件预览】:
deploy-transformers-master
----Dockerfile(238B)
----examples()
--------run_generation.py(277B)
--------run_deployment.py(224B)
----LICENSE(11KB)
----setup.py(806B)
----README.md(2KB)
----deploy_transformers()
--------deploy.py(30KB)
--------__init__.py(106B)
----templates()
--------index.html(6KB)
--------404.html(1KB)
----.gitignore(270B)
----static()
--------script.js(4KB)
--------style.css(699B)