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

tejasgowda05
/
Kanoonu-AI-Phi3-GGUF

GGUF
English
mistral
llama.cpp
ollama
unsloth
indian-law
legal-ai
phi-3
qlora
kanoonu-ai
conversational
Model card Files Files and versions
xet
Community

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

    How to use tejasgowda05/Kanoonu-AI-Phi3-GGUF with Ollama:

    ollama run hf.co/tejasgowda05/Kanoonu-AI-Phi3-GGUF:Q4_K_M
  • Unsloth Desktop
  • Docker Model Runner

    How to use tejasgowda05/Kanoonu-AI-Phi3-GGUF with Docker Model Runner:

    docker model run hf.co/tejasgowda05/Kanoonu-AI-Phi3-GGUF:Q4_K_M
  • Lemonade

    How to use tejasgowda05/Kanoonu-AI-Phi3-GGUF with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull tejasgowda05/Kanoonu-AI-Phi3-GGUF:Q4_K_M
    Run and chat with the model
    lemonade run user.Kanoonu-AI-Phi3-GGUF-Q4_K_M
    List all available models
    lemonade list
  • Atomic Chat
Kanoonu-AI-Phi3-GGUF
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
tejasgowda05's picture
tejasgowda05
Updated Readme.md
4996bc9 verified 6 months ago
  • .gitattributes
    1.67 kB
    Rename phi-3-mini-4k-instruct.Q4_K_M.gguf to KanoonuAi-phi-3-mini-4k-instruct.Q4_K_M.gguf 6 months ago
  • KanoonuAi-phi-3-mini-4k-instruct.Q4_K_M.gguf
    2.32 GB
    xet
    Rename phi-3-mini-4k-instruct.Q4_K_M.gguf to KanoonuAi-phi-3-mini-4k-instruct.Q4_K_M.gguf 6 months ago
  • Modelfile
    844 Bytes
    Update Modelfile 6 months ago
  • README.md
    5.58 kB
    Updated Readme.md 6 months ago
  • config.json
    755 Bytes
    Trained with Unsloth - config 6 months ago