ludwig icon indicating copy to clipboard operation
ludwig copied to clipboard

Low-code framework for building custom LLMs, neural networks, and other AI models

Results 313 ludwig issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** The feature request is to have multi modal capability inside ludwig using llama-next **Describe the use case** The basic use...

lmm

When trying to use the gpt2bpe tokenizer, I get an error that "module torchtext has no attribute util". Fixed by adding ``` import torchtext.utils import torchtext.transforms ``` to `ludwig/utils/tokenizers.py`

bug
waiting for answer
llm
dependency

I am running the Google Colab example of Ludwig-AI Multimodal Classification from the Twitter Bots Kaggle dataset. You can get the Python API Colab link directly from Ludwig AI's documentation...

**Describe the bug** 4/5 trials fail due to lack of memory. I have 4 x GPUs RTX 2080 Super (8 GB) and 64 GB RAM but it seems that AutoML...

bug

Tried `!pip install ludwig[llm]` on both Colab and Kaggle. Then, could not import from the api: `from ludwig.api import LudwigModel` `[OSError: /opt/conda/lib/python3.10/site-packages/torchtext/lib/libtorchtext.so: undefined symbol: _ZN5torch6detail10class_baseC2ERKSsS3_SsRKSt9type_infoS6_](https://download.pytorch.org/models/text/%3C/span%3E%3Cspan)` Issue seems related to `torchtext'...

bug
llm
dependency

**Describe the bug** I've cloned the repo and select open in DevContainer and it continually fails on windows. I noticed the file has not been updated in a couple of...

bug

**Describe the bug** I ran ludwig w/o a dev set and look like it generate a json file with Infinity / -Infinity, which is not json valid ``` "best_eval_metric_value": -Infinity,...

bug
help wanted

**Describe the bug** I got this error while trying to train a model with encoder = bert **To Reproduce** ``` trainer: validation_field: engagement_label validation_metric: roc_auc early_stop: 10 input_features: - name:...

bug
llm
dependency

I have been trying to install ludwig latest version in Linux, Mac and google colab. All the pip installs are failing complaining about torchtext.so not found.

bug
waiting for answer
dependency