This repository has been archived on 2026-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ROCm-Research-Archive/_TestScripts/Scripts and Tests/_read_engine.sh
T
2026-08-20 00:45:43 +02:00

7 lines
192 B
Bash

#!/bin/bash
echo "=== inference/__init__.py ==="
cat /opt/qwen3-tts/qwen3_tts_gguf/inference/__init__.py
echo ""
echo "=== engine.py ==="
cat /opt/qwen3-tts/qwen3_tts_gguf/inference/engine.py