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

  • Log In
  • Sign Up

Jmica
/
audiobook_models

Safetensors
GGUF
conversational
Model card Files Files and versions
xet
Community

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

  • Libraries
  • llama-cpp-python

    How to use Jmica/audiobook_models with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="Jmica/audiobook_models",
    	filename="GLM-OCR-GGUF/GLM-OCR-Q8_0.gguf",
    )
    
    llm.create_chat_completion(
    	messages = "No input example has been defined for this model task."
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • llama.cpp

    How to use Jmica/audiobook_models with llama.cpp:

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

    How to use Jmica/audiobook_models with Ollama:

    ollama run hf.co/Jmica/audiobook_models:Q8_0
  • Unsloth Studio new

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

    How to use Jmica/audiobook_models with Pi:

    Start the llama.cpp server
    # Install llama.cpp:
    brew install llama.cpp
    # Start a local OpenAI-compatible server:
    llama-server -hf Jmica/audiobook_models:Q8_0
    Configure the model in Pi
    # Install Pi:
    npm install -g @mariozechner/pi-coding-agent
    # Add to ~/.pi/agent/models.json:
    {
      "providers": {
        "llama-cpp": {
          "baseUrl": "http://localhost:8080/v1",
          "api": "openai-completions",
          "apiKey": "none",
          "models": [
            {
              "id": "audiobook_models"
            }
          ]
        }
      }
    }
    Run Pi
    # Start Pi in your project directory:
    pi
  • Docker Model Runner

    How to use Jmica/audiobook_models with Docker Model Runner:

    docker model run hf.co/Jmica/audiobook_models:Q8_0
  • Lemonade

    How to use Jmica/audiobook_models with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull Jmica/audiobook_models:Q8_0
    Run and chat with the model
    lemonade run user.audiobook_models-Q8_0
    List all available models
    lemonade list
audiobook_models
59.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Jmica's picture
Jmica
Upload 4 files
a7afbbf verified about 2 months ago
  • 1.5v1_base
    Upload 29 files about 2 months ago
  • 7bv1_base
    Upload 29 files about 2 months ago
  • GLM-OCR-GGUF
    Upload 29 files about 2 months ago
  • Qwen3-VL-4B-Instruct-GGUF
    Upload 29 files about 2 months ago
  • Qwen3.5-27B-IQ4_NL
    Upload 4 files about 2 months ago
  • Qwen3.5-9B-UD-Q5_K_XL
    Upload 4 files about 2 months ago
  • .gitattributes
    2.16 kB
    Upload 4 files about 2 months ago
  • README.md
    21 Bytes
    initial commit over 2 years ago
  • azasu.pth

    Detected Pickle imports (3)

    • "torch.HalfStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    57.6 MB
    xet
    Upload azasu.pth over 2 years ago
  • hubert_base.pt

    Detected Pickle imports (5)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "torch.HalfStorage",
    • "fairseq.data.dictionary.Dictionary"

    How to fix it?

    190 MB
    xet
    Upload 2 files over 2 years ago
  • monotonic_align-1.2-cp311-cp311-win_amd64.whl
    278 kB
    Upload monotonic_align-1.2-cp311-cp311-win_amd64.whl over 1 year ago
  • rmvpe.pt

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.HalfStorage"

    What is a pickle import?

    181 MB
    xet
    Upload 2 files over 2 years ago