rohitp1 commited on
Commit
fecf64c
·
1 Parent(s): 892755a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ feat_ext3 = WhisperFeatureExtractor.from_pretrained(M3, use_auth_token=auth_toke
37
 
38
  # make quantized model
39
  quantized_model1 = torch.quantization.quantize_dynamic(
40
- model3, {torch.nn.Linear}, dtype=torch.qint8
41
  )
42
 
43
 
 
37
 
38
  # make quantized model
39
  quantized_model1 = torch.quantization.quantize_dynamic(
40
+ model1, {torch.nn.Linear}, dtype=torch.qint8
41
  )
42
 
43