File size: 231 Bytes
918191f
 
5ee9649
867469e
 
a0ea282
918191f
 
2ea0d40
5ee9649
00f7297
 
 
918191f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

echo $HF_BUCKET
echo $HF_TOKEN

hf-mount --version
hf-mount status

mkdir -p ./data
hf-mount start --hf-token $HF_TOKEN --read-only bucket $HF_BUCKET ./data

hf-mount status

uvicorn app:app --host 0.0.0.0 --port 7860