Spaces:
Running on Zero
Running on Zero
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -108,7 +108,6 @@ def load_models() -> str | None:
|
|
| 108 |
"token_refiner", "norm_out", "proj_out", "audio_proj_out",
|
| 109 |
],
|
| 110 |
),
|
| 111 |
-
low_cpu_mem_usage=False,
|
| 112 |
),
|
| 113 |
# Quantize the 32B Qwen3-VL text encoder with Int8 weight-only quantization
|
| 114 |
text_encoder=Qwen3VLForConditionalGeneration.from_pretrained(
|
|
|
|
| 108 |
"token_refiner", "norm_out", "proj_out", "audio_proj_out",
|
| 109 |
],
|
| 110 |
),
|
|
|
|
| 111 |
),
|
| 112 |
# Quantize the 32B Qwen3-VL text encoder with Int8 weight-only quantization
|
| 113 |
text_encoder=Qwen3VLForConditionalGeneration.from_pretrained(
|