OpenVINO-StableLM-3B-streamlit [](https://github.com/openvinotoolkit/awesome-openvino)

November 28, 2024 ยท View on GitHub

OpenVINO-StableLM-3B-streamlit Mentioned in Awesome OpenVINO

A streamlit ChatBot running StableLM Zephyr 3B with Openvino and Optimum Intel



Requirements

python312 -m venv venv
.\venv\Scripts\activate
python -m pip install --upgrade pip
pip install openvino-genai==2024.4.0
pip install optimum-intel[openvino] tiktoken streamlit==1.36.0

Download the model

from HuggingFace

https://huggingface.co/FM-1976/stablelm-zephyr-3b-openvino-4bit

Run the app

streamlit run .\stappStableLM.py