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

Move convert.py to examples/convert-legacy-llama.py #7430

Merged
merged 13 commits into from
May 30, 2024
Next Next commit
Move convert.py to examples/convert-no-torch.py
  • Loading branch information
Galunid committed May 21, 2024
commit dc24e7ef673d48965f5b55f9bbee306eb9a28b4b
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

convert-hf-to-gguf.py imports should be changed to reflect the rename

from convert import LlamaHfVocab

Copy link
Contributor

@teleprint-me teleprint-me May 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be moved to vocab.py. Anything related to the vocab that's still needed.

File renamed without changes.
Loading