From d1898bcabc9681ad30ac72f3a70bafea947bcbdd Mon Sep 17 00:00:00 2001 From: Dejian Yang Date: Fri, 26 Jan 2024 14:12:44 +0800 Subject: [PATCH] update model name --- Evaluation/LeetCode/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Evaluation/LeetCode/readme.md b/Evaluation/LeetCode/readme.md index bc84228..c4b40a3 100644 --- a/Evaluation/LeetCode/readme.md +++ b/Evaluation/LeetCode/readme.md @@ -10,7 +10,7 @@ Please follow the following two steps to evaluate the model's performance on our cd Evaluation/LeetCode # Set the model or path here -MODEL="deepseek-coder-7b-instruct" +MODEL="deepseek-ai/deepseek-coder-7b-instruct" python vllm_inference.py --model_name_or_path $MODEL --saved_path output/20240121-Jul.deepseek-coder-7b-instruct.jsonl ```