microsoft/TransformerCompression

How to export entire model?

开放

#114 创建于 2024年3月6日

 (10 条评论) (0 个反应) (0 位负责人)Python (58 个派生)auto 404
good first issuehelp wanted

仓库指标

星标
 (462 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Hi, the sliced model are exported to .pt file (only parameters, without structure). However, I want to deploy the model otherwhere, so I have to have the model structure and then can load the pretrained parameters. So how can I do this? How can I export the entire model? thanks!

贡献者指南