From b5209d3ec1862279531859a44dfe74a2db1044ea Mon Sep 17 00:00:00 2001 From: yb-peng <75617475+pengyb2001@users.noreply.github.com> Date: Mon, 15 Apr 2024 13:01:37 +0800 Subject: [PATCH] Update example/GPU/PyTorch-Models/Model/llava/README.md (#10757) * Update example/GPU/PyTorch-Models/Model/llava/README.md * Update README.md fix path in windows installation --- python/llm/example/GPU/PyTorch-Models/Model/llava/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/llm/example/GPU/PyTorch-Models/Model/llava/README.md b/python/llm/example/GPU/PyTorch-Models/Model/llava/README.md index 668c63a8..424f3ec5 100644 --- a/python/llm/example/GPU/PyTorch-Models/Model/llava/README.md +++ b/python/llm/example/GPU/PyTorch-Models/Model/llava/README.md @@ -37,7 +37,7 @@ pip install einops # install dependencies required by llava pip install transformers==4.36.2 git clone https://github.com/haotian-liu/LLaVA.git # clone the llava libary -cp generate.py ./LLaVA/ # copy our example to the LLaVA folder +copy generate.py .\LLaVA\ # copy our example to the LLaVA folder cd LLaVA # change the working directory to the LLaVA folder git checkout tags/v1.2.0 -b 1.2.0 # Get the branch which is compatible with transformers 4.36