You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I port this sdk on Android arm platform,
but when I try to run run_assistant but it stop at
This function
std::shared_ptr<ClientReaderWriter<ConverseRequest, ConverseResponse>>
stream(std::move(assistant->Converse(&context)));
Is there any direction for me to debug ?
The text was updated successfully, but these errors were encountered:
I don't know that this sample will work on Android ARM. It has been tested on Ubuntu 14.04, x86-64 with the ALSA sound library. It may be better to take a look at the Android Things Assistant project.
I port this sdk on Android arm platform,
but when I try to run run_assistant but it stop at
This function
std::shared_ptr<ClientReaderWriter<ConverseRequest, ConverseResponse>>
stream(std::move(assistant->Converse(&context)));
Is there any direction for me to debug ?
The text was updated successfully, but these errors were encountered: