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

Adopt model version detection from ChatRWKV pip model python file #152

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

schamane
Copy link
Contributor

Use float for version number for model, and not a set of boolean values.

@Cyberhan123
Copy link
Contributor

Cyberhan123 commented Dec 1, 2023

I prefer to use gguf logic. What I mean is that we use float for version number for model, and not a set of boolean values ​​when converting. But it is better to follow the gguf specification when loading.

@Cyberhan123
Copy link
Contributor

I'm working on it

@saharNooby
Copy link
Collaborator

Hi! Sorry, but I don't yet see any reasons to change the existing version detection code. The current code is simple and does its job.

The proposed code uses floating-point numbers, and I'm definitely against it -- FP numbers were not designed to handle precise decimal numbers like version numbers. The proper solution is to define a version type with parsing and a comparison operator, but it would be overkill.

Moreover, there is no need to detect v6 yet, because v6 models are not supported. The code in PR would detect v6, and then create an invalid model file, which will not be readable by newer versions of rwkv.cpp when v6 support arrives (I assume v6 models will require some preprocessing, as older versions require).

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.

None yet

3 participants