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 different formats Huggingface phi 3 #43

Closed
birdup000 opened this issue May 4, 2024 · 3 comments · Fixed by #44
Closed

Support different formats Huggingface phi 3 #43

birdup000 opened this issue May 4, 2024 · 3 comments · Fixed by #44

Comments

@birdup000
Copy link

When trying to load the phi 3 models on HuggingFace it fails load since the format is different in the repo.

@Josh-XT
Copy link
Collaborator

Josh-XT commented May 16, 2024

Try changing DEFAULT_MODEL in your .env to this:

DEFAULT_MODEL=mradermacher/Phi-3-mini-128k-instruct-LLaMAfied-GGUF

@birdup000
Copy link
Author

Try changing DEFAULT_MODEL in your .env to this:

DEFAULT_MODEL=mradermacher/Phi-3-mini-128k-instruct-LLaMAfied-GGUF

Yes that one loads and works but the other ones do not work since its the format is different but its still GGUF

@Josh-XT
Copy link
Collaborator

Josh-XT commented May 16, 2024

Those following the standard TheBloke set on Hugging Face will work, but the people who have not followed those standards may have issues. I am planning to try to expand on that to try to find the file in whichever repo but I haven't yet. Currently it is limited to those who are in-standard with TheBloke's repos. I recommend looking at quants from https://huggingface.co/MaziyarPanahi

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 a pull request may close this issue.

2 participants