microsoft/TransformerCompression

How to export entire model?

Aberta

#114 aberto em 6 de mar. de 2024

 (10 comentários) (0 reação) (0 responsável)Python (58 forks)auto 404
good first issuehelp wanted

Métricas do repositório

Stars
 (462 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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!

Guia do colaborador