tlc-pack / tlcpack

https://tlcpack.ai/
Apache License 2.0
23 stars 30 forks source link

Make scripts/patch_name.sh to be compatible with TVM 0.7 and 0.8 #27

Closed leandron closed 3 years ago

leandron commented 3 years ago

During the migration to black formatting in TVM 0.8, the use of double-quotes was adopted, so this script needs to be fixed to cope with both single and double-quotes, during the name patching process.

leandron commented 3 years ago

cc @icemelon9