Add bigdl2.0 friesian grpc code (#4787)
* add friesian code * meet comments * bug fix * update example config
This commit is contained in:
		
							parent
							
								
									1dd704dbac
								
							
						
					
					
						commit
						760df81a51
					
				
					 1 changed files with 43 additions and 2 deletions
				
			
		
							
								
								
									
										45
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										45
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -1,8 +1,49 @@
 | 
				
			||||||
 | 
					# Compile products
 | 
				
			||||||
 | 
					*.pyc
 | 
				
			||||||
 | 
					*.class
 | 
				
			||||||
 | 
					*.crc
 | 
				
			||||||
 | 
					*.o
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# SBT, Maven specific
 | 
				
			||||||
 | 
					.cache
 | 
				
			||||||
 | 
					.history
 | 
				
			||||||
 | 
					.lib/
 | 
				
			||||||
 | 
					lib_managed/
 | 
				
			||||||
 | 
					src_managed/
 | 
				
			||||||
 | 
					project/boot/
 | 
				
			||||||
 | 
					project/plugins/project/
 | 
				
			||||||
 | 
					dependency-reduced-pom.xml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# IDE specific
 | 
				
			||||||
 | 
					.scala_dependencies
 | 
				
			||||||
 | 
					.worksheet
 | 
				
			||||||
 | 
					*.iml
 | 
				
			||||||
 | 
					.idea/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# macOS specific
 | 
				
			||||||
 | 
					.DS_Store
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# data files
 | 
				
			||||||
 | 
					model*.[0-9]*
 | 
				
			||||||
 | 
					state*.[0-9]*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# other
 | 
				
			||||||
 | 
					nohup.out
 | 
				
			||||||
 | 
					*.log
 | 
				
			||||||
 | 
					*.lock
 | 
				
			||||||
 | 
					*.un~
 | 
				
			||||||
 | 
					*.idx
 | 
				
			||||||
 | 
					.ipynb_checkpoints/
 | 
				
			||||||
 | 
					.project
 | 
				
			||||||
 | 
					.settings/
 | 
				
			||||||
 | 
					*/.cache-main
 | 
				
			||||||
 | 
					*/.cache-tests
 | 
				
			||||||
 | 
					*/.classpath
 | 
				
			||||||
 | 
					*/.project
 | 
				
			||||||
 | 
					*/.settings/
 | 
				
			||||||
*.so
 | 
					*.so
 | 
				
			||||||
.idea
 | 
					 | 
				
			||||||
__pycache__
 | 
					__pycache__
 | 
				
			||||||
*.egg-info
 | 
					*.egg-info
 | 
				
			||||||
target
 | 
					target
 | 
				
			||||||
*.log
 | 
					 | 
				
			||||||
build
 | 
					build
 | 
				
			||||||
dist
 | 
					dist
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue