Update PyTorch Estimator doc (#6727)
* update doc * update code doc * minor * minor * fix typo
This commit is contained in:
		
							parent
							
								
									745aaef5df
								
							
						
					
					
						commit
						982d3ac786
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -18,7 +18,7 @@ conda activate bigdl
 | 
				
			||||||
pip install bigdl-orca[ray]
 | 
					pip install bigdl-orca[ray]
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Step 1: Initialize
 | 
					### Step 1: Init Orca Context
 | 
				
			||||||
 | 
					
 | 
				
			||||||
We recommend using `init_orca_context` to initiate and run BigDL on the underlying cluster. The Ray cluster would be launched automatically by specifying `init_ray_on_spark=True`.
 | 
					We recommend using `init_orca_context` to initiate and run BigDL on the underlying cluster. The Ray cluster would be launched automatically by specifying `init_ray_on_spark=True`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue