Jonathon Belotti
Jonathon Belotti
### Tell us more about this new feature. I've encountered a _HTTP 501 Not Implemented_ error using Cloudflare R2 with `mount-s3`. ``` 2024-05-14T17:30:02.877651Z DEBUG open{req=20 ino=3 pid=327824 name="test-marker"}:put_object{id=8 bucket="modal-bandwidth-usage-testing" key="test-marker"}:...
### Tell us more about this new feature. Hey, was wondering if in future it would be reasonable to consume `mount-s3` as a crate. We currently install it as a...
## Describe your changes https://github.com/modal-labs/modal-client/pull/1742 caused a regression in `nfs get`. It can be repro'd with: ```bash MODAL_PROFILE=modal_labs MODAL_LOGLEVEL=debug modal nfs get txt-to-pokemon-cache-vol pokemon_names/rnn.txt ``` User reported this here https://modal-com.slack.com/archives/C069RAH7X4M/p1715620466703749....
👋, I saw this project in gVisor's forums: https://groups.google.com/g/gvisor-users/c/DV6JUD3MrZc. We at [modal.com](https://modal.com/) also use gVisor in our serverless runtime. Would you accept Modal's inclusion in your serverless benchmarking? I want...
I'm trying to use Grobid as a Java library much in the same way that this repo does, and it seems that at least 2 of the dependencies are no...
`hwloc` is used within `nvidia-smi topo -m` and currently that command is failing: `hwloc/linux: failed to find sysfs cpu topology directory, aborting linux discovery.` This change introduces the minimal number...
Tested on a full-mesh GCP 8x H100 server and a PCIE-only A100 server and a single-GPU T4 AWS server.
Addresses https://github.com/oras-project/rust-oci-client/issues/162
`rust-oci-client` has `Client::pull_blob_stream` but this is not seek-able. I'm looking for a seek-able interface because it allows me to read ranges of bytes from a blob and extract a Toc...
## Describe your changes - MOD-2845 Got a local reproduction of some stale creds. Fix locally by clearing the Client's channel which was initialized with the old creds and left...