faisalAI27
setting up project for deployment
8f3f74c
|
Raw
History Blame Contribute Delete
353 Bytes
# Optional Local Deployment Model
For a self-contained Hugging Face Space, place the exported model files in:
```text
models/final_model/
```
Then configure:
```bash
MODEL_DIR=./models/final_model
```
The recommended deployment is to keep model weights in a separate Hugging Face
model repository and set `MODEL_DIR` to that repository ID instead.