mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
chore: fixing previous error of software version
This commit is contained in:
@@ -62,6 +62,9 @@ cd /app/model
|
||||
if [ -f "requirements.txt" ]; then
|
||||
pip install -r requirements.txt
|
||||
fi
|
||||
if [ -f "sim/requirements.txt" ]; then
|
||||
pip install -r sim/requirements.txt
|
||||
fi
|
||||
|
||||
# 5. Restore state from Hugging Face Buckets
|
||||
echo "Restoring state from hf://buckets/$HF_REPO..."
|
||||
|
||||
Reference in New Issue
Block a user