Skip to main content

A Jupyter kernel using LLM models from Huggingface

Project description

chatbot_kernel

A Jupyter kernel to use Jupyter as a chat window, running downloaded LLMs locally.

Installation

This kernel package can be install from PyPI

$ pip install chatbot_kernel

Once the package installed, the kernel spec can be installed to home directory by command:

$ python -m chatbot_kernel install --user

If you are using virtualenv, do

$ python -m chatbot_kernel install --sys-prefix

instead.

If you install the package to a virtual environment, you may need to set up JUPYTER_PATH=/path/to/venv/share/jupyter:$JUPYTER_PATH so that jupyter can find the kernel

Usage

A few magics are available in the kernel:

  • %load: load a pretrained LLM
  • %hf_home: set the path to find downloaded LLMs, similar to set HF_HOME environment variable
  • %model_list: show the available LLMs
  • %new_chat: clean up the chat history

Before start chatting, you need to at least download a model from HuggingFace. For example, huggingface-cli download meta-llama/Meta-Llama-3-8B-Instruct. Once models are downloaded, launch a jupyter notebook/lab and execute %load <model> and start chatting. Here is an example:

%load meta-llama/Meta-Llama-3-8B-Instruct
hi 
who are you

Caveat

Currently, the kernel use the AutoModelForCausalLM and it is not supported by all models. A few models have been tested:

  • meta-llama/Meta-Llama-3-8B-Instruct
  • mistralai/Mistral-7B-Instruct-v0.3: needs sentencepiece dependency
  • unsloth/llama-3-8b-Instruct-bnb-4bit: needs bitsandbytes dependency

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

chatbot_kernel-0.2.1.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

chatbot_kernel-0.2.1-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file chatbot_kernel-0.2.1.tar.gz.

File metadata

  • Download URL: chatbot_kernel-0.2.1.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.27.0

File hashes

Hashes for chatbot_kernel-0.2.1.tar.gz
Algorithm Hash digest
SHA256 053fcd64b3037a3481a2534569b0fc3aa6ed4c113e8fea13dc109fdf4a03b473
MD5 65351525b11e5c31a175ee2bb76fb915
BLAKE2b-256 170698753ce54bdf34c6e7e397e241e98697a5daddf60e737b570962fa1673da

See more details on using hashes here.

File details

Details for the file chatbot_kernel-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for chatbot_kernel-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 15e49b12dfcf0a1fe0979c37132bd45027f4aeffb862de7cc46e7b708e1f77d6
MD5 07528b963d17ac0b5841df9f1388e03a
BLAKE2b-256 83659a87acc986f8960dbe08b07497600c518a13088347e89cf36d4169165d62

See more details on using hashes here.

Supported by

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