-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Unable to convert bloom models #4768
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
Comments
And when using bloomz.cpp(https://github.com/NouamaneTazi/bloomz.cpp) to convert the model using the following command succeed
|
Looks related to #4493 |
@ggerganov Thanks for looking into this issue. Any ETA about when the problem will be solved? |
@teleprint-me mentioned that they will take a look, but not sure if they had the chance yet. I prefer to rely on the community's help for the Python issues as it is not my field of expertise, but I will take a look if it does not get resolved soon |
@ggerganov
And using the following command to load the model successfully
So, there must be something wrong with convert.py and should not cost too much time to solve. I will digger deeper later |
I can confirm that, several weeks ago, I was able to use the |
Was
|
@player1537 Thanks for lending help. I can convert the model successfully, thank you @Galunid I am not sure if bloom was supported by convert.py in the first place, but I think it would be better to use convert.py as the main convert tool, and it can use the functions defined in other modules |
That's not possible for now, perhaps in the future the scripts will be unified. |
Sorry I'm late to party. I've been sick. Just starting to feel functional compared to the last few days. @Galunid is right for the most part. My 2 cents for clarity is that The main difference between them is There are other contributors that are more knowledgeable about it's functionality than I. I've been slowly picking it apart though. My advice would be to use the intended script which is the now homogenized |
When trying to convert bloom model downloaded from Huggingface (https://huggingface.co/bigscience/bloomz-1b7) using the following command
it outputs the following messages
And config.json is in the same directory containing the model file
Any one knows what caused the problem and how to solve it?
The text was updated successfully, but these errors were encountered: