We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
phi-1_5
1 parent 38ec1d4 commit 81f1e5cCopy full SHA for 81f1e5c
scripts/convert.py
@@ -75,6 +75,10 @@
75
'per_channel': False,
76
'reduce_range': False,
77
},
78
+ 'phi': {
79
+ 'per_channel': False,
80
+ 'reduce_range': False,
81
+ },
82
83
# Encoder-decoder models
84
'whisper': {
scripts/supported_models.py
@@ -714,6 +714,7 @@
714
# Text generation
715
'text-generation': [
716
'hf-internal-testing/tiny-random-PhiForCausalLM',
717
+ 'susnato/phi-1_5_dev',
718
],
719
720
'roberta': {
0 commit comments