Skip to content

Commit

Permalink
Add bigdl2.0 friesian grpc code (#4787)
Browse files Browse the repository at this point in the history
* add friesian code

* meet comments

* bug fix

* update example config
  • Loading branch information
cyita authored Sep 27, 2021
1 parent 4ed1ea7 commit 52ce659
Show file tree
Hide file tree
Showing 259 changed files with 35,578 additions and 7 deletions.
45 changes: 43 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
.idea
__pycache__
*.egg-info
target
*.log
build
dist
Loading

0 comments on commit 52ce659

Please sign in to comment.