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

amaye15
/
chronos-rs-gguf

Time Series Forecasting
GGUF
Rust
English
time-series
forecasting
zero-shot
transformer
Model card Files Files and versions
xet
Community

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

    How to use amaye15/chronos-rs-gguf with Ollama:

    ollama run hf.co/amaye15/chronos-rs-gguf:F16
  • Unsloth Desktop
  • Docker Model Runner

    How to use amaye15/chronos-rs-gguf with Docker Model Runner:

    docker model run hf.co/amaye15/chronos-rs-gguf:F16
  • Lemonade

    How to use amaye15/chronos-rs-gguf with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull amaye15/chronos-rs-gguf:F16
    Run and chat with the model
    lemonade run user.chronos-rs-gguf-F16
    List all available models
    lemonade list
  • Atomic Chat
chronos-rs-gguf
844 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 38 commits
amaye15's picture
amaye15
docs: explicit -o in convert example + clearer -o default note
6f4993e verified 18 days ago
  • .gitattributes
    132 kB
    Upload folder using huggingface_hub 4 months ago
  • .gitignore
    29 Bytes
    Upload folder using huggingface_hub 4 months ago
  • README.md
    5.79 kB
    docs: explicit -o in convert example + clearer -o default note 18 days ago
  • chronos-f16.gguf
    239 MB
    xet
    Upload model files 18 days ago
  • chronos-f32.gguf
    478 MB
    xet
    Upload model files 18 days ago
  • chronos-q8.gguf
    127 MB
    xet
    Upload model files 18 days ago