Skip to content

Commit c4779a6

Browse files
author
Cheng Li
committed
update'
1 parent 496b073 commit c4779a6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+62495
-3719
lines changed

Makefile

+3-5
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ install-deps:
1313
generate: clean generate-models
1414

1515
generate-proto:
16-
protoc --plugin=protoc-gen-go=${GOPATH}/bin/protoc-gen-go \
17-
-Iproto --go_out=${GOPATH}/src \
18-
--gogofaster_out=Mgoogle/protobuf/any.proto=github.com/gogo/protobuf/types,plugins=grpc:. \
16+
protoc --plugin=protoc-gen-go=${GOPATH}/bin/protoc-gen-gogofaster \
17+
-Iproto --gogofaster_out=Mgoogle/protobuf/any.proto=github.com/gogo/protobuf/types,plugins=grpc+marshalto+unmarshal:${GOPATH}/src \
1918
proto/allocation_description.proto \
2019
proto/api_def.proto \
2120
proto/attr_value.proto \
@@ -63,8 +62,7 @@ generate-proto:
6362
proto/variable.proto \
6463
proto/versions.proto \
6564
proto/worker.proto \
66-
proto/worker_service.proto ; \
67-
rm -fr github.com
65+
proto/worker_service.proto
6866

6967
generate-models:
7068
go-bindata -nomemcopy -prefix builtin_models/ -pkg tensorflow -o builtin_models_static.go -ignore=.DS_Store -ignore=README.md builtin_models/...

0 commit comments

Comments
 (0)