GUOTAO LIANG

Results 3 comments of GUOTAO LIANG

user只能放在奇数轮 应该不能放俩

maybe : hf_home = os.environ.get('HF_HOME', '~/.cache/huggingface') cache_dir = os.path.join(hf_home, 'hub') model_path = "google/siglip-base-patch16-384" self.processor = AutoImageProcessor.from_pretrained( model_path, trust_remote_code=True, cache_dir=cache_dir, local_files_only=True # 强制只使用本地文件 )

Have you solved this problem? I also encountered the same problem.