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
This commit is contained in:
yb-peng 2024-04-15 13:01:37 +08:00 committed by GitHub
parent 3d561b60ac
commit b5209d3ec1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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