File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 4040# Add models to test here
4141LLAMA_3p1_8B_INSTRUCT = "meta-llama/Llama-3.1-8B-Instruct"
4242GRANITE_3p2_8B_INSTRUCT = "ibm-granite/granite-3.2-8b-instruct"
43+ GRANITE_3p3_8B_INSTRUCT = "ibm-granite/granite-3.3-8b-instruct"
4344GRANITE_20B_CODE_INSTRUCT_8K = "ibm-granite/granite-20b-code-instruct-8k"
4445LLAMA_3p1_70B_INSTRUCT = "meta-llama/Llama-3.1-70B-Instruct"
4546
6566 [
6667 LLAMA_3p1_8B_INSTRUCT ,
6768 GRANITE_3p2_8B_INSTRUCT ,
69+ GRANITE_3p3_8B_INSTRUCT ,
6870 GRANITE_20B_CODE_INSTRUCT_8K ,
6971 LLAMA_3p1_70B_INSTRUCT ,
7072 ],
147149 2.3919514417648315 ,
148150 0.0005767398688476533 ,
149151 ),
152+ (GRANITE_3p3_8B_INSTRUCT , False ): (
153+ 2.4444521379470827 ,
154+ 0.0004970188625156878 ,
155+ ),
150156 (GRANITE_20B_CODE_INSTRUCT_8K , False ): (
151157 2.640706129074097 ,
152158 0.00034344267623964697 ,
You can’t perform that action at this time.
0 commit comments