Daniel Levi-Minzi

Results 16 issues of Daniel Levi-Minzi

I am at the point where I clicked the deploy heroku instance, put my keys in, and now need to go here: https://statiman-dleviminzi.herokuapp.com/v2/connect/dleviminzi/dleviminzi.github.io However, I get: Application error An error...

I also cleaned up the `read_index_select` and `write_index_insert` calls a bit by just passing in structs instead of each individual field from the struct.

Suppose we are doing an L2 calculation with int8. What are we expecting if we give it `[127, 127, 127, 127]`, `[-128, -128, -128, -128]`? There will be overflow when...

This PR adds additional mounts to the base runc config so that beam and beta9 are placed in site-packages as well as dist-packages.

This change allows users to reference secrets as environment variables in their image build. For instance, lets say I create a secret called `TEST_TOKEN` like this: ```beta9 secret create TEST_TOKEN...

This PR adds an endpoint that returns the platform's GPU count.

# Summary # Platform Faiss version: 43d86e30736ede853c384b24667fc3ab897d6ba9 Interface: - [x] C++ - [x] Python Currently, in `DistanceUtils.cuh` the JensenShannon distance reduce step is: ``` __host__ __device__ float reduce() { return...

documentation
Implementation

Resolve BE-1919 Previously running the following two curls in order would result in the second request taking 10 seconds because it waits until the first request is handled. With this...

Resolve BE-1941 Currently we are not forwarding query parameters for asgi apps. I discovered this while hosting a simple test asgi app with the endpoint ```python @myapp.get("/sleep") async def sleep(seconds:...