Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert: Fix handling of LLAMA2 vocab_size = -1
When vocab_size is detected to be -1 simply remove its value from the parsed params.json and fallback to using the tok_embeddings.weight. Fixes ggerganov#3900
- Loading branch information