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:
		
							parent
							
								
									3d561b60ac
								
							
						
					
					
						commit
						b5209d3ec1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -37,7 +37,7 @@ pip install einops # install dependencies required by llava
 | 
				
			||||||
pip install transformers==4.36.2
 | 
					pip install transformers==4.36.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
git clone https://github.com/haotian-liu/LLaVA.git # clone the llava libary
 | 
					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
 | 
					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
 | 
					git checkout tags/v1.2.0 -b 1.2.0 # Get the branch which is compatible with transformers 4.36
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue