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

SkyTraceX
/
skytracex-phi3-mini

GGUF
conversational
Model card Files Files and versions
xet
Community

Instructions to use SkyTraceX/skytracex-phi3-mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • llama-cpp-python

    How to use SkyTraceX/skytracex-phi3-mini with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="SkyTraceX/skytracex-phi3-mini",
    	filename="Phi-3-mini-4k-instruct-q4.gguf",
    )
    
    llm.create_chat_completion(
    	messages = "No input example has been defined for this model task."
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • llama.cpp

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

    How to use SkyTraceX/skytracex-phi3-mini with Ollama:

    ollama run hf.co/SkyTraceX/skytracex-phi3-mini
  • Unsloth Studio

    How to use SkyTraceX/skytracex-phi3-mini with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for SkyTraceX/skytracex-phi3-mini to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for SkyTraceX/skytracex-phi3-mini to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for SkyTraceX/skytracex-phi3-mini to start chatting
  • Atomic Chat new
  • Docker Model Runner

    How to use SkyTraceX/skytracex-phi3-mini with Docker Model Runner:

    docker model run hf.co/SkyTraceX/skytracex-phi3-mini
  • Lemonade

    How to use SkyTraceX/skytracex-phi3-mini with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull SkyTraceX/skytracex-phi3-mini
    Run and chat with the model
    lemonade run user.skytracex-phi3-mini-{{QUANT_TAG}}
    List all available models
    lemonade list
skytracex-phi3-mini
4.79 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
Evoblack's picture
Evoblack
Add GGUF files for Phi-3 mini model
9b0dfe4 3 months ago
  • .gitattributes
    1.56 kB
    Track GGUF files via LFS 3 months ago
  • Phi-3-mini-4k-instruct-q4.gguf
    2.39 GB
    xet
    Add GGUF files for Phi-3 mini model 3 months ago
  • phi3-mini.gguf
    2.39 GB
    xet
    Add GGUF files for Phi-3 mini model 3 months ago