private-gpt icon indicating copy to clipboard operation
private-gpt copied to clipboard

What are the requirements on hardware for run this project?

Open pabl-o-ce opened this issue 1 year ago • 4 comments

Can you help giving more information about the requirements in hardware to test this project

particular what I need to in terms of hardware:

Instructions for ingesting your own dataset

pabl-o-ce avatar May 13 '23 02:05 pabl-o-ce

I've tried it on a VPS, Google Colab and a M1 Pro Mac and the best performance so far was the Mac.

I think the Mac has the best support, because LLama.cpp needs blast support, but the VPS/Google Colab with a GPU have none as far as I can see.

In terms of RAM: At least 10Gb free RAM on your System, both 4GB files are loaded into RAM and the calulations for answering take up space too.

Tobix99 avatar May 13 '23 17:05 Tobix99

this should have been indicated on read me, I wasted effort only to find out that I can't run it in my potato laptop hahaha

GitEin11 avatar May 14 '23 01:05 GitEin11

No there should be a maximum memory limit to run even in your potatoes laptop, by stringing processes into streams rather than bulk.

d2rgaming-9000 avatar May 14 '23 23:05 d2rgaming-9000

It use to run fine on WSL2 with a 3060 8gb of vram. But since all the pull requests and feature additions, now I'm just trying to get it to ingest and infer. Neither is working for me.

digitalw00t avatar May 17 '23 22:05 digitalw00t