Marc-Antoine
Marc-Antoine
…dvc repo `dvc.yaml` was harcoded in the `_create_stage` method of class `StageCache`. In some use case, we want to cache the stage but the calling process is not in the...
Documentation does not specify how to handle missing values: https://github.com/nltk/nltk/blob/e4444c9b15762e6d86f5f6c4f5faadb87632c72a/nltk/metrics/agreement.py#L35-L44 In theory, Krippendorff's alpha CAN handle missing data (coders that do not assign an annotation to an item). However, the...
## Describe the bug For some regex patterns, the json-schema-faker fails to generate a valid value that matches the pattern. ## To Reproduce This pattern rarely produces a valid response...
**Describe the issue** I have an openapi spec that creates multiple expectations. When calling an endpoint that does not exist (that does should not match any expectation), I would assume...
The 0.6.13 version is not backward compatible to 0.6.12 while version increment only seems to be a patch. https://semver.org/ ``` File "/usr/local/lib/python3.8/dist-packages/torch_geometric/data/data.py", line 3, in from torch_geometric.typing import OptTensor, NodeType,...
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. -...
### Describe the bug Starting a server with a int4 quantized models on a 40GB GPU throws of OOM errors. If I am not mistaken the quantization should result in...
The poetry lock command generated a lock file containing 2 different versions of the same package. ``` [[package]] name = "grpcio" version = "1.49.1 ... [[package]] name = "grpcio" version...
It seems that the hdf5 to milvus does not support custom schema. I have 3 columns "embedding", "id", "other". It seems that the DM tool only imports the hardcoded group...
### Problem For a given model, it was required to further configure the pyspark job. We are adding config properties to do so. ### Solution In the `_submit_dataproc_job` method of...