Aiden Grossman

Results 27 issues of Aiden Grossman

Currently, there is no way to pass multiple input tensors to an individual preprocessing layer. This isn't necessarily a large problem, but for some niche use cases, it can be...

I added in a link to one of my projects that adds a function `getHTML()` to the quill editor which returns a string of HTML. It is different from many...

Currently when the package is built and installed into the system using the python3 setup.py/python3 setup.py install flow, it also installs the tests. There's no real reason the tests should...

This patch adds the runner attributes to the WorkflowJob class. The four attributes, runner_id, runner_name, runner_group_id, and runner_group_name are always sent along with the job information, but before this patch,...

**Is your feature request related to a problem? Please describe.** Currently for [ml-compiler-opt](https://github.com/google/ml-compiler-opt), we're using the nightly versions of tensorflow, tf-agents, and all the associated dependencies as we have recently...

enhancement

This patch enables disassembling hex strings by changing the input options to the uiCA.py script. Instead of accepting a file as a positional argument, a file is now accepted as...

I'm interested in using `llm-foundry` infrastructure for training LLMs for sequence classification/regression tasks. I currently have a fork of `llm-foundry` where I got this working (in a fairly hacky manner...

This patch parallelizes the BB processing script. This significantly speeds up the processing of BBs. Eventually diminishing returns are reached, especially on systems with a large number of threads, most...

This patch adds a script for comparing BHive format CSVs (the first column being the hex bb and the second column being the throughput value). The script just outputs the...

This patch refactors the construction of a JSON representation of an annotated snippet into a separate function. This is intended to make future work, like implementing threading, easier.