a typo regarding model_path in tokenizer = AutoTokenizer.from_pretrained(path, trust_remote_code=True, use_fast=False)
tokenizer = AutoTokenizer.from_pretrained(path, trust_remote_code=True, use_fast=False)
· Sign up or log in to comment