-
**Is your feature request related to a problem? Please describe.**
When you aggregate data from many data sources contributed by many teams, its possible to have a schema that is changed underneath…
-
**Use case**
I need to be able to override inferred column types for Parquet e.g. by default columns are Nullable, but i want to specify some as not.
-
- Should we allow `infer_nanoarrow_schema()` on schema objects?
- Should we allow `infer_nanoarrow_ptype()` on R objects, effectively emulating data roundtrip?
For DBI.
``` r
library(nanoarrow…
-
### Your current environment
```text
In this example https://github.com/vllm-project/vllm/blob/main/examples/multilora_inference.py if you gave two different loras instead of same loras with diff…
-
## General Question
Hi team, I've posted a question in our kcl slack channel: https://cloud-native.slack.com/archives/C05TC96NWN8/p1729279836481899
File an issue here in case it's a bug.
When d…
-
Hi and thank you so much for this great project that i've been following for months now:
the current (manual install) version seems to have broken the GUI. When clicking on a sample image, the foll…
-
### 请提出你的问题
环境为windows10家庭版,paddle版本为3.0-beta的cpu版本
> from paddlenlp.taskflow import Taskflow
> ner = Taskflow("ner")
出现的问题是,当输入上面第二行代码时,报错,具体日志如下:
`[2024-11-12 16:05:44,254] [ INFO] - Dow…
-
I'd really love to use a library like this to facilitate the transmission of JSON Schemas - or similar, isomorphic or homomorphic schema description for describing JS objects and other structured data…
-
This is partly an enhancement request, and partly a request for comments.
When confronted with a collection of JSON entities, it is often helpful to
know whether there is an implicit schema, and if s…
-
Downwards type contexts are forcibly constraining for inference of runtime checked covariant type parameters.
```dart
class C {
C(T x);
}
void test() {
C c = C(3); // Inferred as C becau…