An open API service indexing awesome lists of open source software.

https://github.com/magicteamc/autogguf

Let me make GGUF files quickly
https://github.com/magicteamc/autogguf

gguf llama-cpp llamacpp llm llm-quantization

Last synced: 20 days ago
JSON representation

Let me make GGUF files quickly

Awesome Lists containing this project

README

          

## Setup
1.
```
git clone https://github.com/ggml-org/llama.cpp.git
mv ./llama.cpp ./llama
```
2. Download latest llama.cpp bin:
3. move it into llama folder (it will like this: `./llama/bin/`
4. clone model's HF repo in AutoGGUF folder.
5. Run `main.py`