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

miqudev
/
miqu-1-70b

GGUF
conversational
Model card Files Files and versions
xet
Community
31

Instructions to use miqudev/miqu-1-70b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • llama-cpp-python

    How to use miqudev/miqu-1-70b with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="miqudev/miqu-1-70b",
    	filename="miqu-1-70b.q2_K.gguf",
    )
    
    llm.create_chat_completion(
    	messages = "No input example has been defined for this model task."
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • llama.cpp

    How to use miqudev/miqu-1-70b with llama.cpp:

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

    How to use miqudev/miqu-1-70b with Ollama:

    ollama run hf.co/miqudev/miqu-1-70b:Q4_K_M
  • Unsloth Studio new

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

    How to use miqudev/miqu-1-70b with Docker Model Runner:

    docker model run hf.co/miqudev/miqu-1-70b:Q4_K_M
  • Lemonade

    How to use miqudev/miqu-1-70b with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull miqudev/miqu-1-70b:Q4_K_M
    Run and chat with the model
    lemonade run user.miqu-1-70b-Q4_K_M
    List all available models
    lemonade list
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Urgent Request for Uploading the New Miqu LLM for Competitive Edge

πŸ‘πŸ‘€ 12
11
#32 opened about 2 years ago by
ChuckMcSneed

Create aaaa

#31 opened about 2 years ago by
zz001

Any chance anyone is quantizing this into a 2.4bpw EXL2 version for those of us with a single 24GB video cards?

1
#30 opened about 2 years ago by
clevnumb

Upload head_navbar copy.tmpl

#29 opened about 2 years ago by
zz001

You know what you have to do

#27 opened about 2 years ago by
distantquant

dev

#26 opened about 2 years ago by
zz001

I managed to get `Miqu` to give up his real template format and he is ***MUCH*** better if you use it!!!

β€οΈπŸ‘ 9
24
#25 opened over 2 years ago by
jukofyork

Request: DOI

#24 opened over 2 years ago by
Ben1010

How to use miku model in spaces ?

2
#23 opened over 2 years ago by
Empereur-Pirate

An interesting yet useless consideration over the fp16 being out or not.

🀯 2
6
#21 opened over 2 years ago by
Nexesenex

So far the best model I've tested. Just a little slow

πŸ‘ 2
6
#15 opened over 2 years ago by
victorx98

I'm thinking miqu

πŸ€— 13
11
#3 opened over 2 years ago by
modster
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs