Suiji12
Suiji12
请问在执行  报错:no Go files in /home/lebron/Desktop/go是怎么回事啊? go的版本是1.17 在安装npm的时候也出错了:   (1)go的错误和安装npm的错有关系吗? (2)这些错误怎么解决呢?我使用的是虚拟机乌班图22.06 系统是linux
C:\Users\jiaojiaxing\.conda\envs\localgpt\python.exe E:\jjx\localGPT\apiceshi.py load INSTRUCTOR_Transformer max_seq_length 512 bin C:\Users\jiaojiaxing\.conda\envs\localgpt\lib\site-packages\bitsandbytes\libbitsandbytes_cuda118.dll Loading checkpoint shards: 100%|██████████| 3/3 [01:32
How to add a reranker model to run_localGPT.py?
 And here is the webui:  how can I fix this bug?
Base model:llama-2-13b-chat-hf run run_local_gpt.py, If I ask a question that has nothing to do with the document, the model responds poorly. What can I do?
My setting about rag-app-text-chatbot.yaml is services: jupyter-server: container_name: notebook-server image: notebook-server:${TAG:-latest} build: context: ../../ dockerfile: ./notebooks/Dockerfile.notebooks # replace GPU enabled Dockerfile ./notebooks/Dockerfile.gpu_notebook ports: - "8888:8888" expose: - "8888" deploy: resources:...