How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="inclusionAI/Ling-flash-2.0-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Introduction

Use https://github.com/im0qianqian/llama.cpp to quantize.

For model inference, please download our release package from this url https://github.com/im0qianqian/llama.cpp/releases .

Quick start

# Use a local model file
llama-cli -m my_model.gguf

# Launch OpenAI-compatible API server
llama-server -m my_model.gguf

Demo

image/png

image/png

PR

Let's look forward to the following PR being merged:

Downloads last month
34
GGUF
Model size
103B params
Architecture
bailingmoe2
Hardware compatibility
Log In to add your hardware

2-bit

4-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for inclusionAI/Ling-flash-2.0-GGUF

Quantized
(6)
this model