This commit is contained in:
Rzy 2026-08-11 16:31:32 +08:00
parent 7a962ba621
commit f763021186
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
#!/bin/bash #!/bin/bash
mkdir -p ./model_cache
sudo chown -R 1000:1000 ./model_cache
chmod 755 ./model_cache
echo "==========================================" echo "=========================================="
echo "Deploying bert-all-services..." echo "Deploying bert-all-services..."
echo "==========================================" echo "=========================================="