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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

niobures
/
video-models

TF-Keras
LiteRT
ONNX
Safetensors
GGUF
Model card Files Files and versions
xet
Community

Instructions to use niobures/video-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • TF-Keras

    How to use niobures/video-models with TF-Keras:

    # Note: 'keras<3.x' or 'tf_keras' must be installed (legacy)
    # See https://github.com/keras-team/tf-keras for more details.
    from huggingface_hub import from_pretrained_keras
    
    model = from_pretrained_keras("niobures/video-models")
    
  • llama-cpp-python

    How to use niobures/video-models with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="niobures/video-models",
    	filename="LLaVA/Llava-v1.5-7B-GGUF/llava-v1.5-7b-Q2_K.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 niobures/video-models with llama.cpp:

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

    How to use niobures/video-models with Ollama:

    ollama run hf.co/niobures/video-models:Q4_K_M
  • Unsloth Studio new

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

    How to use niobures/video-models with Docker Model Runner:

    docker model run hf.co/niobures/video-models:Q4_K_M
  • Lemonade

    How to use niobures/video-models with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull niobures/video-models:Q4_K_M
    Run and chat with the model
    lemonade run user.video-models-Q4_K_M
    List all available models
    lemonade list
video-models
54.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits

This model has 1 file scanned as unsafe.

niobures's picture
niobures
microsoft-git
d72a113 verified 11 months ago
  • CLIP
    CLIP, LLaVA Phi 11 months ago
  • LLaVA
    CLIP, LLaVA Phi 11 months ago
  • LaViLa
    LaViLa (EK-100_MIR), Llava-v1.5-7B-GGUF, MobileVLM, Qwen2-VL-2B-Instruct, YOLO v8n, YOLO World 11 months ago
  • MobileVLM
    LaViLa (EK-100_MIR), Llava-v1.5-7B-GGUF, MobileVLM, Qwen2-VL-2B-Instruct, YOLO v8n, YOLO World 11 months ago
  • Qwen2-VL
    LaViLa (EK-100_MIR), Llava-v1.5-7B-GGUF, MobileVLM, Qwen2-VL-2B-Instruct, YOLO v8n, YOLO World 11 months ago
  • YOLO
    darknet19_448.conv.23 11 months ago
  • microsoft-git
    microsoft-git 11 months ago
  • onnx-community
    LaViLa (EK-100_MIR), Llava-v1.5-7B-GGUF, MobileVLM, Qwen2-VL-2B-Instruct, YOLO v8n, YOLO World 11 months ago
  • transnet-v2
    transnet-v2 11 months ago
  • .gitattributes
    4.19 kB
    darknet19_448.conv.23 11 months ago