You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update on "Update phi-3-mini to use the export library"
as title.
Note: exporting model from HF is currently blocked by this issue, https://fburl.com/qpaapajr. We need to apply the following trick to export the model.
```
model = torch.export._trace._export(
model,
example_inputs,
dynamic_shapes=dynamic_shape,
strict=False,
pre_dispatch=False,
)
```
Differential Revision: [D59503255](https://our.internmc.facebook.com/intern/diff/D59503255/)
[ghstack-poisoned]
0 commit comments