parser.add_argument('--force-safetensors',action='store_true',help='Set use_safetensors=True while loading the model. This prevents arbitrary code execution.') parser.add_argument('--use_fast',action='store_true',help='Set use_fast=True while loading the tokenizer.') ...