Util/taskcluster.py file is missing in latest version

Hi, I need to convert my trained .pb file to .pbmm file. I use the command python util/taskcluster.py --source tensorflow --artifact convert_graphdef_memmapped_format --branch r1.15 --target . But, in latest version for https://github.com/mozilla/DeepSpeech, the file util/taskcluster.py is missing. What should I do now?

This is removed as part of the move to GitHub Actions: [CALL FOR HACKING] Use of GitHub Actions

Please use 0.9.3 for that, or download the tool from v0.9.3 release on GitHub where we mirrored it.

How I can download the specific deepspeech version?

Please checkout v0.9.3 clone ? Or ask your question more clearly.

I’m using git clone https://github.com/mozilla/DeepSpeech which gives me the clone for latest version. How will I get older version?

This is really a git question, you need to checkout the v0.9.3 tag as I said earlier.

Issue Resolved. Thanks a ton!!