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

  • Log In
  • Sign Up

dgavriloff
/
bitnet-ios-models

GGUF
bitnet
1-bit
ios
apple-silicon
arm64-neon
Model card Files Files and versions
xet
Community

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

  • Libraries
  • llama-cpp-python

    How to use dgavriloff/bitnet-ios-models with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="dgavriloff/bitnet-ios-models",
    	filename="Falcon3-1B-Instruct-i2s.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 dgavriloff/bitnet-ios-models with llama.cpp:

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

    How to use dgavriloff/bitnet-ios-models with Ollama:

    ollama run hf.co/dgavriloff/bitnet-ios-models
  • Unsloth Studio new

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

    How to use dgavriloff/bitnet-ios-models with Docker Model Runner:

    docker model run hf.co/dgavriloff/bitnet-ios-models
  • Lemonade

    How to use dgavriloff/bitnet-ios-models with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull dgavriloff/bitnet-ios-models
    Run and chat with the model
    lemonade run user.bitnet-ios-models-{{QUANT_TAG}}
    List all available models
    lemonade list
bitnet-ios-models
1.63 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
dgavriloff's picture
dgavriloff
Upload README.md with huggingface_hub
26fdb70 verified 3 months ago
  • .gitattributes
    1.65 kB
    Upload Falcon3-1B-Instruct-i2s.gguf with huggingface_hub 3 months ago
  • Falcon3-1B-Instruct-i2s.gguf
    1.36 GB
    xet
    Upload Falcon3-1B-Instruct-i2s.gguf with huggingface_hub 3 months ago
  • README.md
    2.33 kB
    Upload README.md with huggingface_hub 3 months ago
  • bitnet-b1.58-large-i2s.gguf
    270 MB
    xet
    Upload bitnet-b1.58-large-i2s.gguf with huggingface_hub 3 months ago