Giles Weaver
Giles Weaver
Confirmed on Debian 12. > Tensorflow 2.15 Debian 12 Python 3.11 Bazel 4.2.3 GCC 12.2 Cuda 11.8 CuDNN 8.5 It looks like a similar [issue](https://github.com/tensorflow/tensorflow/pull/21499) was fixed six years ago,...
I filed https://github.com/yaapu/FrskyTelemetryScript/issues/239 and have just seen this issue. I've tried copying the [config above](https://github.com/yaapu/FrskyTelemetryScript/issues/229#issuecomment-2031263434) to `MODELS/yaapu/[ModelName].cfg`, but that seems to have had no effect. I've also tried removing `yaapu7.luac`...
I mistakenly filed this bug with the title `OOM errors with scan_parquet > fetch > limit`, then realised that my code example uses `scan_pyarrow_dataset`. I have updated the title to...
@deanm0000 I'm pretty sure that I want `limit`, but if streaming only supports `slice`, `head` & `tail`, then that will do for now. Thanks for the pointer. Fetch supposedly defaults...
The aim of the above snippets is just to test a computation with a small amount of data and then display the first five rows. If I do `lf.fetch(streaming=True).head()` then...