Spaces:
Sleeping
Sleeping
malteos commited on
mount public (5)
Browse files
start.sh
CHANGED
|
@@ -4,6 +4,7 @@ echo $HF_TOKEN
|
|
| 4 |
|
| 5 |
hf-mount status
|
| 6 |
|
|
|
|
| 7 |
hf-mount start --hf-token $HF_TOKEN --read-only bucket commoncrawl/test-bucket ./data
|
| 8 |
|
| 9 |
hf-mount status
|
|
|
|
| 4 |
|
| 5 |
hf-mount status
|
| 6 |
|
| 7 |
+
mkdir -p ./data
|
| 8 |
hf-mount start --hf-token $HF_TOKEN --read-only bucket commoncrawl/test-bucket ./data
|
| 9 |
|
| 10 |
hf-mount status
|