trevor-m opened a new pull request #7977: URL: https://github.com/apache/tvm/pull/7977
This PR is similar to #7564 but implemented differently. During compilation, weights from external modules are stored in the MetadataModule (.so), but they are still kept in params so they end up being duplicated. This PR will remove from params only the weights which were stored in MetadataModule, solving the weight duplication issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
