-
https://huggingface.co/tiiuae/falcon-40b Apache 2.0 model (can't use the -instruct one, since trained on Alpaca)
```
RWForCausalLM(
(transformer): RWModel(
(word_embeddings): Embedding(65024…
-
配置文件model_config.py为:
import torch.cuda
import torch.backends
import os
import logging
import uuid
LOG_FORMAT = "%(levelname) -5s %(asctime)s" "-1d: %(message)s"
logger = logging.getLogger(…
-
To unlock local LLaMa support I'd like to be able to set the base url in config like the API key.
-
I downloaded the model `ggml-model-gpt4all-falcon-q4_0.bin` from the GPT4All page (https://gpt4all.io/index.html). How can I use that model? Which option for `generate.py` and which values for these o…
-
Hi,
Every time I'm starting generate.py I'm getting Detected new embeddin while no new documents were added since previous run. This happens after uploading document via web ui to the collection.
An…
-
### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已…
-
Hello,
I created a python script to do a retrieval QA from documentation written in markdown. Here is the working program:
```python
from langchain.document_loaders import DirectoryLoader
from…
-
Hello, trying to figure out why my h2ogpt doesn't use my GPU at all. Figured that something has to be wrong with bitsandbytes, since it says it was compiled without GPU support. I made everything work…
-
Hi Everyone. I'm trying to use the fresh new MPT-7b included in vllm. I'm running on SageMaker Studio, in a g4dn.2xlarge instance, however, I'm getting the following error:
`RuntimeError: probabili…
-
**问题描述 / Problem Description**
按要求安装requirements.txt,核实版本langchain==0.0.257
初始化知识库:python init_database.py --recreate-vs
报错:exception: partition() got an unexpected keyword argument 'autodetect_enc…