Skip to content

h4shy/convert-hf-to-gguf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conversion Made Easy

Start with setting up the directory.

git clone https://github.com/h4shy/convert-hf-to-gguf

Then navigate to convert-hf-to-gguf and do:

git clone https://github.com/ggml-org/llama.cpp
python -m venv venv
./venv/Scripts/activate
pip install -r requirements.txt

Now move your model directory to convert-hf-to-gguf, or clone it.

That's it, run the script and follow instructions, most of them are skippable if you don't care 💀:

python convert_to_gguf.py

About

For people who would like to involve a script in something that can be done with a command

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages