LLM: fix portable zip README image link (#9201)
* LLM: fix portable zip readme img link * LLM: make README first image center align
This commit is contained in:
		
							parent
							
								
									330e67e2c0
								
							
						
					
					
						commit
						d7ce78edf0
					
				
					 1 changed files with 11 additions and 6 deletions
				
			
		| 
						 | 
					@ -6,9 +6,8 @@ This portable zip includes everything you need to run an LLM with BigDL-LLM opti
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### 13B model running on an Intel 11-Gen Core PC (real-time screen capture)
 | 
					### 13B model running on an Intel 11-Gen Core PC (real-time screen capture)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p align="left">
 | 
					<p align="center">
 | 
				
			||||||
            <img src=https://llm-assets.readthedocs.io/en/latest/_images/one-click-installer-screen-capture.gif width='80%' />
 | 
					   <a href="https://llm-assets.readthedocs.io/en/latest/_images/one-click-installer-screen-capture.gif"><img src="https://llm-assets.readthedocs.io/en/latest/_images/one-click-installer-screen-capture.gif" ></a>
 | 
				
			||||||
 | 
					 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Verified Models
 | 
					### Verified Models
 | 
				
			||||||
| 
						 | 
					@ -26,12 +25,18 @@ This portable zip includes everything you need to run an LLM with BigDL-LLM opti
 | 
				
			||||||
3. Unzip `bigdl-llm.zip`.
 | 
					3. Unzip `bigdl-llm.zip`.
 | 
				
			||||||
4. Download the model to your computer. Please ensure there is a file named `config.json` in the model folder, otherwise the script won't work.
 | 
					4. Download the model to your computer. Please ensure there is a file named `config.json` in the model folder, otherwise the script won't work.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   
 | 
					<p align="center">
 | 
				
			||||||
 | 
					   <a href="https://llm-assets.readthedocs.io/en/latest/_images/one-click-installer-user-guide-step1.png"><img src="https://llm-assets.readthedocs.io/en/latest/_images/one-click-installer-user-guide-step1.png" ></a>
 | 
				
			||||||
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
5. Go into the unzipped folder and double click `chat.bat`. Input the path of the model (e.g. `path\to\model`, note that there's no slash at the end of the path). Press Enter and wait until model finishes loading. Then enjoy chatting with the model!
 | 
					5. Go into the unzipped folder and double click `chat.bat`. Input the path of the model (e.g. `path\to\model`, note that there's no slash at the end of the path). Press Enter and wait until model finishes loading. Then enjoy chatting with the model!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   
 | 
					<p align="center">
 | 
				
			||||||
 | 
					   <a href="https://llm-assets.readthedocs.io/en/latest/_images/one-click-installer-user-guide-step2.png"><img src="https://llm-assets.readthedocs.io/en/latest/_images/one-click-installer-user-guide-step2.png" ></a>
 | 
				
			||||||
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
6. If you want to stop chatting, just input `stop` and the model will stop running.
 | 
					6. If you want to stop chatting, just input `stop` and the model will stop running.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   
 | 
					<p align="center">
 | 
				
			||||||
 | 
					   <a href="https://llm-assets.readthedocs.io/en/latest/_images/one-click-installer-user-guide-step34.png"><img src="https://llm-assets.readthedocs.io/en/latest/_images/one-click-installer-user-guide-step34.png" ></a>
 | 
				
			||||||
 | 
					</p>
 | 
				
			||||||
		Loading…
	
		Reference in a new issue