Create a Better Chatbot with Qwen + [Jan 27 2025 UPDATE] Deepseek 1.5B Qwen Chatbot
Download Docker Desktop and make sure the engine is running.
- clone this repository using WSL2 with
git clone https://github.com/MariyaSha/chatbot_qwen.git
- navigate there with
cd chatbot_qwen
- build Docker image with
docker build -t chatbot .
- run Docker container with
docker run -it --gpus=all chatbot
- change in Dockerfile:
from
COPY main.py ./
toCOPY main_deepseek.py ./
- repeat the Run Qwen Instructions from Above
this tutorial is using the Qwen Large Language Model.