Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

qnguyen3
/
14b-gguf

GGUF
conversational
Model card Files Files and versions
xet
Community
2

Instructions to use qnguyen3/14b-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • llama.cpp

    How to use qnguyen3/14b-gguf with 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 qnguyen3/14b-gguf:Q4_K_S
    # Run inference directly in the terminal:
    llama cli -hf qnguyen3/14b-gguf:Q4_K_S
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf qnguyen3/14b-gguf:Q4_K_S
    # Run inference directly in the terminal:
    llama cli -hf qnguyen3/14b-gguf:Q4_K_S
    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 qnguyen3/14b-gguf:Q4_K_S
    # Run inference directly in the terminal:
    ./llama-cli -hf qnguyen3/14b-gguf:Q4_K_S
    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 qnguyen3/14b-gguf:Q4_K_S
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf qnguyen3/14b-gguf:Q4_K_S
    Use Docker
    docker model run hf.co/qnguyen3/14b-gguf:Q4_K_S
  • LM Studio
  • Jan
  • Ollama

    How to use qnguyen3/14b-gguf with Ollama:

    ollama run hf.co/qnguyen3/14b-gguf:Q4_K_S
  • Unsloth Desktop
  • Docker Model Runner

    How to use qnguyen3/14b-gguf with Docker Model Runner:

    docker model run hf.co/qnguyen3/14b-gguf:Q4_K_S
  • Lemonade

    How to use qnguyen3/14b-gguf with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull qnguyen3/14b-gguf:Q4_K_S
    Run and chat with the model
    lemonade run user.14b-gguf-Q4_K_S
    List all available models
    lemonade list
  • Atomic Chat
14b-gguf
64.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
qnguyen3's picture
qnguyen3
Update chatml_viet.json
d646bf6 verified over 2 years ago
  • .gitattributes
    2.16 kB
    Rename VinaLlama2-14B-fix_fp16.gguf to VinaLlama2-14B_fp16.gguf over 2 years ago
  • VinaLlama2-14B_Q4_K_S.gguf
    8.56 GB
    xet
    Rename VinaLlama2-14B-fix_Q4_K_S.gguf to VinaLlama2-14B_Q4_K_S.gguf over 2 years ago
  • VinaLlama2-14B_Q6_K.gguf
    12.3 GB
    xet
    Rename VinaLlama2-14B-fix_Q6_K.gguf to VinaLlama2-14B_Q6_K.gguf over 2 years ago
  • VinaLlama2-14B_Q8_0.gguf
    15.1 GB
    xet
    Rename VinaLlama2-14B-fix_Q8_0.gguf to VinaLlama2-14B_Q8_0.gguf over 2 years ago
  • VinaLlama2-14B_fp16.gguf
    28.3 GB
    xet
    Rename VinaLlama2-14B-fix_fp16.gguf to VinaLlama2-14B_fp16.gguf over 2 years ago
  • chatml_viet.json
    1.18 kB
    Update chatml_viet.json over 2 years ago