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 ability for the from_checkpoint style functions to accept a tag or path object. #242

Open
jstjohn opened this issue Oct 3, 2024 · 0 comments

Comments

@jstjohn
Copy link
Collaborator

jstjohn commented Oct 3, 2024

For example:

model.from_pretrained("some_remote_tag")
model.save_pretrained("/my/local/path/")

Also in the CLI it would be good to support either tag based strings or path based strings. If a string happens to match a tag, then we could default to the tag and if it does not we could assume it is a path.

Request from @pstjohn

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

No branches or pull requests

1 participant