microsoft/TransformerCompression

How to export entire model?

Ouverte

#114 ouverte le 6 mars 2024

 (10 commentaires) (0 réaction) (0 personne assignée)Python (58 forks)auto 404
good first issuehelp wanted

Métriques du dépôt

Stars
 (462 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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!

Guide contributeur