Description
Is your feature request related to a problem? Please describe.
We are currently working with a fine-tuned model based on phi3.5-mini-instruct
. However, we noticed that the qai_hub_models
repository does not provide complete export-related scripts (e.g., export.py
, model.py
) for this model, unlike what is available for LLaMA.
Describe the solution you'd like
We would greatly appreciate it if you could provide a reference implementation or example export utilities for phi3.5-mini-instruct
. This would help us successfully export and integrate our fine-tuned model into the workflow.
Describe alternatives you've considered
We have tried writing our own export scripts, but we have not yet been able to complete the export process successfully.
Additional context
Here are the links we have been referencing: