Elijah Rippeth

Results 44 issues of Elijah Rippeth

# Before submitting - [x] Was this discussed/approved via a Github issue? (no need for typos, doc improvements) - [x] Did you read the [contributor guideline](https://github.com/pytorch/fairseq/blob/main/CONTRIBUTING.md)? - [ ] Did...

CLA Signed

## 🐛 Bug When training an spm model with byte fallback, the decoded output in fairseq doesn't replace the bytes with the appropriate character. ### To Reproduce Train spm model...

bug
needs triage

## ❓ Questions and Help #### What is your question? Is there some code path to enable forced decoding from the CLI? #### Code It seems like adding encoded inputs...

question
needs triage

## ❓ Questions and Help ### Before asking: 1. search the issues. 2. search the docs. #### What is your question? How do I truncate the source to the maximum...

question
needs triage

no need to create a string when you can loop over elements for free

When updating username in settings doesn't change username at all. See below picture when changing username from 'hello' to 'world'. After clicking 'OK', returns to '/' and gives error. ![screen...

## How to reproduce the behaviour Reproducing this is difficult without a depencency parse available for an RTL language, but I've included a link to HTML with the errant RTL....

bug
help wanted
feat / visualizers

Following the instructions in the README to build and test torcharrow leads to an illegal hardware instruction error on OS X 10.15.7. I'm running on 2.9 GHz Dual-Core Intel Core...

My infrastructure is a bit hard to reproduce... When behind a proxy, and using 1.5.0-M2 or 1.5.0-M3, the service locator cannot ping other services (and they cannot register with the...

help wanted

Compiles regexs where appropriate for improved perf for common operations (subs, searches, matches, finditers). Timeit info below for a microbenchmark (`MT1` is original w/o compilation, `MT2` is new w/ compilation...