confidential-computing-zoo
confidential-computing-zoo copied to clipboard
RAG: make deploy script idempotent
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