nickfraser

Results 47 issues of nickfraser

Addressed in #1283.

Thanks to the breaking change in #1042, and that QONNX has [not yet been updated](https://github.com/fastmachinelearning/qonnx/pull/170) (as of 2025-04-16), #1042 also introduced a `MIN_QONNX_VERSION` which prevents certain tests from being run...

Relates to #1163 & #1042. Several functions were updated with a `Union[bool, Tensor]` in #1042 to support receiving a `signed: Tensor` parameter from `IntQuantTensor` and passing it to all necessary...

``` Traceback (most recent call last): File "/scratch/users/nfraser/workspace/brevitas-1/src/brevitas_examples/llm/main.py", line 856, in main(args) File "/scratch/users/nfraser/workspace/brevitas-1/src/brevitas_examples/llm/main.py", line 494, in main wrapped_model = HFLM(pretrained=model) # need to wrap for LLM eval ^^^^^^^^^^^^^^^^^^^^^^ File...

bug

Builds on #1356. Introduces a `BenchmarkSearchMixin` which determines how we generate experiments with the benchmark utils. The first one `GridSearchMixin`, replicates the behaviour of the benchmark utils _before_ this PR...

Alternative to #1357 - will probably go for the simpler approach in the other PR.

Issue to track what we plan to include in the next minor release. The "wishlist" contains items that we would like to include if we have the time. Keep in...