jdelpino-ai's picture
Upload README.md with huggingface_hub
c56de1a verified
|
raw
history blame contribute delete
No virus
712 Bytes
---
language:
- en
license: apache-2.0
tags:
- llama-cpp
---
# jdelpino-ai/multi_verse_model-Q8_0-GGUF
This model was converted to GGUF format from [`MTSAIR/multi_verse_model`](https://huggingface.co/MTSAIR/multi_verse_model) using llama.cpp.
Refer to the [original model card](https://huggingface.co/MTSAIR/multi_verse_model) for more details on the model.
## Use with llama.cpp
```bash
brew install ggerganov/ggerganov/llama.cpp
```
```bash
llama-cli --hf-repo jdelpino-ai/multi_verse_model-Q8_0-GGUF --model multi_verse_model.Q8_0.gguf -p "The meaning to life and the universe is "
```
```bash
llama-server --hf-repo jdelpino-ai/multi_verse_model-Q8_0-GGUF --model multi_verse_model.Q8_0.gguf -c 2048
```