Skip to content

Commit

Permalink
updated pytorch installation for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
dania-tii committed Nov 17, 2023
1 parent bd6f4b7 commit 8ed46e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/utils/docker/entrypoint_nats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ else

# Install python package "torch"
machine_hardware=$(uname -m)
if [ "machine_hardware" = "aarch64" ]; then
if [ "$machine_hardware" = "aarch64" ]; then
echo "installing packages"
chmod +x /opt/mesh_com/modules/utils/package/install_dependencies.sh
/opt/mesh_com/modules/utils/package/install_dependencies.sh
Expand Down

0 comments on commit 8ed46e0

Please sign in to comment.