fix(server): Handle loading from local files for MPT (#534)
This PR allows the MPT model to be loaded from local files. Without this change, an exception will be thrown by `hf_hub_download` function if `model_id` is a local path.
Showing
Please register or sign in to comment