-
List all most used datasets in RAG researches, and we will add them to the benchmarks.
- [ ] THUDM/webglm-qa from huggingface: https://huggingface.co/datasets/THUDM/webglm-qa
- [ ] NaturalQuestion…
-
WebGLM Initializing...
Traceback (most recent call last):
File "/home/e222/YWT/WebGLM-main/web_demo.py", line 63, in
webglm = load_model(args)
File "/home/e222/YWT/WebGLM-main/model/model…
-
os: ubuntu 18:04
python: 3.9
cuda: 11.8
启动命令:python web_demo.py -w THUDM/WebGLM-2B --searcher bing
question: 大连在中国什么位置
error:
`
WebGLM Initializing...
WebGLM Loaded
Running on local URL: htt…
-
配置好本地环境,使用WebGLM-2B模型。提问:Is HER2 gene a good target for treating cancer?
出现如下报错:
**Input length of input_ids is 1056, but `max_length` is set to 1024.** This can lead to unexpected behavior. You…
-
跑了web_demo.py
报错了
```bash
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/gradio/routes.py", line 437, in run_predict
output = await app.get_blocks().proces…
-
```
WebGLM Initializing...
WebGLM Loaded
[Enter to Exit] >>> hello
[System] Searching ...
[System] Count of available urls: 10
[System] Fetching ...
[System] Count of available fetch results: …
-
在运行web_demo时(公网情况下 , gradio的server_name已经配置为0.0.0.0),cli_demo下正常。 报错信息如下:
`To create a public link, set `share=True` in `launch()`.
WARNING: Invalid HTTP request received.
WARNING: Invalid HTTP…
-
When I use run the web_demo.py it raise the error bellow, but when I run with cli_demo.py it works well. Is there something wrong with my configuration。
Query:why musk set the limit of twitter requ…
-
声明export SERPAPI_KEY=“***********************************”后执行如下:
![image](https://github.com/THUDM/WebGLM/assets/88723510/ceb3ccbe-71ac-4e3b-b231-8276e20429d0)
GPU加载为13GB,是chatglm2-6B模型。
![im…
-