Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

tgisaturday
/
Docsray

GGUF
feature-extraction
Model card Files Files and versions
xet
Community

Instructions to use tgisaturday/Docsray with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • llama-cpp-python

    How to use tgisaturday/Docsray with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="tgisaturday/Docsray",
    	filename="bge-m3-gguf/bge-m3-F16.gguf",
    )
    
    output = llm(
    	"Once upon a time,",
    	max_tokens=512,
    	echo=True
    )
    print(output)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • llama.cpp

    How to use tgisaturday/Docsray with llama.cpp:

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

    How to use tgisaturday/Docsray with Ollama:

    ollama run hf.co/tgisaturday/Docsray:Q4_K_M
  • Unsloth Studio new

    How to use tgisaturday/Docsray 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 tgisaturday/Docsray 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 tgisaturday/Docsray to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for tgisaturday/Docsray to start chatting
  • Docker Model Runner

    How to use tgisaturday/Docsray with Docker Model Runner:

    docker model run hf.co/tgisaturday/Docsray:Q4_K_M
  • Lemonade

    How to use tgisaturday/Docsray with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull tgisaturday/Docsray:Q4_K_M
    Run and chat with the model
    lemonade run user.Docsray-Q4_K_M
    List all available models
    lemonade list
Docsray
96.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
tgisaturday's picture
tgisaturday
Rename mmproj-gemma-3-27b-it-F16.gguf to gemma-3-27b-it-GGUF/mmproj-gemma-3-27b-it-F16.gguf
1f96aea verified 11 months ago
  • bge-m3-gguf
    Upload folder using huggingface_hub 11 months ago
  • gemma-3-12b-it-GGUF
    Upload gemma-3-12b-it-GGUF/mmproj-gemma-3-12b-it-F16.gguf with huggingface_hub 11 months ago
  • gemma-3-1b-it-GGUF
    Upload folder using huggingface_hub 11 months ago
  • gemma-3-27b-it-GGUF
    Rename mmproj-gemma-3-27b-it-F16.gguf to gemma-3-27b-it-GGUF/mmproj-gemma-3-27b-it-F16.gguf 11 months ago
  • gemma-3-4b-it-GGUF
    Rename gemma-3-4b-it-GGUF/mmproj-gemma-3-4b-it-f16.gguf to gemma-3-4b-it-GGUF/mmproj-gemma-3-4b-it-F16.gguf 11 months ago
  • multilingual-e5-large-gguf
    Upload folder using huggingface_hub 11 months ago
  • .gitattributes
    3.4 kB
    Rename mmproj-gemma-3-27b-it-F16.gguf to gemma-3-27b-it-GGUF/mmproj-gemma-3-27b-it-F16.gguf 11 months ago
  • README.md
    24 Bytes
    initial commit 11 months ago