Darío Muñoz Prudant
Darío Muñoz Prudant
Hi, i'm traying to conver a Colbert model but get this stack/error { "name": "AssertionError", "message": "Provided/config architecture is wrong, make sure it is in: * LSGBertModel * LSGBertForMaskedLM *...
Hi, i'm trying to convert this model: ``` from lsg_converter import LSGConverter converter = LSGConverter(max_sequence_length=4096) model, tokenizer = converter.convert_from_pretrained(model_name_or_path="T-Systems-onsite/cross-en-es-roberta-sentence-transformer") print(type(model)) ``` and seems to be converted ok: ``` The argument...
**Describe the bug** When actions are displayed to the user with _**cl.AskActionMessage**_, and the text input was disabled if the user hits the button to close the copilot, and then...
### Your current environment ```Collecting environment information... PyTorch version: N/A Is debug build: N/A CUDA used to build PyTorch: N/A ROCM used to build PyTorch: N/A OS: Ubuntu 22.04.3 LTS...
_**EDIT: I found the problem, it is described in the last comment**_ ### Your current environment ```text PyTorch version: N/A Is debug build: N/A CUDA used to build PyTorch: N/A...
### Your current environment running isolated on docker container ### How would you like to use Aphrodite? I have the following question, currently nvlink support on new motherboards that are...
### Your current environment **But this is my host env, the Engine is running on the official latest docker image.** ```text Collecting environment information... PyTorch version: N/A Is debug build:...
### 🚀 The feature, motivation and pitch Currently, generating a docker image prior to the head or latest version is not so direct since the Dockerfile when doing git clone...
Hi, great job with Chainlit, I think there is a little bug with the Running label on the spinner in the chat window, may be the issue is related to...
The parameter namespace prefix did not affect the table creation process (DDL), only apply to the graph name in the PG internal AGE schema, it would be useful to apply...