Minor Fixes of README (#9294)
This commit is contained in:
		
							parent
							
								
									1bff54a378
								
							
						
					
					
						commit
						7f2ad182fd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -33,7 +33,7 @@ Arguments info:
 | 
			
		|||
#### 2.1 Client
 | 
			
		||||
On client Windows machine, it is recommended to run directly with full utilization of all cores:
 | 
			
		||||
```powershell
 | 
			
		||||
python ./run_agent.py
 | 
			
		||||
python ./run_agent.py --image-path IMAGE_PATH
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
#### 2.2 Server
 | 
			
		||||
| 
						 | 
				
			
			@ -46,7 +46,7 @@ source bigdl-nano-init
 | 
			
		|||
 | 
			
		||||
# e.g. for a server with 48 cores per socket
 | 
			
		||||
export OMP_NUM_THREADS=48
 | 
			
		||||
numactl -C 0-47 -m 0 python ./run_agent.py
 | 
			
		||||
numactl -C 0-47 -m 0 python ./run_agent.py --image-path IMAGE_PATH
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
#### 2.3 Sample Output
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue