Skip to content

KSereve c++ samples with resnet #1439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 39 commits into from
Dec 16, 2022
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
95c8eaf
added cmake lists
bstrzele Sep 20, 2022
b651ce0
added infer example with dummy
bstrzele Sep 20, 2022
1fed9f9
args fix
bstrzele Sep 20, 2022
4865ea9
removed redundant defaults
bstrzele Sep 20, 2022
25be8b0
added documentation for grpc infer dummy
bstrzele Sep 23, 2022
7fa9d7f
Apply suggestions from code review
bstrzele Sep 27, 2022
029ecbb
converted ns to ms
bstrzele Sep 28, 2022
34b2672
removed redundant output
bstrzele Sep 28, 2022
6f50b73
added server live to readme
bstrzele Sep 28, 2022
f1c41dc
added mentions of dummy model
bstrzele Sep 30, 2022
ffa64f1
changed file extensions from .cc to .cpp
bstrzele Oct 6, 2022
befbdfc
image classification
bstrzele Sep 27, 2022
8c4b099
converted ns to ms
bstrzele Sep 28, 2022
2e20d13
minor fixes
bstrzele Sep 28, 2022
42e5081
minor fix
bstrzele Sep 28, 2022
5cd182c
added resnet download
bstrzele Sep 30, 2022
5b394bf
changed file extensions from .cc to .cpp
bstrzele Oct 6, 2022
512d9cd
sending native request
bstrzele Oct 26, 2022
3f37cd1
cleanup
bstrzele Dec 2, 2022
d82d8cd
doc fix
bstrzele Dec 2, 2022
237ebef
param fix
bstrzele Dec 2, 2022
1227feb
removed opencv
bstrzele Dec 2, 2022
63252c1
rebase fix
bstrzele Dec 7, 2022
f43945c
added rest infer
bstrzele Dec 7, 2022
964463f
minor doc fix
bstrzele Dec 7, 2022
79019b0
minor fix
bstrzele Dec 7, 2022
9c24add
rest doc fix
bstrzele Dec 7, 2022
5846663
fixed stats
bstrzele Dec 7, 2022
a37426a
doc fix
bstrzele Dec 7, 2022
c3cec7e
rps fix
bstrzele Dec 7, 2022
8ea29ef
updates for documentation test
ngrozae Dec 7, 2022
34ded7d
fixed help msg
bstrzele Dec 7, 2022
3123e34
review fix
bstrzele Dec 14, 2022
f7b75e7
added error handling
bstrzele Dec 15, 2022
90caac6
Update client/cpp/kserve-api/README.md
bstrzele Dec 16, 2022
176993b
fix
bstrzele Dec 16, 2022
f845142
fix
bstrzele Dec 16, 2022
bc944c2
help fix
bstrzele Dec 16, 2022
b4e5c91
rest fix
bstrzele Dec 16, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added mentions of dummy model
  • Loading branch information
bstrzele committed Dec 7, 2022
commit f1c41dc76d32c69e59dfe95e20f7357c44dad4a8
2 changes: 1 addition & 1 deletion client/cpp/kserve-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Usage:
Server Ready: True
```

### Run the Client to get server metadata <a name="grpc-server-metadata"></a>
###

- Command

Expand Down