How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf BrewInteractive/fikri-3.1-8B-Instruct-Q4_K_M:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf BrewInteractive/fikri-3.1-8B-Instruct-Q4_K_M:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf BrewInteractive/fikri-3.1-8B-Instruct-Q4_K_M:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf BrewInteractive/fikri-3.1-8B-Instruct-Q4_K_M: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 BrewInteractive/fikri-3.1-8B-Instruct-Q4_K_M:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf BrewInteractive/fikri-3.1-8B-Instruct-Q4_K_M: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 BrewInteractive/fikri-3.1-8B-Instruct-Q4_K_M:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf BrewInteractive/fikri-3.1-8B-Instruct-Q4_K_M:Q4_K_M
Use Docker
docker model run hf.co/BrewInteractive/fikri-3.1-8B-Instruct-Q4_K_M:Q4_K_M
Quick Links

This is a quantized version of the BrewInteractive/fikri-3.1-8B-Instruct model.

  • Original model: fikri-3.1-8B-Instruct

  • Base model: LLaMA-3.1-8B

  • Quantization: Q4_K_M

  • Optimized for faster inference and reduced memory usage while maintaining performance

  • Built on the LLaMA 3.1 architecture (8B)

  • Fine-tuned for Turkish language tasks

  • Quantized for improved efficiency

How to use

  1. Install llama.cpp:

    • For macOS, use Homebrew:
      brew install llama.cpp
      
    • For other operating systems, follow the installation instructions on the llama.cpp GitHub repository.
  2. Download the quantized GGUF file from this repository's Files section.

  3. Run the following command for conversation mode:

llama-cli -m ./fikri-3.1-8B-Instruct-Q4_K_M.gguf --no-mmap -fa -c 4096 --temp 0.8 -if --in-prefix "<|start_header_id|>user<|end_header_id|>\n\n" --in-suffix "<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n"
Downloads last month
-
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

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