vyeevani

Results 25 issues of vyeevani

Not sure if this is necessary a feature or just a fix for some so I'll classify it as a feature for now. Fail to find "lldb-mi" when the cwd...

enhancement
help wanted

When trying to get publicly available models to convert with coremltools, it would be very beneficial if there was auto type casting with promotable types and the common linear operators....

feature request

The following doesn't work as expected because it is interpreting spaces as valid characters. This is a problem when trying to convert models that we don't have direct control over....

bug
triaged

This is for use cases that have changing data. For example, casual language modeling for code autocomplete (GitHub CoPilot). Suppose you make a change in the code that would have...

I am building a chain to analyze codebases. This involves documents that's constantly changing as the user modifies the files. As far as I can see, there doesn't seem to...

There's some poc xla bindings for rust. It would be really cool to integrate those: https://github.com/LaurentMazare/xla-rs into dfdx to allow for tpus and other accelerators in addition to cuda.

### 🚀 Feature It would be nice to have a wrapper that ingested gymnasium.vector.VectorEnv and gave back a VecEnv. ### Motivation I want to do highly parallelized hardware accelerated simulation....

documentation
enhancement

It doesn’t look like there’s a way to remove the head in the resnet models. There is a way to dump the activations. It would be nice if I could...

The training wrappers for auto reset and episode wrapper are leaking info to each other. This is a bigger problem if people want to stack their own wrappers. For example,...