-
I am trying to compile OpenMM with HIP support on a AMD based HPC but some of the test are failing, wondering if this is a cause for concern or not.
## Build steps
```bash
mamba create -y -n open…
-
KeyphraseCountVectorizer used to work with Keybert but now with 0.7.0 it failed with highlight_document():
```
def highlight_document(
doc: str, keywords: List[Tuple[str, float]], vectorizer…
-
Use the following `docker-compose.yml` to spin up weaviate and contextionary.
docker-compose.yml
```yml
# docker-compose.yml
---
version: "3.4"
services:
weaviate:
command:
…
-
Consider the following code
```llvm
%v8_uniform_FVector4 = type { [4 x double] }
define void @foo(ptr %ret_mem, %a, %b) {
%ptr = alloca %v8_uniform_FVector4, align 8
store %a, ptr %ptr…
-
### Describe the issue
A TF-IDF ONNX Vectorizer Model generating inconsistent vectors
### To reproduce
NA
### Urgency
None
### ONNX Runtime Installation
Built from Source
### ONNX Runtime Ver…
-
Hi @MaartenGr, I want to thank you for developing bertopic, as it has been instrumental in the smooth progress of our project. And I am truly grateful for providing us such an active/progressive discu…
-
I've gotten inconsistent results trying to generate sentence vectors using Bert, which is causing the cosine distance calculation to be incorrect. When I make two calls to vectorizer.bert and pass a l…
-
| | |
| --- | --- |
| Bugzilla Link | [46261](https://llvm.org/bz46261) |
| Version | trunk |
| OS | Windows NT |
| Attachments | [Test case](https://user-images.githubusercontent.com/55721109/14376…
-
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Desribe the bug
Getting a value error for undefined reason,
ValueError: Found array with 0 sample(…
-
Hello there,
So I am pretty new to this, but I am really interested in using this to explore my corpus. I am not sure if this is inherent in the code itself, but whenever I try to rerun it, it kee…