Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin authored Nov 6, 2023
1 parent 43b967a commit 07c1b14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions demos/langchain-video-chat/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Run LLMs on CPU With LangChain and DeepSparse: Chat With Video Demo

[![HF](https://huggingface.co/datasets/huggingface/badges/resolve/main/open-in-hf-spaces-lg.svg)](https://huggingface.co/spaces/neuralmagic/videochat)

This examples demostrates how to run a video chatbot on CPUs using [DeepSparse](https://github.com/neuralmagic/deepsparse/), [LangChain](https://github.com/langchain-ai/langchain) and [Chainlit](https://github.com/Chainlit/chainlit). The project can run on a CPU with 16GB of RAM. DeepSparse provides accelerated inference on CPUs by taking advantage of a model's sparsity to deliver GPU-class performance on CPUs.

## Installation
Expand All @@ -17,4 +15,4 @@ pip install -r requrements.txt
chainlit run app.py -w
```

![PDF Image](../../images/video.png)
![PDF Image](../../images/video.png)

0 comments on commit 07c1b14

Please sign in to comment.