-
Notifications
You must be signed in to change notification settings - Fork 85
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
[INFO] Bypassing Edge AI Cloud - To create an account, go to https://stedgeai-dc.st.com/home. Enter your credentials: #53
Comments
Hello, |
Thanks for your prompt response.
I am facing some https connection issue while connecting to it . I am
behind the proxy but i have already set the proxy (http,https)and also the
username and password to my st.com in the environment settings ( I am on
windows) . It fails after 5 retries.
Regards,
…On Thu, 16 Jan 2025 at 11:22 PM, LFOSTM ***@***.***> wrote:
Hello,
You can deploy your model locally specifying on_cloud : False in the yaml
file.
May I ask why you don't want to use the ST Edge AI Cloud?
Regards,
Laurent
—
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG7HO5C4XMN34QGAPC5OJAD2K7WVNAVCNFSM6AAAAABVKFMT6CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJWGM2TKMJQHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@Raulpb49 can you try few things.
NOTE: You do not need to encode the passwords for the myST account but you need to encode the password for your proxy account in your proxy strings. For example a password 123&st has to be written as 123%26st in the proxy string. I hope this solves the issue. |
Thanks Muhammad ,
I will check this out. So Far i am using the desktop version so I think it
shouldn't be a problem right? Both the cloud and desktop version are the
same in functionalities - correct?
If that is so I will stick with the desktop version as of now.
Regards,
R
…On Fri, Jan 17, 2025 at 3:26 PM Muhammad Shahnawaz ***@***.***> wrote:
@Raulpb49 <https://github.com/Raulpb49> can you try few things.
-
add ssl_verify:false and no_ssl_verify:1 in your environment variables.
-
use the ***@***.***:port string for both http
and https proxies
-
make sure your credentials for stmai_username and stmai_password are
upto date by logging in to the webpage through a web browser
https://stedgeai-dc.st.com/home
-
Finally, log off and log on to make sure that the latest environment
variable changes are taken into account.
-
Alternatively, you can check with your IT to understand what is the
issue with proxy verification and use the local installation in the
meanwhile by just providing the correct path in the variable
path_to_stedgeai and setting the on_cloud variable to False.
*NOTE*: You do not need to encode the passwords for the myST account but
you need to encode the password for your proxy account in your proxy
strings. For example a password 123&st has to be written as 123%26st in the
proxy string.
I hope this solves the issue.
—
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG7HO5DLM6OTDOWMO2J22532LDHUJAVCNFSM6AAAAABVKFMT6CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJXHA2TINJSGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
That is true, functionality wise there is no difference. The benefit of using the dev cloud is that you can benchmark on different boards without actually having the boards in hand. However, for generating the code, and doing the deployment, local vs dev cloud will provide the same outcome. |
Thanks @Shahnawax |
@Raulpb49 you are welcome. The installer supports headless mode also. Download the online installer for linux and the zip for STM32N6***neuralart extract the contents and then try something like:
You can find the documentation here: https://stedgeai-dc.st.com/assets/embedded-docs/modular_installer.html |
Hello @Shahnawax , |
How to use stedgeai on PC instead of stedgeaicloud? I see this is coming somewhere form the \stm32ai-modelzoo-services\common\stm32ai_dc\backend\cloud . Is it possible to by pass the cloud logging and use the local edgeai?
I dont want to use the ST Edge AI Cloud.
Best,
R
The text was updated successfully, but these errors were encountered: