-
The dataset types in the gEAR portal are nice and tidy:
```
mysql> select dtype, count(dtype) from dataset group by dtype;
+-----------------------+--------------+
| dtype | coun…
-
On ubuntu 22.04
tried all varients of python 3.10<
but
```
conda create --name nemo python==3.10.12
conda activate nemo
apt-get update && apt-get install -y libsndfile1 ffmpeg
pip install Cython p…
-
### Describe the problem
Hi team,
I work with [NVIDIA’s NeMo toolkit](https://github.com/NVIDIA/NeMo) for speech AI and I strongly believe it could be a great addition to the Gecko module. If this a…
-
Hi,
I am currently working on an LLM project and have fine-tuned a model (e.g., Llama 3) using NVIDIA NeMo, resulting in a .nemo format model. While I can deploy it by exporting to trt-llm, the cur…
-
Running into this deserialization issue in `src/nemo_run/core/runners/fdl_runner.py`.
```
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
…
-
Hi team, I am getting an error building a new dockgrfil from scratch, I feel I need to do this as the "no install" version runs just in English and my understanding is installing it this way will give…
-
### 🚀 Feature
NeMo's NeVa (LLaVa) is a multimodal language model
Initial `examine`:
`Found 49 distinct operations, of which 39 (79.6%) are supported`
### Work items
- #145 (but looks like #…
-
We have long strings support in cuDF now, so we can deprecate the `max_text_bytes_per_part` parameter.
Related:
- https://github.com/NVIDIA/NeMo-Curator/pull/77
- https://github.com/NVIDIA/NeMo-Cura…
-
**Describe the bug**
I follow the [tutorial](https://github.com/NVIDIA/NeMo/blob/main/tutorials/multimodal/SDXL%20Quantization.ipynb) convert a model download from https://huggingface.co/stabilityai/…
-
**Describe the bug**
Running a basic fastconformer hybrid recipe fails with image `nemo:24.07` and newer; more specifically, the reported RNNT WER numbers are all over the place, whereas CTC WER numb…