-
Notifications
You must be signed in to change notification settings - Fork 17
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
Pytorch package installation #334
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
includes only aarch64 installation packages.
I updated the code such that the installation of pytorch occurs for aarch64. The IDS and jamming avoidance features, which require the pytorch package, for now are intended to be enabled only for CM4 platform with aarch64. |
I was thinking that should we have this installation process before entrypoint_nats.sh is called and actually in mesh_start.sh? As now we are starting all processes and after that installing dependencies. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same was added already as comment:
I was thinking that should we have this installation process before entrypoint_nats.sh is called and actually in mesh_start.sh? As now we are starting all processes and after that installing dependencies.
ok, I'll open a pr to install the dependencies via mesh_start.sh, this pr will be to add ml_packages.tar.gz and the install_dependencies.sh script |
Installing torch-1.13.1