GGUF
How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf DrNicefellow/ChatAllInOne-Yi-34B-200K-V1-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf DrNicefellow/ChatAllInOne-Yi-34B-200K-V1-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf DrNicefellow/ChatAllInOne-Yi-34B-200K-V1-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf DrNicefellow/ChatAllInOne-Yi-34B-200K-V1-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf DrNicefellow/ChatAllInOne-Yi-34B-200K-V1-GGUF:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf DrNicefellow/ChatAllInOne-Yi-34B-200K-V1-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf DrNicefellow/ChatAllInOne-Yi-34B-200K-V1-GGUF:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf DrNicefellow/ChatAllInOne-Yi-34B-200K-V1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/DrNicefellow/ChatAllInOne-Yi-34B-200K-V1-GGUF:Q4_K_M
Quick Links

This is a GGUF version of DrNicefellow/ChatAllInOne-Yi-34B-200K-V1 made with exllamav2.

Model Details

Features

  • Enhanced understanding and generation of conversational language.
  • Improved performance in diverse chat scenarios, including casual, formal, and domain-specific conversations.
  • Fine-tuned to maintain context and coherence over longer dialogues.

Prompt Format

Vicuna 1.1

See the finetuning dataset for examples.

License

This model is open-sourced under the Yi License.

Feeling Generous? 😊

Eager to buy me a cup of 2$ coffe or iced tea?πŸ΅β˜• Sure, here is the link: https://ko-fi.com/drnicefellow. Please add a note on which one you want me to drink?

Downloads last month
16
GGUF
Model size
34B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Collection including DrNicefellow/ChatAllInOne-Yi-34B-200K-V1-GGUF