Luis Capelo
Luis Capelo
Hi there folks at citusdata. We quite like the `cstore_fdw` extension and have been experimenting with it on production with very large datasets. However, we started to notice memory errors...
When installing the `protobuf` dependencies on a Debian machine, I ran into the following error: ``` $ make protoc-c --c_out=. cstore.proto gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing...
### Description Checkpointing fails when using the `-leave-running` showing error: ``` destroying container: stopping container: gofer is still running ``` Also, checkpointing without that flags succeeds but the process exits...
It would be great to have a property that specifies the creation (or not) of the geo-preview via the API call. Assuming I am creating a dataset with the method...
At the article there are graphics referring to calorie counts. I would love to see a column with those calorie counts, either aggregate or as second reference table for ingredients.
Adds memory snapshotting examples for: - simple imports - Stable Diffusion XL - Whisper tiny I'll update the memory snapshotting interface before merging these. Also adds example for our `CloudBucketMount`...
Adds the same logic from [this PR](https://github.com/modal-labs/modal-client/pull/1347) but with vendored `psutil` so we don't have to install an additional package.
A program with open TCP connections will emit a clear error and indicate the connections open. Open connections prevent memory snapshots from succeeding. Adding this check allows for us to...
Deprecates the unused field `is_checkpointing_function`.
User will be able to schedule workloads using: ```python @app.function(gpu=modal.gpu.L40S()) def f(): ... ```