@@ -59,6 +59,10 @@ class Recipe:
59
59
name = "phi3/mini_full_low_memory" ,
60
60
file_path = "phi3/mini_full_low_memory.yaml" ,
61
61
),
62
+ Config (
63
+ name = "phi4/mini_full_low_memory" ,
64
+ file_path = "phi4/mini_full_low_memory.yaml" ,
65
+ ),
62
66
Config (
63
67
name = "qwen2/7B_full_single_device" ,
64
68
file_path = "qwen2/7B_full_single_device.yaml" ,
@@ -114,6 +118,7 @@ class Recipe:
114
118
Config (name = "gemma2/9B_full" , file_path = "gemma2/9B_full.yaml" ),
115
119
Config (name = "gemma2/27B_full" , file_path = "gemma2/27B_full.yaml" ),
116
120
Config (name = "phi3/mini_full" , file_path = "phi3/mini_full.yaml" ),
121
+ Config (name = "phi4/mini_full" , file_path = "phi4/mini_full.yaml" ),
117
122
Config (name = "qwen2/7B_full" , file_path = "qwen2/7B_full.yaml" ),
118
123
Config (name = "qwen2/0.5B_full" , file_path = "qwen2/0.5B_full.yaml" ),
119
124
Config (name = "qwen2/1.5B_full" , file_path = "qwen2/1.5B_full.yaml" ),
@@ -252,6 +257,14 @@ class Recipe:
252
257
name = "phi3/mini_qlora_single_device" ,
253
258
file_path = "phi3/mini_qlora_single_device.yaml" ,
254
259
),
260
+ Config (
261
+ name = "phi4/mini_lora_single_device" ,
262
+ file_path = "phi4/mini_lora_single_device.yaml" ,
263
+ ),
264
+ Config (
265
+ name = "phi4/mini_qlora_single_device" ,
266
+ file_path = "phi4/mini_qlora_single_device.yaml" ,
267
+ ),
255
268
Config (
256
269
name = "qwen2/7B_lora_single_device" ,
257
270
file_path = "qwen2/7B_lora_single_device.yaml" ,
@@ -371,6 +384,7 @@ class Recipe:
371
384
Config (name = "gemma2/9B_lora" , file_path = "gemma2/9B_lora.yaml" ),
372
385
Config (name = "gemma2/27B_lora" , file_path = "gemma2/27B_lora.yaml" ),
373
386
Config (name = "phi3/mini_lora" , file_path = "phi3/mini_lora.yaml" ),
387
+ Config (name = "phi4/mini_lora" , file_path = "phi3/mini_lora.yaml" ),
374
388
Config (name = "qwen2/7B_lora" , file_path = "qwen2/7B_lora.yaml" ),
375
389
Config (name = "qwen2/0.5B_lora" , file_path = "qwen2/0.5B_lora.yaml" ),
376
390
Config (name = "qwen2/1.5B_lora" , file_path = "qwen2/1.5B_lora.yaml" ),
0 commit comments