多模态医疗模型前沿介绍 BiomedCLIP模型配置文件找不到 #730
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#730
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
RuntimeError: Model config for BiomedCLIP-PubMedBERT_256-vit_base_patch16_224 not found.
另外代码需要加以下代码,export HF_ENDPOINT=https://hf-mirror.com 运行这个也不行,否则根本无法运行,因为autodl访问不了huggingface.io
import os
配置国内镜像源(必须放在代码最开头)
os.environ['HF_ENDPOINT'] = 'https://hf-mirror.com'
os.environ['CURL_CA_BUNDLE'] = '' # 禁用SSL验证(若镜像站仍报错)