Fixing falcon example.

This commit is contained in:
Nicolas Patry
2023-07-07 00:29:44 +02:00
parent 514b171f75
commit 1ec221a749

View File

@ -117,6 +117,7 @@ struct Args {
fn main() -> Result<()> {
use candle_hub::{api::sync::Api, Repo, RepoType};
use tokenizers::Tokenizer;
let args = Args::parse();
let device = if args.cpu {