Skip to content
New issue

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

Add functionality to download models from sources other than HuggingFace #946

Merged
merged 2 commits into from
Nov 8, 2024

Conversation

starmountain1997
Copy link
Contributor

@starmountain1997 starmountain1997 commented Oct 10, 2024

in configuration, can add extra model_resource:

from openmind_hub import snapshot_download

pretrained_model_name_or_path = 'Tianjin_Ascend/Qwen1.5-4B'
model_resource = {
    "fn": snapshot_download,
    "args":{ 
        # "token":"xxxxxxxxxx"
    }
}

@pppppM pppppM merged commit 90192ff into InternLM:main Nov 8, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants