From 2a66366be4c2715870e4859fd5a5db6e8a9dc00a Mon Sep 17 00:00:00 2001 From: chenmengzheAAA <123789350+chenmengzheAAA@users.noreply.github.com> Date: 星期四, 14 九月 2023 19:00:17 +0800 Subject: [PATCH] Merge pull request #956 from alibaba-damo-academy/chenmengzheAAA-patch-4 --- funasr/runtime/triton_gpu/client/decode_manifest_triton_wo_cuts.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/funasr/runtime/triton_gpu/client/decode_manifest_triton_wo_cuts.py b/funasr/runtime/triton_gpu/client/decode_manifest_triton_wo_cuts.py index 106bdc2..ad121c6 100644 --- a/funasr/runtime/triton_gpu/client/decode_manifest_triton_wo_cuts.py +++ b/funasr/runtime/triton_gpu/client/decode_manifest_triton_wo_cuts.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 # Copyright 2022 Xiaomi Corp. (authors: Fangjun Kuang) # 2023 Nvidia (authors: Yuekai Zhang) +# 2023 Recurrent.ai (authors: Songtao Shi) # See LICENSE for clarification regarding multiple authors # # Licensed under the Apache License, Version 2.0 (the "License"); -- Gitblit v1.9.1