localGPT
localGPT copied to clipboard
Chat with your documents on your local device using GPT models. No data leaves your device and 100% private.
I can't really test because my computer chip's a Dorito, ... but it looks like it works. Changes were simple enough.
Hello , I am getting the following error when i run "python run_localGPT.py --device_type cpu" 2023-06-22 00:40:00,242 - INFO - run_localGPT.py:161 - Running on: cpu 2023-06-22 00:40:00,242 - INFO -...
# Issue: Handling ingestion file types The issue is handling the variety of file types. e.g. ```py DOCUMENT_MAP = { ".txt": TextLoader, ".py": TextLoader, ".pdf": PDFMinerLoader, ".csv": CSVLoader, ".xls": UnstructuredExcelLoader,...
I got the same error message as below, eager to get some assistance from the owner. Thanks The safetensors archive passed at C:\Users\Aston/.cache\huggingface\hub\models--TheBloke--WizardLM-7B-uncensored-GPTQ\snapshots\dcb3400039f15cff76b43a4921c59d47c5fc2252\WizardLM-7B-uncensored-GPTQ-4bit-128g.compat.no-act-order.safetensors does not contain metadata. Make sure to...
Hi All, I had trouble getting ingest.py to run with dev or nightly versions of pytorch that support cuda 12.1, which I have installed: ``` (local-gpt) PS C:\Users\domin\Documents\Projects\Python\LocalGPT> nvidia-smi Thu...
不支持中文吗,我上传中文的pdf内容报错。 环境信息如下: Python 3.10.11 DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.4 LTS" NAME="Ubuntu" VERSION="20.04.4 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.4 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal 运行报错信息如下: (py310) root@autodl-container-a4da118bfa-64e0dc0a:~/autodl-tmp/localGPT#...
revised, not sure if its good enough
Suggesting conda to get out of version Hades.
Added support for JSON files with string or list values, one dict @ file. List values get concatenated with comma by default. All keys besides JSON_CONTENT_KEY are added to metadata....