Explorar o código

Update fine-tuning README.md

Jeff Tang hai 3 meses
pai
achega
b630735159
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      end-to-end-use-cases/coding/text2sql/fine-tuning/README.md

+ 3 - 1
end-to-end-use-cases/coding/text2sql/fine-tuning/README.md

@@ -110,4 +110,6 @@ CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 vllm serve fine_tuning/llama31-8b-text2sql-
 ```
  to speed up the eval.
 
-6. Run `sh llama_eval.sh`.
+4. Run `sh llama_eval.sh`.
+
+**Note:** If your fine-tuned model is PEFT based, you may need to run `python merge_peft.py` after modifying its `peft_model_path` and `output_dir` and set the merged folder path after `vllm serve`.