Spaces:
Running
Running
Update app.js
Browse files
app.js
CHANGED
|
@@ -127,7 +127,7 @@ async function initModels() {
|
|
| 127 |
const fileProgress = {};
|
| 128 |
model = await GraniteSpeechForConditionalGeneration.from_pretrained(MODEL_ID, {
|
| 129 |
dtype: {
|
| 130 |
-
audio_encoder: '
|
| 131 |
embed_tokens: 'q4f16',
|
| 132 |
decoder_model_merged: 'q4f16',
|
| 133 |
},
|
|
|
|
| 127 |
const fileProgress = {};
|
| 128 |
model = await GraniteSpeechForConditionalGeneration.from_pretrained(MODEL_ID, {
|
| 129 |
dtype: {
|
| 130 |
+
audio_encoder: 'q4',
|
| 131 |
embed_tokens: 'q4f16',
|
| 132 |
decoder_model_merged: 'q4f16',
|
| 133 |
},
|