Skip to content

nie3e/mistral_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mistral Chat web app

A simple web app integrated with the Mistral model.

Introduction

This project provides simple web interface for chatting with Mistral model. You can also load this model using 4/8-bit quantization, float16 and/or use flash attention.

docs/chat_window.png

Prerequisities

  • python3.11
  • docker
  • nvidia-container-toolkit
  • docker compose
  • Mistral instruct model from HuggingFace

How to run

Docker compose

In docker-compose.yml file edit volume path to model:

    volumes:
      - X:/Mistral-7B-Instruct-v0.2/model:/model

Build image and run compose:

docker compose build
docker compose up -d

Run in your browser:

At the start of application the model is not loaded. Choose your option and click "Load model" button.

More info

Mistral-7B-Instruct-v0.2 model

About

Simple web app for using Mistral model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published