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

Support phi-2, phi-1.5 and phi-1 GGUF creation, add vocab. results. #8777

Closed

Conversation

RhinoDevel
Copy link
Contributor

@RhinoDevel RhinoDevel commented Jul 30, 2024

Modified Python scripts to be able to generate GGUF files from Phi-2, Phi-1.5 and Phi-1 original weights. Works for all three of them, because they use the same tokenizer ("phi-2").

Should fix #7667

@github-actions github-actions bot added the python python script changes label Jul 30, 2024
@RhinoDevel RhinoDevel changed the title Support phi-2 GGUF creation, add vocab. results. Support phi-2 and phi-1_5 GGUF creation, add vocab. results. Jul 30, 2024
@RhinoDevel RhinoDevel changed the title Support phi-2 and phi-1_5 GGUF creation, add vocab. results. Support phi-2 and phi-1.5 GGUF creation, add vocab. results. Jul 30, 2024
@RhinoDevel RhinoDevel changed the title Support phi-2 and phi-1.5 GGUF creation, add vocab. results. Support phi-2, phi-1.5 and phi-1 GGUF creation, add vocab. results. Jul 30, 2024
@RhinoDevel RhinoDevel closed this Jul 30, 2024
@RhinoDevel RhinoDevel reopened this Jul 30, 2024
@RhinoDevel
Copy link
Contributor Author

Closing this pull request, as it is the same as #7300

What is missing seems to be verification of the results being equal to those of HuggingFace, see #7300 (comment)

@RhinoDevel RhinoDevel closed this Jul 30, 2024
@BramVanroy
Copy link

@RhinoDevel Sorry, I have not been able to follow up on this. If you can assist in the linked PR, that would be welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python python script changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Phi-2 model tokenizer not recognized
2 participants