intel / confidential-computing-zoo

Confidential Computing Zoo provides confidential computing solutions based on Intel SGX, TDX, HEXL, etc. technologies.
https://cczoo.readthedocs.io/en/latest/index.html
Apache License 2.0
297 stars 56 forks source link

RAG: make deploy script idempotent #277

Open Xynnn007 opened 3 months ago

Xynnn007 commented 3 months ago

When we use run.sh to deploy rag models, the mv command will delete the original data.txt, thus letting this script not idempotent.

cc @RodgerZhu