how to know remote version from a specific commit id
brainchip-india opened this issue · 2 comments
brainchip-india commented
felix-johnny commented
@brainchip-india Thanks for the question. There are two cases to consider.
-
When CMSIS-NN was part of CMSIS_5 repository(Prior to TFLM PR tensorflow/tflite-micro#1468)
The commit ID that you find in cmsis_download.sh is the commit ID of CMSIS_5 repository as well. i.e, they are one and the same. -
Current state where CMSIS-NN is its own repository.
The commit ID that you find in cmsis_download.sh is the commit ID of CMSIS_5 repository. The commit ID that you find in cmsis_nn_download.sh is the commit ID of CMSIS-NN repository.
brainchip-india commented
Thanks @felix-johnny