-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release branch] [DOC] Links, typos and public package (#2506)
Fix links /nightly/ -> /2024/ Fix some of the links from /main/ to /releases/2024/2 Fix typos CVS-144337 Public OpenVINO link
- Loading branch information
1 parent
25a47cd
commit 31ad50a
Showing
68 changed files
with
178 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ RUN go install google.golang.org/protobuf/cmd/[email protected] | |
RUN go install google.golang.org/grpc/cmd/[email protected] | ||
|
||
# Compile API | ||
RUN wget https://raw.githubusercontent.com/openvinotoolkit/model_server/main/src/kfserving_api/grpc_predict_v2.proto | ||
RUN wget https://raw.githubusercontent.com/openvinotoolkit/model_server/releases/2024/2/src/kfserving_api/grpc_predict_v2.proto | ||
RUN echo 'option go_package = "./grpc-client";' >> grpc_predict_v2.proto | ||
RUN protoc --go_out="./" --go-grpc_out="./" ./grpc_predict_v2.proto | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.