ludwig
                                
                                
                                
                                    ludwig copied to clipboard
                            
                            
                            
                        Low-code framework for building custom LLMs, neural networks, and other AI models
### Scope * We must pin `matplotlib` to `"
**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...
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`
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...
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'...
**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...
**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,...
**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:...
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.