Files
FIBO_IDEN_MODEL-GGUF/README.md
ModelHub XC 1f54070ada 初始化项目,由ModelHub XC社区提供模型
Model: ysn-rfd/FIBO_IDEN_MODEL-GGUF
Source: Original Platform
2026-05-14 12:26:04 +08:00

37 lines
1.0 KiB
Markdown

---
base_model: ysn-rfd/FIBO_IDEN_MODEL
tags:
- text-generation-inference
- transformers
- unsloth
- qwen3
- llama-cpp
- gguf-my-repo
license: apache-2.0
language:
- en
---
# FIBO_IDEN_MODEL
**Model creator:** [ysn-rfd](https://huggingface.co/ysn-rfd)<br/>
**Original model**: [ysn-rfd/FIBO_IDEN_MODEL](https://huggingface.co/ysn-rfd/FIBO_IDEN_MODEL)<br/>
**GGUF quantization:** provided by [ysn-rfd](https:/huggingface.co/ysn-rfd) using `llama.cpp`<br/>
## Special thanks
🙏 Special thanks to [Georgi Gerganov](https://github.com/ggerganov) and the whole team working on [llama.cpp](https://github.com/ggerganov/llama.cpp/) for making all of this possible.
## Use with Ollama
```bash
ollama run "hf.co/ysn-rfd/FIBO_IDEN_MODEL-GGUF:Q4_K_S"
```
## Use with LM Studio
```bash
lms load "ysn-rfd/FIBO_IDEN_MODEL-GGUF"
```
## Use with llama.cpp CLI
```bash
llama-cli --hf "ysn-rfd/FIBO_IDEN_MODEL-GGUF:Q4_K_S" -p "The meaning to life and the universe is"
```
## Use with llama.cpp Server:
```bash
llama-server --hf "ysn-rfd/FIBO_IDEN_MODEL-GGUF:Q4_K_S" -c 4096
```