Merge branch 'main' into remove_wrapper

This commit is contained in:
Nicolas Patry
2023-07-19 18:53:55 +02:00
committed by GitHub
24 changed files with 282 additions and 1730 deletions

View File

@ -11,9 +11,9 @@ extern crate intel_mkl_src;
use anyhow::{Error as E, Result};
use candle::{safetensors::Load, DType, Device, Tensor};
use candle_hub::{api::sync::Api, Repo, RepoType};
use candle_nn::VarBuilder;
use clap::Parser;
use hf_hub::{api::sync::Api, Repo, RepoType};
use rand::{distributions::Distribution, SeedableRng};
use tokenizers::Tokenizer;