Spaces:
Running
Running
use qwen3 1.7b as optional model
Browse files- summarize_transcript.py +1 -1
summarize_transcript.py
CHANGED
|
@@ -86,7 +86,7 @@ def main():
|
|
| 86 |
help="Path to the input transcript file (default: ./transcripts/short.txt)")
|
| 87 |
parser.add_argument("-m", "--model", type=str,
|
| 88 |
default="unsloth/Qwen3-0.6B-GGUF:Q4_0",
|
| 89 |
-
help="HuggingFace model in format repo_id:quant (e.g.,
|
| 90 |
parser.add_argument("-c", "--cpu", action="store_true", help="Force CPU only inference")
|
| 91 |
args = parser.parse_args()
|
| 92 |
|
|
|
|
| 86 |
help="Path to the input transcript file (default: ./transcripts/short.txt)")
|
| 87 |
parser.add_argument("-m", "--model", type=str,
|
| 88 |
default="unsloth/Qwen3-0.6B-GGUF:Q4_0",
|
| 89 |
+
help="HuggingFace model in format repo_id:quant (e.g., unsloth/Qwen3-1.7B-GGUF:Q2_K_L)")
|
| 90 |
parser.add_argument("-c", "--cpu", action="store_true", help="Force CPU only inference")
|
| 91 |
args = parser.parse_args()
|
| 92 |
|