diff options
Diffstat (limited to 'candle-examples')
-rw-r--r-- | candle-examples/examples/quantized-phi/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/candle-examples/examples/quantized-phi/main.rs b/candle-examples/examples/quantized-phi/main.rs index e046fadb..f567ce2d 100644 --- a/candle-examples/examples/quantized-phi/main.rs +++ b/candle-examples/examples/quantized-phi/main.rs @@ -217,7 +217,6 @@ fn main() -> anyhow::Result<()> { match args.which { Which::Phi2 => Model::Phi2(Phi2::from_gguf(model, &mut file, &device)?), Which::Phi3 => Model::Phi3(Phi3::from_gguf( - 1, args.use_flash_attn, model, &mut file, |