We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qwen_model_name_or_path = "/data/workspace/huggingface/Qwen2-1.5B-Instruct" autoprocessor = AutoProcessor.from_pretrained(clip_model_name_or_path) autoprocessor.save_pretrained("huggingface/model003")
通过这个保存了processor之后
autoprocessor1 = AutoProcessor.from_pretrained("huggingface/model001") 只能通过AutoProcessor加载,不能通过llavaProcessor加载
The text was updated successfully, but these errors were encountered:
No branches or pull requests
qwen_model_name_or_path = "/data/workspace/huggingface/Qwen2-1.5B-Instruct"
autoprocessor = AutoProcessor.from_pretrained(clip_model_name_or_path)
autoprocessor.save_pretrained("huggingface/model003")
通过这个保存了processor之后
autoprocessor1 = AutoProcessor.from_pretrained("huggingface/model001")
只能通过AutoProcessor加载,不能通过llavaProcessor加载
The text was updated successfully, but these errors were encountered: