Mathew Odden

Results 16 comments of Mathew Odden

Yeah I just hit this too... was super confused that the lib assumes LE... which is totally not what all my other sources say including the spec.

The issue can be highlight with the following ``` pub_blob = paramiko.pkey.PublicBlob.from_file("/path/to/file") rsa_key = paramiko.pkey.RSAKey(data=pub_blob.key_blob) ``` The second line causes a mypy arg-type issue, since the stubs say that key_blob...

@skye and/or @hawkinsp This should be ready for CI workflow

@PhilipVinc After reading through the comments here, I am a bit confused if you need a Docker container image or the manylinux wheels. My guess is that you want the...

@PhilipVinc Ok I understand now, thanks for the explanation. I'm working on a 0.4.31 release at the moment but what I might do is put up the wheels as a...

@PhilipVinc The dockerfile at /build/rocm/Dockerfile.ms is the dockerfile that is producing those images that are published with the Jax releases in https://github.com/rocm/jax The images are published at Dockerhub under the...

> One option would be for us to default to a relaxed tag like linux_x86_64, and change our release builds to override the tag to a manylinux tag. I think...

@hawkinsp Please let me know if this is an acceptable way to do the namespace load for now, and if we want to try to work out something more formal.

Error doesn't look related to my PR... I know Google Cloud was having problems last week so maybe related?

Seems like the CI job thats failing is due to the external Triton dependency?