8000 GitHub - elepistemedev/chatbot_qwen: Create a Better Chatbot with Qwen
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

elepistemedev/chatbot_qwen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chatbot_qwen

Create a Better Chatbot with Qwen + [Jan 27 2025 UPDATE] Deepseek 1.5B Qwen Chatbot

Requirements

Download Docker Desktop and make sure the engine is running.

Video Instructions

Run Qwen Instructions

  1. clone this repository using WSL2 with
    git clone https://github.com/MariyaSha/chatbot_qwen.git
  2. navigate there with
    cd chatbot_qwen
  3. build Docker image with
    docker build -t chatbot .
  4. run Docker container with
    docker run -it --gpus=all chatbot

Run Deepseek 1.5 Qwen Adaptation

  1. change in Dockerfile: from COPY main.py ./ to COPY main_deepseek.py ./
  2. repeat the Run Qwen Instructions from Above

Credits

this tutorial is using the Qwen Large Language Model.

About

Create a Better Chatbot with Qwen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.6%
  • Dockerfile 5.4%
0