mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 02:16:37 +00:00
Proper support for phi-4 (#2960)
* Add phi-4 support. * Long-rope support. * Get clippy to be happy.:
This commit is contained in:
@ -147,9 +147,9 @@ enum WhichModel {
|
||||
V3,
|
||||
#[value(name = "3-medium")]
|
||||
V3Medium,
|
||||
#[value(name = "2-old")]
|
||||
V4Mini,
|
||||
#[value(name = "4-mini")]
|
||||
V4Mini,
|
||||
#[value(name = "2-old")]
|
||||
V2Old,
|
||||
PuffinPhiV2,
|
||||
PhiHermes,
|
||||
|
Reference in New Issue
Block a user