dontloo

Results 2 issues of dontloo

the second last package name in [/examples/pytorch/requirement.txt ](https://github.com/NVIDIA/FasterTransformer/blob/6fddeac5f59ce4df380002aa945da57a0c8e878c/examples/pytorch/requirement.txt), should it be **ml_collections** instead of ml_collection? Pip says "No matching distribution found for ml_collection" on my machine.

[bert_guide.md](https://github.com/NVIDIA/FasterTransformer/blob/main/docs/bert_guide.md) section 1.1.2 mentioned this allow_gemm_test flag, but it seems this flag is not effective and not used in the bertExample method in [bert_example.cc](https://github.com/NVIDIA/FasterTransformer/blob/6fddeac5f59ce4df380002aa945da57a0c8e878c/examples/cpp/bert/bert_example.cc#L71). Output shows "using default GEMM algo"...