zwshan
zwshan
I am running the gnmt pytorch from https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Translation/GNMT, when I run ```python python3 translate.py --model /workspace/autoFL/nvidia_gnmt_torch/nvidia_gnmtpyt_fp32_20190806.pth --input /workspace/autoFL/GNMT/scripts/data/wmt16_de_en/newstest2014.en --reference /workspace/autoFL/GNMT/scripts/data/wmt16_de_en/newstest2014.de --output /tmp/output --math fp32 --batch-size 128 --beam-size 1 2 5...
**What is your question?** May I ask if the epilogue of Cutlass supports customization? I hope to achieve the functionality of performing bias addition after the matmul operation in Cutlass....
**What is your question?** In this [website](https://github.com/NVIDIA/cutlass/blob/main/test/unit/gemm/device/gemm_f16n_f16n_f32n_tensor_op_f32_sm80.cu), there are many parameters, but may I ask if the parameters listed on this page are already all the valid ones?
Hello, could you please give me a bib reference format?
```bash (ragenv) [root@1477dc078bac local-LLM-with-RAG]# python Python 3.9.19 (main, May 6 2024, 19:43:03) [GCC 11.2.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information. >>> import...