add comment (#628)

This commit is contained in:
Yujia Zhai 2022-09-17 18:40:30 -07:00 committed by GitHub
parent fc9ebc645b
commit faab7536fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,8 @@
# Run an attention example with batch size = 64 and head number = 16 without checking the correctness
$ ./examples/41_multi_head_attention/41_multi_head_attention --head_number=16 --batch_size=64 --reference-check=false
Acknowledgement: this example is inspired by the idea originally prototyped by ByteDance Inc.
*/
/////////////////////////////////////////////////////////////////////////////////////////////////