@@ -246,8 +246,8 @@ def to_lora(layer):
246
246
247
247
def _setup ():
248
248
paths = [
249
- ("microsoft/Phi-3-mini-128k -instruct" , PATH_ORIGINAL_PHI3_BLIND , PATH_QUANTIZED_PHI3_BLIND ),
250
- ("microsoft/Phi-3-vision-128k -instruct" , PATH_ORIGINAL_PHI3_VISION , PATH_QUANTIZED_PHI3_VISION )
249
+ ("microsoft/Phi-3.5 -mini-instruct" , PATH_ORIGINAL_PHI3_BLIND , PATH_QUANTIZED_PHI3_BLIND ),
250
+ ("microsoft/Phi-3.5 -vision-instruct" , PATH_ORIGINAL_PHI3_VISION , PATH_QUANTIZED_PHI3_VISION )
251
251
]
252
252
for hub , local , quant in paths :
253
253
raw = snapshot_download (repo_id = hub , allow_patterns = ["*.safetensors" , "*.json" ])
@@ -1221,7 +1221,7 @@ def benchmark(blind_model=False, json_path='benchmark.json'):
1221
1221
"""
1222
1222
prompts = [
1223
1223
('Write a mystery horror.' , ),
1224
- ('What is shown in this image?' , 'https://assets-c4akfrf5b4d3f4b7.z01.azurefd.net/assets/2024/04/BMDataViz_661fb89f3845e.png ' ),
1224
+ ('What is shown in this image?' , 'https://collectionapi.metmuseum.org/api/collection/v1/iiif/344291/725918/main-image ' ),
1225
1225
([
1226
1226
"Write an executive summary for a communications business plan" ,
1227
1227
"Explain quantum computing." ,
0 commit comments