Skip to content

Tags: nvidia-riva/cpp-clients

Tags

stable

Toggle stable's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix logging for few clients (#108)

r2.19.0

Toggle r2.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix logging for few clients (#108)

r2.18.0

Toggle r2.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add DNT and custom translation support in NMT text client (#103)

* performance metric-translation/sec updated

* performance metric-translations/sec updated

* Update riva_nmt_t2t_client.cc

* Update riva_nmt_t2t_client.cc

* updated perf metric and new line added

* Add DNT (do not translate) support in S2S and S2T clients (#91)

* Add list_models option for s2s/s2t clients (#93)

* Support custom_configuration param for ASR clients (#92)

* Adding AST support for offline client

* Updating cli keywords

* exposing custom_configuration to cli

* Code formatting

* Throwing expection for invalid custom configurations

* Updating help message

* Updating client test

* Trim unwanted whitespaces while reading phrases file (#97)

* Add list_models option for ASR clients (#94)

* Update NMT text client to report tokens/sec (#90)

* performance metric-translation/sec updated

* performance metric-translations/sec updated

* Update riva_nmt_t2t_client.cc

* Update riva_nmt_t2t_client.cc

* updated perf metric and new line added

* updated perf metric and new line deleted

* Update riva_nmt_t2t_client.cc

* Update riva_nmt_t2t_client.cc

* Update riva_nmt_t2t_client.cc

* Update riva_nmt_t2t_client.cc

* Update riva_nmt_t2t_client.cc

* Update riva_nmt_t2t_client.cc

* Update riva_nmt_t2t_client.cc

* Update riva_nmt_t2t_client.cc

* Update riva_nmt_t2t_client.cc

---------

Co-authored-by: Yuvaraj Dharavath <ydharavath@ydharavath-mlt.client.nvidia.com>

* Support to set max speakers for offline diarization (#98)

* fix: accept input for max_speaker_count in riva_asr_client

* update: default max_speaker_count to 3

* fix: rename input field to diarization_max_speakers

* fix: var name for consistency

* Update streaming_s2t_client.cc

* Update streaming_s2t_client.h

* Fix output file dump for S2T client (#99)

* updated

* performance metric-translations/sec updated

* updated t2t client

* updated perf metric and new line added

* Update streaming_s2t_client.cc

* Update streaming_s2t_client.h

* riva streaming s2t client updated

* updated t2t client

* streaming s2t client updated

* Update streaming_s2t_client.h

* Update riva_nmt_streaming_s2t_client.cc

* Update riva_nmt_streaming_s2t_client.cc

* Update riva_nmt_t2t_client.cc

* Update streaming_s2t_client.cc

* Update streaming_s2t_client.h

* Update client_call.h

* Update streaming_s2t_client.cc

* updated streaming s2t client

* unwanted changes removed

* extra line removed

* extra line removed

* updated t2t client

* updated

* streaming_s2t_client updated

* s2t client audio procesed updated

* extra lines removed

---------

Co-authored-by: Manisha Johnson <manishaj@nvidia.com>
Co-authored-by: Yuvaraj Dharavath <ydharavath@ydharavath-mlt.client.nvidia.com>

* changes made for custom translation for nmt

* logs removed

* unwanted lines removed

* small fix done

* pre commit checks done

* resolving conflicts

* performance metric-translations/sec updated

* resolving conflicts

* updated perf metric and new line added

* resolving conflicts

* Update streaming_s2t_client.h

* resolving conflicts

* resolving conflicts

* resloving conflicts

* resolving conflicts

* rsolving conflicts

* rsolving conflicts

* rsolving conflicts

* resolving conflicts

* logs removed

* unwanted lines removed

* small fix done

* pre commit checks done

* comments resolved

* resolving conflicts

* code working

* commit id changed

* resolving conflicts

* performance metric-translations/sec updated

* resolving conflicts

* Update streaming_s2t_client.h

* resolving conflicts

* resolving conflicts

* resolving conflicts

* resolving conflicts

* resolving conflicts

* resolving conflicts

* resolving conflicts

* small fix done

* pre commit checks done

* resolving conflicts

* resolving conflicts

* resolving conflicts

* minor error fixed

* conflicts resolved

* performance metric-translations/sec updated

* conflicts resolved

* conflicts resolved

* Update streaming_s2t_client.h

* conflicts resolved

* conflicts resolved

* conflicts resolved

* conflicts resolved

* conflicts resolved

* conflicts resolved

* conflicts resolved

* conflicts resolved

* conflicts resolved

* conflicts resolved

* conflicts resolved

* minor error fixed

* changes made

* changes made

* changes made

* changes made in WORKSPACE file

---------

Co-authored-by: Yuvaraj Dharavath <ydharavath@ydharavath-mlt.client.nvidia.com>
Co-authored-by: shiralal <shiralal@nvidia.com>
Co-authored-by: rmittal-github <61574997+rmittal-github@users.noreply.github.com>
Co-authored-by: sarane22 <118975230+sarane22@users.noreply.github.com>
Co-authored-by: Prabhsimran Singh <pskrunner14@gmail.com>
Co-authored-by: Manisha Johnson <manishaj@nvidia.com>

r2.17.0

Toggle r2.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix output file dump for S2T client (#99)

* updated

* performance metric-translations/sec updated

* updated t2t client

* updated perf metric and new line added

* Update streaming_s2t_client.cc

* Update streaming_s2t_client.h

* riva streaming s2t client updated

* updated t2t client

* streaming s2t client updated

* Update streaming_s2t_client.h

* Update riva_nmt_streaming_s2t_client.cc

* Update riva_nmt_streaming_s2t_client.cc

* Update riva_nmt_t2t_client.cc

* Update streaming_s2t_client.cc

* Update streaming_s2t_client.h

* Update client_call.h

* Update streaming_s2t_client.cc

* updated streaming s2t client

* unwanted changes removed

* extra line removed

* extra line removed

* updated t2t client

* updated

* streaming_s2t_client updated

* s2t client audio procesed updated

* extra lines removed

---------

Co-authored-by: Manisha Johnson <manishaj@nvidia.com>
Co-authored-by: Yuvaraj Dharavath <ydharavath@ydharavath-mlt.client.nvidia.com>

r2.16.0

Toggle r2.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add ASR endpointing stop_threshold_eou param (#83)

* Exposing the 'stop_historu_eou_th' parameter

* Updating constructor

* Updating constructor

* Adding verbose logs for 2-pass end of utterance

* Removing --verbose parameter

* Updating param name

* Updating help for VAD param

* Adding check for stop_threshold_eou_

* minor change

* Adding VLOG

* Updating proto to release/24.06 commit

r2.15.0

Toggle r2.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove deprecated nlp clients (#77)

r2.13.0

Toggle r2.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: install ca certificates for ssl to work (#66)

* fix: install ca certificates for ssl to work
* fix: update usage info for nmt clients

r2.12.0

Toggle r2.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
s2s/s2t: show error message received from server (#56)

r2.11.0

Toggle r2.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix s2t output log and dump result to file (#54)

* fix s2t output log and dump result to file

* improve description of output file argument

r2.10.0

Toggle r2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: bump cache version fix cache invalidation issue (#45)