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
I'm trying to load a fine tuned dolly model locally behind a firewall and deepseepd-mii keeps looking up huggingface for the model. I tried to pass the model path to model but that still didn't work. Is there an example of mii.deploy for a local model? I looked through both the example folder and issues but couldn't find a working example.
@ethanenguyen This is not possible with the latest release of MII, but it will be once we finish/merge #218. Eventually you will be able to pass pipeline kwargs in the mii_configs like so:
Install with pip install git+https://github.com/microsoft/DeepSpeed-MII@mrwyattii/local-files-only. Then add "local_files_only": True to your mii_configs.
Hello,
I'm trying to load a fine tuned dolly model locally behind a firewall and deepseepd-mii keeps looking up huggingface for the model. I tried to pass the model path to model but that still didn't work. Is there an example of mii.deploy for a local model? I looked through both the example folder and issues but couldn't find a working example.
Thanks,
The text was updated successfully, but these errors were encountered: