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="aipib/Asagi-vlm-gguf",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": [
				{
					"type": "text",
					"text": "Describe this image in one sentence."
				},
				{
					"type": "image_url",
					"image_url": {
						"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
					}
				}
			]
		}
	]
)

Model Details

Model Description

Asagi-2BのGGUF・量子化版です。

imatrixのデータはTFMC/imatrix-dataset-for-japanese-llmを使用しました。

GGUF変換の手順はこちらのブログ記事を参照して下さい(Ollamaでの利用方法も記載)。

Downloads last month
49
GGUF
Model size
2B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

6-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for aipib/Asagi-vlm-gguf

Quantized
(3)
this model