Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -59,6 +59,12 @@ Install dependencies:
|
|
| 59 |
pip install -r requirements.txt
|
| 60 |
```
|
| 61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
RunPod serverless entrypoint:
|
| 63 |
|
| 64 |
```bash
|
|
|
|
| 59 |
pip install -r requirements.txt
|
| 60 |
```
|
| 61 |
|
| 62 |
+
Set cache paths to `/workspace`:
|
| 63 |
+
|
| 64 |
+
```bash
|
| 65 |
+
source setup_runpod_env.sh
|
| 66 |
+
```
|
| 67 |
+
|
| 68 |
RunPod serverless entrypoint:
|
| 69 |
|
| 70 |
```bash
|