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

chrometechhype
/
ateres

Safetensors
GGUF
English
Russian
Polish
mistral3
ateres
ministral
xlam
tool-use
function-calling
Model card Files Files and versions
xet
Community

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

    How to use chrometechhype/ateres with Ollama:

    ollama run hf.co/chrometechhype/ateres
  • Unsloth Studio

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

    How to use chrometechhype/ateres with Docker Model Runner:

    docker model run hf.co/chrometechhype/ateres
  • Lemonade

    How to use chrometechhype/ateres with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull chrometechhype/ateres
    Run and chat with the model
    lemonade run user.ateres-{{QUANT_TAG}}
    List all available models
    lemonade list
  • Atomic Chat
ateres
14.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 31 commits
chrometechhype's picture
chrometechhype
update README for Ollama
73a1508 verified 6 days ago
  • .gitattributes
    1.62 kB
    Upload folder using huggingface_hub 7 days ago
  • Modelfile
    898 Bytes
    update Modelfile with correct system prompt and creators info 6 days ago
  • README.md
    1.98 kB
    update README for Ollama 6 days ago
  • ateres.gguf
    6.87 GB
    xet
    add xLAM GGUF as ateres.gguf 6 days ago
  • config.json
    1.98 kB
    add xLAM config.json 6 days ago
  • generation_config.json
    136 Bytes
    add xLAM generation_config.json 6 days ago
  • model-00001-of-00002.safetensors
    4.97 GB
    xet
    add xLAM safetensors shard 1/2 6 days ago
  • model-00002-of-00002.safetensors
    2.73 GB
    xet
    add xLAM safetensors shard 2/2 6 days ago
  • model.safetensors.index.json
    45.6 kB
    add xLAM model.safetensors.index.json 6 days ago
  • tokenizer.json
    17.1 MB
    xet
    add xLAM tokenizer.json 6 days ago
  • tokenizer_config.json
    199 kB
    add xLAM tokenizer_config.json 6 days ago