We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e865f commit d550968Copy full SHA for d550968
examples/models/core/qwen2audio/run_chat.py
@@ -13,10 +13,12 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
16
+# isort: off
17
import torch
18
+from run import QWenInfer, parse_arguments
19
20
import tensorrt_llm
-from run import QWenInfer, parse_arguments
21
+# isort: on
22
23
if __name__ == '__main__':
24
args = parse_arguments()
examples/models/core/qwenvl/run_chat.py
@@ -14,9 +14,10 @@
import re
-
from run import QWenInfer, parse_arguments, vit_process
def make_display(port=8006):
0 commit comments