update chatglm readme (#10659)
This commit is contained in:
		
							parent
							
								
									878a97077b
								
							
						
					
					
						commit
						d1eaea509f
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -20,6 +20,7 @@ conda create -n llm python=3.11 # recommend to use Python 3.11
 | 
				
			||||||
conda activate llm
 | 
					conda activate llm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pip install --pre --upgrade ipex-llm[all] # install the latest ipex-llm nightly build with 'all' option
 | 
					pip install --pre --upgrade ipex-llm[all] # install the latest ipex-llm nightly build with 'all' option
 | 
				
			||||||
 | 
					pip install "transformers<4.34.1"  # chatglm cannot work with transformers 4.34.1+
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### 2. Run
 | 
					### 2. Run
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -15,6 +15,7 @@ conda create -n llm python=3.11 # recommend to use Python 3.11
 | 
				
			||||||
conda activate llm
 | 
					conda activate llm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pip install --pre --upgrade ipex-llm[all] # install the latest ipex-llm nightly build with 'all' option
 | 
					pip install --pre --upgrade ipex-llm[all] # install the latest ipex-llm nightly build with 'all' option
 | 
				
			||||||
 | 
					pip install "transformers<4.34.1"  # chatglm cannot work with transformers 4.34.1+
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### 2. Run
 | 
					### 2. Run
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue