Skip to content

Commit

Permalink
Add pre-built TF protobufs
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin committed Oct 21, 2019
1 parent f28a555 commit edcc684
Show file tree
Hide file tree
Showing 5 changed files with 826 additions and 27 deletions.
31 changes: 4 additions & 27 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,6 @@ api-frontend/src/main/proto/seldon_deployment.proto
engine/src/main/proto/k8s.io/
engine/src/main/proto/seldon_deployment.proto
engine/src/main/proto/v1.proto
api-frontend/settings.sh
api-frontend/apife.json
api-frontend/apife_istio.json
api-frontend/src/main/proto/prediction.proto
api-frontend/tests/API_ENDPOINT
api-frontend/tests/api-client-key.txt
api-frontend/tests/api-client-secret.txt
api-frontend/tests/python/prediction_pb2.py
api-frontend/tests/python/seldonengine_pb2.py
api-frontend/src/main/proto/k8s.io/
api-frontend/src/main/proto/v1.proto
api-frontend/src/main/proto/seldonengine.proto
cluster-manager/cluster-manager-client-secret.txt
cluster-manager/cluster-manager.json
api-frontend/target/
cluster-manager/src/main/proto/seldon_deployment.proto
cluster-manager/target/
cluster-manager/tests/CLUSTER_MANAGER_ENDPOINT
cluster-manager/tests/out.log
cluster-manager/src/main/proto/k8s.io
cluster-manager/src/main/proto/v1.proto
cluster-manager/java_client/
engine/src/main/proto/prediction.proto
engine/src/main/proto/seldonengine.proto
redis-memonly/redis-memonly.json
Expand All @@ -66,22 +44,21 @@ tests/out.log
cluster-manager/settings.sh
engine/target/
zookeeper-k8s/zookeeper.json
kafka/tests/src/prediction_pb2.py
kafka/tests/src/seldonengine_pb2.py
monitoring/alertmanager/config.yml
monitoring/grafana/auth/grafana-prom-admin-password.txt
monitoring/glusterfs-volume/_glusterfs.json
wrappers/**/*.proto
pyseldon/**/*.proto
**/*/.ipynb_checkpoints
proto/k8s/k8s.io/
proto/k8s/v1.proto
wrappers/python/proto/prediction_pb2.py
wrappers/python/proto/prediction_pb2_grpc.py

notebooks/**/*.proto
*pb2.py
*pb2_grpc.py
!python/seldon_core/proto/*_pb2.py
!python/seldon_core/proto/*_pb2_grpc.py
!python/seldon_core/proto/**/*_pb2.py
!python/seldon_core/proto/**/*_pb2_grpc.py
examples/models/keras_mnist/build/
examples/models/mean_classifier/build/
notebooks/my-ml-deployment/
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit edcc684

Please sign in to comment.