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

codingsoo
/
LlamaREST-EX-GGUF

Text Generation
GGUF
English
llama.cpp
rest-api-testing
software-testing
llamaresttest
Model card Files Files and versions
xet
Community

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

    How to use codingsoo/LlamaREST-EX-GGUF with vLLM:

    Install from pip and serve model
    # Install vLLM from pip:
    pip install vllm
    # Start the vLLM server:
    vllm serve "codingsoo/LlamaREST-EX-GGUF"
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:8000/v1/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "codingsoo/LlamaREST-EX-GGUF",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
    Use Docker
    docker model run hf.co/codingsoo/LlamaREST-EX-GGUF:F16
  • Ollama

    How to use codingsoo/LlamaREST-EX-GGUF with Ollama:

    ollama run hf.co/codingsoo/LlamaREST-EX-GGUF:F16
  • Unsloth Desktop
  • Docker Model Runner

    How to use codingsoo/LlamaREST-EX-GGUF with Docker Model Runner:

    docker model run hf.co/codingsoo/LlamaREST-EX-GGUF:F16
  • Lemonade

    How to use codingsoo/LlamaREST-EX-GGUF with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull codingsoo/LlamaREST-EX-GGUF:F16
    Run and chat with the model
    lemonade run user.LlamaREST-EX-GGUF-F16
    List all available models
    lemonade list
  • Atomic Chat
LlamaREST-EX-GGUF
17.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
codingsoo's picture
codingsoo
Upload README.md with huggingface_hub
5d6660c verified 3 days ago
  • .gitattributes
    1.76 kB
    Upload Llama3-Ex-Rest-8.0B-F16.gguf with huggingface_hub 3 days ago
  • Llama3-Ex-Rest-8.0B-F16.gguf
    1.26 GB
    xet
    Upload Llama3-Ex-Rest-8.0B-F16.gguf with huggingface_hub 3 days ago
  • LlamaREST-EX-2B.gguf
    3.18 GB
    xet
    Upload LlamaREST-EX-2B.gguf with huggingface_hub 3 days ago
  • LlamaREST-EX-4B.gguf
    4.92 GB
    xet
    Upload LlamaREST-EX-4B.gguf with huggingface_hub 3 days ago
  • LlamaREST-EX-8B.gguf
    8.54 GB
    xet
    Upload LlamaREST-EX-8B.gguf with huggingface_hub 3 days ago
  • README.md
    2.66 kB
    Upload README.md with huggingface_hub 3 days ago