Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
jofaichow
/
roamify
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
roamify
/
scripts
/
run_warmup.sh
jofaichow
v0.0.9 — Full cache sweep + adaptive radius fix
83adb51
13 days ago
raw
Copy download link
history
blame
contribute
delete
134 Bytes
#!/bin/bash
cd
/home/joe/repo_dev/roamify
.venv/bin/python -u scripts/warmup.py 2>&1 |
while
IFS=
read
-r line;
do
echo
"
$line
"
;
done