Skip to main content

ailia LLM

Project description

ailia LLM Python API

!! CAUTION !! “ailia” IS NOT OPEN SOURCE SOFTWARE (OSS). As long as user complies with the conditions stated in License Document, user may use the Software for free of charge, but the Software is basically paid software.

About ailia LLM

ailia LLM is a library for running LLMs on edge devices. It provides bindings for C++ and Unity.

Install from pip

You can install the ailia LLM free evaluation package with the following command.

pip3 install ailia_llm

Install from package

You can install the ailia LLM from Package with the following command.

python3 bootstrap.py
pip3 install ./

Usage

import ailia_llm

import os
import urllib.request

model_file_path = "gemma-2-2b-it-Q4_K_M.gguf"
if not os.path.exists(model_file_path):
	urllib.request.urlretrieve(
		"https://storage.googleapis.com/ailia-models/gemma/gemma-2-2b-it-Q4_K_M.gguf",
		model_file_path
	)

model = ailia_llm.AiliaLLM()
model.open(model_file_path)

messages = []
messages.append({"role": "system", "content": "語尾に「わん」をつけてください。"})
messages.append({"role": "user", "content": "あなたの名前は何ですか?"})

stream = model.generate(messages)

text = ""
for delta_text in stream:
	text = text + delta_text
print(text)

if model.context_full():
	raise Exception("Context full")

messages.append({"role": "assistant", "content": text})

API specification

https://github.com/ailia-ai/ailia-sdk

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ailia_llm-1.4.2.0.tar.gz (34.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ailia_llm-1.4.2.0-py3-none-any.whl (34.6 MB view details)

Uploaded Python 3

File details

Details for the file ailia_llm-1.4.2.0.tar.gz.

File metadata

  • Download URL: ailia_llm-1.4.2.0.tar.gz
  • Upload date:
  • Size: 34.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.13

File hashes

Hashes for ailia_llm-1.4.2.0.tar.gz
Algorithm Hash digest
SHA256 a0dce5e2271115c86c4be0a44a65e9e103e72e52219862fe27ffaf7695321055
MD5 00e3d75581a1024dff62845012a22ab4
BLAKE2b-256 71adf80eb9aa364574ec947ad425860a2d3c02bb49351f3c6d8fd48356abfbd9

See more details on using hashes here.

File details

Details for the file ailia_llm-1.4.2.0-py3-none-any.whl.

File metadata

  • Download URL: ailia_llm-1.4.2.0-py3-none-any.whl
  • Upload date:
  • Size: 34.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.13

File hashes

Hashes for ailia_llm-1.4.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7f2987c8ffee347e1ee7935180187f1531fa74b8076f9e6da382dc94d4ff4892
MD5 17668893898c179ac31f82b7aa57a007
BLAKE2b-256 a7f7f2c4a9c99b39523b6c41840530d471e2de0b2e1c4b1861cf01e6dfb21b2e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page