Spaces:
Running
Running
File size: 164 Bytes
bac999f |
1 2 3 4 5 6 |
#!/bin/bash
export API_URL="https://api-inference.huggingface.co/models/bigcode/starcoder"
export HF_TOKEN="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"
python start.py
|