mirror of
https://github.com/ggerganov/llama.cpp
synced 2026-03-02 13:19:27 +01:00
* requirements : update transformers/torch for Embedding Gemma
This commit updates the requirements to support converting
Embedding Gemma 300m models.
The motivation for this change is that during development I had a local
copy of the transformers package which is what I used for converting
the models. This was a mistake on my part and I should have also updated
my transformers version to the official release.
I had checked the requirements/requirements-convert_legacy_llama.txt
file and noted that the version was >=4.45.1,<5.0.0 and came to the
conculusion that no updated would be needed, this assumed that
Embedding Gemma would be in a transformers release at the time
Commit
|
||
|---|---|---|
| .. | ||
| requirements-all.txt | ||
| requirements-compare-llama-bench.txt | ||
| requirements-convert_hf_to_gguf_update.txt | ||
| requirements-convert_hf_to_gguf.txt | ||
| requirements-convert_legacy_llama.txt | ||
| requirements-convert_llama_ggml_to_gguf.txt | ||
| requirements-convert_lora_to_gguf.txt | ||
| requirements-gguf_editor_gui.txt | ||
| requirements-pydantic.txt | ||
| requirements-server-bench.txt | ||
| requirements-test-tokenizer-random.txt | ||
| requirements-tool_bench.txt | ||