Brandon T. Willard

Results 202 issues of Brandon T. Willard

The default graph in OTT is from Geotools and all the search & path code is built around that. There is old code for an A\* search performed directly on...

requirement

The maven-pulled OTP 0.7.10 jar doesn't appear to have the necessary getters (`getModes`, specifically) so it won't build via maven alone. It seems to work if one pulls everything--including OTP...

bug

Determine a throughput goal/requirement. Inspect profiled runs and determine/prioritize where the changes need to be made.

enhancement

We want to track the locations and paths of off-road travel.

enhancement
requirement

We need to keep edge velocity distributions for each particle, not globally.

enhancement
requirement

This is an alternate approach to #872 that uses the string value returned by `Hasher.hash` for caching the (updated) signature of `create_states_mapping`. Closes #872

bug
transformers
structured generation
correctness

We need an Actions/CI step that automatically compares benchmark results against current `main` and notifies us when there is a significant regression *before* a PR is merged. We've used [`github-actions-benchmark`](https://github.com/benchmark-action/github-action-benchmark)...

enhancement
tests
help wanted
optimization

### Describe the issue as clearly as possible: Tests like [`test_regex_vocabulary_error`](https://github.com/outlines-dev/outlines/blob/4934425cc511b7f7fcfff76744edb8f1452feb8f/tests/fsm/test_guide.py#L27) can fail due to the caching of [`create_states_mapping`](https://github.com/outlines-dev/outlines/blob/4934425cc511b7f7fcfff76744edb8f1452feb8f/outlines/fsm/guide.py#L114). Caching should probably be disabled somewhat generally in those test modules...

bug
tests
help wanted
structured generation

### What behavior of the library made you think about the improvement? The current structured generation code is creating a `-inf` copy of the logits array and setting the allowed...

enhancement
help wanted
optimization
structured generation

### What behavior of the library made you think about the improvement? One of the internal improvements we have at [.txt](https://dottxt.co/) involves a significantly more efficient representation of the vocabulary...

enhancement
help wanted
optimization
structured generation