Brendan Fahy
Brendan Fahy
**Is your feature request related to a problem? Please describe.** normalize() has a `500` word limit per here: https://github.com/NVIDIA/NeMo/blob/main/nemo_text_processing/text_normalization/normalize.py#L255 This is not documented in the documentation pages as far as...
**Describe the bug** Installing `nemo_toolkit[nemo_text_processing]` does not bring in `pytorch_lightning` but then ```python from nemo_text_processing.text_normalization import normalize ``` errors as pytorch_lightning is required to import **Steps/Code to reproduce bug** 1....
I did not include everything because the last bits would require folks modifying global elsewhere to pass typechecking.
I have been debugging an issue for a while and finally have a small reproducible snip. Using `fsspec==2023.12.2` ```python import fsspec some_public_url = "http://replace.me.with.a.public.url" def read_my_data(url: str) -> None: for...
Addressing #1398 Pretty much identical to the generic one but doesn't create the directories async. The generic one defines a make_many_dirs which tries to make them async if it can...
The rsync method looks like exactly what I have been looking for, but I am not sure how one would use it to say sync data from two different s3...
I was expecting there to be a February release but looks like there wasn't one. I am curious about the release cadence of fsspec, I don't see a document in...
Currently the dependency only allows use of react 16. React 17 and 18 are both out as of now.
Just gave xxscreeps a try. Got errors on call for `room.getEventLog` right away. verified the room object looks ok but not sure whats going on yet. looks like getEventLog is...
If including a season number in the file destination path such as from my config: `"move_files_destination": "/mnt/bigmedia/tv/%(seriesname)s/season%(seasonnumber)d/",` if running on a series which does not have a seasons number this...