-
(qanything) D:\QAnything>bash scripts/run_for_7B_in_Linux_or_WSL.sh
wsl: 检测到 localhost 代理配置,但未镜像到 WSL。NAT 模式下的 WSL 不支持 localhost 代理。
即将启动后端服务,启动成功后请复制[http://0.0.0.0:8777/qanything/]到浏览器进行测试。
运行qan…
-
Hello,
I'm testing your tool on an ubuntu, following the readme, and I got 2 issues that can cause problems to more beginner users:
- nexaai is needing gcc to be installed (so I had to install bui…
-
To import nltk I need to import numpy first, otherwise I get:
~~~python
>>> import nltk
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python2.7/dist-packages/nltk/_…
whilo updated
6 years ago
-
You can now view your Streamlit app in your browser.
Local URL: http://localhost:8501
Network URL: http://192.168.10.7:8501
2022-06-13 13:08:59.134 Uncaught app exception
Traceback (most r…
-
i updated to v 2.4.6, isntall was succesfull on ubuntu 22.04 WSL
after that, the same command that was still working yesterday fails with taht error:
Installing collected packages: epub2tts
…
-
punkt is loaded in as a pickle file which is not secure CVE-2024-39705 so you have to use punkt_tab now.
This breaks `_get_sentence_tokenizer`.
In order to use the Tokeniser class I had to overrid…
-
Can't run the `what_is_data.ipynb` notebook yet, seems like we need to do some configuration. Or add the dataset to the container. Looking into it.
The error is:
```
--------------------------------…
gngdb updated
8 years ago
-
Instead of having the packages needed, [requirements.txt currently is just](https://github.com/SV-1411/Document-Summarization/blob/main/requirements.txt)
> pip install -r requirements.txt
I …
-
I was trying to install this on a raspberry pi. Running Buster. here is the console:
```
Install Python dependencies succeeded!
Traceback (most recent call last):
File "", line 1, in
Fi…
-
In help(nltk.ccg) it is written:
DESCRIPTION
For more information see nltk/doc/contrib/ccg/ccg.pdf
However I could not find this pdf document anywhere in my computer (nor anywhere online).