Hoang Gia Minh

Results 5 comments of Hoang Gia Minh

I uploaded the models to GG drive: https://drive.google.com/drive/folders/1KT38ZDgoyCFLTcWlcNgEFpyyHCxqdWw9?usp=sharing Note that there is limit on download quota, so if you encounter error, you can try again in the next day...

I am able to compile by removing all these __mm_malloc to malloc macros. Personally, I don't think we should have a macro that change a global API like malloc in...

I got the same issue too. Can confirm that merging #14752 should fix it.

``` load("@bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` These 2 lines in WORKSPACE make it works for me.