Skip to content

Commit

Permalink
fix doc (#2355)
Browse files Browse the repository at this point in the history
  • Loading branch information
tastelikefeet authored Oct 29, 2024
1 parent 6b33108 commit f4e09d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/Instruction/LLM评测文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pip install -e '.[eval]'

```shell
# 原始模型 (单卡A100大约需要半小时)
CUDA_VISIBLE_DEVCIES=0 swift eval --model_type qwen2-7b-instruct \
CUDA_VISIBLE_DEVICES=0 swift eval --model_type qwen2-7b-instruct \
--eval_dataset ARC_c --infer_backend vllm

# LoRA微调后
Expand Down
2 changes: 1 addition & 1 deletion docs/source_en/Instruction/LLM-eval.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Evaluation supports the use of vLLM for acceleration. Here we demonstrate the ev

```shell
# Original model (approximately half an hour on a single A100)
CUDA_VISIBLE_DEVCIES=0 swift eval --model_type qwen2-7b-instruct \
CUDA_VISIBLE_DEVICES=0 swift eval --model_type qwen2-7b-instruct \
--eval_dataset ARC_c --infer_backend vllm

# After LoRA fine-tuning
Expand Down

0 comments on commit f4e09d8

Please sign in to comment.