tloen / alpaca-lora

Instruct-tune LLaMA on consumer hardware
Apache License 2.0
18.66k stars 2.22k forks source link

is there any flag to mark the model is safetensors or pickle format? #607

Open Tasarinan opened 1 year ago

Tasarinan commented 1 year ago

is there any flag to mark the model is safetensors or pickle format? Recently I download base model from huggingface, but this model support safetensors and pickle format. so how I use flag to make finetune.py only use pickle format?