fishfree

Results 149 issues of fishfree

### System Info / 系統信息 NVIDIA-SMI 525.147.05 Driver Version: 525.147.05 CUDA Version: 12.0 /mnt/data/whang/miniconda3/envs/cogvlm2/bin/python Python 3.11.9 git pull the latest repo. ### Who can help? / 谁可以帮助到您? python cli_demo_multi_gpus.py 时报错如下:...

``` import jieba def tokenize_zh(text): words = jieba.lcut(text) words = list(filter(lambda x: (len(x)>1), words)) return words import numpy as np from umap import UMAP from sklearn.feature_extraction.text import CountVectorizer from sentence_transformers...

`docker-compose logs` ``` inception-app-1 | Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.security.config.annotation.web.configuration.OAuth2ClientConfiguration$OAuth2ClientWebMvcSecurityConfiguration': Unsatisfied dependency expressed through method 'setClientRegistrationRepository' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with...

Support request

I'd like to integrate open-semantic-search to authenticate against an external OIDC server.

What a great workpiece! The Dockerfile and [the container images](https://hub.docker.com/u/opensemanticsearch) are too old :-(

If not, which version of Python is compatible? Thanks!

https://schema.org/additionalProperty supports arbitrary key-value pairs, so it's very suitable for extended description. Or is it only neccessary to add this property in the Thing type? Then all other types can...

I downloaded the pre-compiled 7.0.4 war file [here](https://catma.de/wp-content/uploads/2024/01/catma-7.0.4.war), and tried login with admin/admin, but it failed with: ![image](https://github.com/forTEXT/catma/assets/1741341/826b8e14-e0f4-45c5-98d1-5c5c0c8624fd) I also tried Sign up with the same error as below: ![image](https://github.com/forTEXT/catma/assets/1741341/db15637b-115e-47de-a721-9303f7b562c7)...

type : question
type : help and documentation

There is indeed no chinese_mfa tokenizer model in this [list](https://github.com/MontrealCorpusTools/mfa-models/tree/main/language_model). However, the `class ChineseTokenizer` has been already implemented [here](https://github.com/MontrealCorpusTools/Montreal-Forced-Aligner/blob/main/montreal_forced_aligner/tokenization/chinese.py) as the japanese tokenizer does, which can be downloaded by running`...