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

Tinomar
/
test-model

PEFT
Safetensors
GGUF
conversational
Model card Files Files and versions
xet
Community

Instructions to use Tinomar/test-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Tinomar/test-model with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0")
    model = PeftModel.from_pretrained(base_model, "Tinomar/test-model")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • llama.cpp

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

    How to use Tinomar/test-model with Ollama:

    ollama run hf.co/Tinomar/test-model
  • Unsloth Desktop
  • Docker Model Runner

    How to use Tinomar/test-model with Docker Model Runner:

    docker model run hf.co/Tinomar/test-model
  • Lemonade

    How to use Tinomar/test-model with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull Tinomar/test-model
    Run and chat with the model
    lemonade run user.test-model-{{QUANT_TAG}}
    List all available models
    lemonade list
  • Atomic Chat
test-model
2.21 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
Tinomar's picture
Tinomar
Delete test_model.gguf
ee33f35 verified over 1 year ago
  • .gitattributes
    1.63 kB
    Upload folder using huggingface_hub over 1 year ago
  • README.md
    5.11 kB
    Upload folder using huggingface_hub over 1 year ago
  • adapter_config.json
    789 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • adapter_model.safetensors
    4.52 MB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • merged_model.gguf
    2.2 GB
    xet
    Upload folder using huggingface_hub over 1 year ago