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

shiningdota
/
Llama-3.2-3B_Instruct_Indonesian_gguf-test

GGUF
Indonesian
llama
Model card Files Files and versions
xet
Community

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

    How to use shiningdota/Llama-3.2-3B_Instruct_Indonesian_gguf-test with Ollama:

    ollama run hf.co/shiningdota/Llama-3.2-3B_Instruct_Indonesian_gguf-test
  • Unsloth Desktop
  • Docker Model Runner

    How to use shiningdota/Llama-3.2-3B_Instruct_Indonesian_gguf-test with Docker Model Runner:

    docker model run hf.co/shiningdota/Llama-3.2-3B_Instruct_Indonesian_gguf-test
  • Lemonade

    How to use shiningdota/Llama-3.2-3B_Instruct_Indonesian_gguf-test with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull shiningdota/Llama-3.2-3B_Instruct_Indonesian_gguf-test
    Run and chat with the model
    lemonade run user.Llama-3.2-3B_Instruct_Indonesian_gguf-test-{{QUANT_TAG}}
    List all available models
    lemonade list
  • Atomic Chat
Llama-3.2-3B_Instruct_Indonesian_gguf-test
3.42 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
shiningdota's picture
shiningdota
Update README.md
5d9ae39 verified over 1 year ago
  • .gitattributes
    1.72 kB
    Rename Llama-3.2-3B_Instruct_Indonesian.gguf to Llama-3.2-3B_Instruct_Indonesian_Q8.gguf over 1 year ago
  • Llama-3.2-3B_Instruct_Indonesian_Q8.gguf
    3.42 GB
    xet
    Rename Llama-3.2-3B_Instruct_Indonesian.gguf to Llama-3.2-3B_Instruct_Indonesian_Q8.gguf over 1 year ago
  • README.md
    653 Bytes
    Update README.md over 1 year ago
  • config.json
    29 Bytes
    (Trained with Unsloth) over 1 year ago