fix: add run oneAPI instruction for the example of codeshell (#11828)
* fix: delete ipex extension import in ppl wikitext evaluation * feat: add mixed_precision argument on ppl wikitext evaluation * fix: delete mix_precision command in perplex evaluation for wikitext * fix: remove fp16 mixed-presicion argument * fix: Add a space. * fix: add run oneAPI instruction for the example of codeshell * fix: textual adjustments * fix: Textual adjustment --------- Co-authored-by: Jinhe Tang <jin.tang1337@gmail.com>
This commit is contained in:
		
							parent
							
								
									17a0beb21f
								
							
						
					
					
						commit
						f463268e36
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
					@ -21,6 +21,12 @@ Suppose you have already configured GPU environment, you will need some extra pr
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## 1. How to use this server
 | 
					## 1. How to use this server
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is a required step on Linux for APT. Skip this step for PIP-installed oneAPI or if you are running on Windows.
 | 
				
			||||||
 | 
					```bash
 | 
				
			||||||
 | 
					source /opt/intel/oneapi/setvars.sh
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Then run the following command in the terminal:
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
python server.py [--option value]
 | 
					python server.py [--option value]
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue