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

tvergho
/
neurips-training

GGUF
Model card Files Files and versions
xet
Community

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

    How to use tvergho/neurips-training with Ollama:

    ollama run hf.co/tvergho/neurips-training
  • Unsloth Desktop
  • Docker Model Runner

    How to use tvergho/neurips-training with Docker Model Runner:

    docker model run hf.co/tvergho/neurips-training
  • Lemonade

    How to use tvergho/neurips-training with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull tvergho/neurips-training
    Run and chat with the model
    lemonade run user.neurips-training-{{QUANT_TAG}}
    List all available models
    lemonade list
  • Atomic Chat
neurips-training
86.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
tvergho's picture
tvergho
Upload mistral-platypus-lima-3ep.bin
d3592a4 almost 3 years ago
  • .gitattributes
    1.83 kB
    Upload no-flan-v1.gguf almost 3 years ago
  • all-v2-iter-089087.gguf
    14.5 GB
    xet
    Upload all-v2-iter-089087.gguf almost 3 years ago
  • mistral-platypus-lima-3ep-best.gguf
    14.5 GB
    xet
    Upload mistral-platypus-lima-3ep-best.gguf almost 3 years ago
  • mistral-platypus-lima-3ep.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    14.5 GB
    xet
    Upload mistral-platypus-lima-3ep.bin almost 3 years ago
  • mistral-platypus-lima-3ep.gguf
    14.5 GB
    xet
    Upload mistral-platypus-lima-3ep.gguf almost 3 years ago
  • mistral-platypus-lima.gguf
    14.5 GB
    xet
    Upload mistral-platypus-lima.gguf almost 3 years ago
  • no-flan-v1.gguf
    14.5 GB
    xet
    Upload no-flan-v1.gguf almost 3 years ago