Tristan Rice
Tristan Rice
## Description Ray 2.0 made `get_address_and_port` no longer public + added a bunch of pyre changes. We need to find a replacement for get_address_and_port, fix the types and then upgrade...
## 🚀 Feature Add a CUDA implementation for common raymarcher methods such as EmissiveAbsorption, depth, etc. I'm thinking about writing this myself but wanted to make a tracking issue for...
As far as I can tell, there's no way to use the PGP utilities from a normal webpage (unless I'm missing something). That's the biggest missing feature for my use...
When I try to use it via webpack + Polymer 3 + typescript it throws the error: ``` index.ts:53 ReferenceError: hljs is not defined at Object../node_modules/@kuscamara/code-sample/vendor/highlight/highlight.pack.js (highlight.pack.js:formatted:1) at __webpack_require__ (bootstrap:767)...
One of the things that have come up when trying to integrate fsspec into tensorboard (https://github.com/tensorflow/tensorboard/pull/5248) is that there aren't any standard path operations as part of fsspec as far...
It'd be really nice if this library supported ECDSA keys in addition to just RSA. My application already has certificate infrastructure using Let's encrypt, but the keys are all ECDSA...
### 🐛 Describe the bug The inductor backend for `torch.compile` leaks memory on every call to a compiled mmseg model. This is currently causing my model to crash every ~9...
This is a component that uses HuggingFace's accelerate in a similar manner to torchrun. I haven't tested with a `accelerate config`. Fixes #834 Test plan: ``` pytest torchx/components/test/dist_test.py scripts/component_integration_tests.py --scheduler...
## Description HuggingFace accelerate is used for some OSS models. It would be great to have support for it as a component in addition to dist.ddp. ## Motivation/Background ## Detailed...