From 4dce2388670d2130d50d7ed0c71bfdf565a983d5 Mon Sep 17 00:00:00 2001 From: Xiangyu Tian <109123695+xiangyuT@users.noreply.github.com> Date: Fri, 8 Sep 2023 16:03:14 +0800 Subject: [PATCH] Fix incorrect usage in docs of Finetuning to enable TDX (#8932) --- docker/llm/finetune/lora/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/llm/finetune/lora/README.md b/docker/llm/finetune/lora/README.md index 0abc51ba..8d928933 100644 --- a/docker/llm/finetune/lora/README.md +++ b/docker/llm/finetune/lora/README.md @@ -57,7 +57,7 @@ From the log, you can see whether finetuning process has been invoked successful ## To run in TDX-CoCo and enable Remote Attestation API -You can deploy this workload in TDX CoCo and enable Remote Attestation API Serving with setting `TEEMode` in `./kubernetes/values.yaml` to `TDX`. The main diffences are it's need to execute the pods as root and mount TDX device, and a flask service is responsible for generating launcher's quote and collecting workers' quotes. +You can deploy this workload in TDX CoCo and enable Remote Attestation API Serving with setting `TEEMode` in `./kubernetes/values.yaml` to `tdx`. The main diffences are it's need to execute the pods as root and mount TDX device, and a flask service is responsible for generating launcher's quote and collecting workers' quotes. To use RA Rest API, you need to get the IP of job-launcher: ``` bash