Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ludwig-ai/ludwig issues and pull requests
#3718 - QoL: Limit top-level trainer logging messages such as saving model or resuming model training to main coordinator process
Pull Request -
State: closed - Opened by arnavgarg1 over 1 year ago
- 1 comment
#3717 - QOL: Update recommended vscode settings.
Pull Request -
State: closed - Opened by justinxzhao over 1 year ago
- 1 comment
#3716 - Limit model_presets to llama and mistral models
Pull Request -
State: closed - Opened by Infernaught over 1 year ago
- 1 comment
#3715 - QoL: Only log generation config being used once at inference time
Pull Request -
State: closed - Opened by arnavgarg1 over 1 year ago
#3714 - Ray `session.get_dataset_shard` deprecation "warning" stops training
Issue -
State: closed - Opened by trevenrawr over 1 year ago
- 2 comments
#3713 - Dynamically set `max_new_tokens` based on output feature length, GMSL and model window size
Pull Request -
State: closed - Opened by arnavgarg1 over 1 year ago
- 1 comment
#3712 - Log additional per-GPU information in model metadata files and GPU utilization on tensorboard.
Pull Request -
State: closed - Opened by justinxzhao over 1 year ago
- 1 comment
#3711 - Define initialize_llm() and generate() methods. Remove extra logging in llm.py
Pull Request -
State: closed - Opened by justinxzhao over 1 year ago
- 2 comments
#3710 - DRAFT: Call .finish() for WandB callback on trainer end.
Pull Request -
State: closed - Opened by justinxzhao over 1 year ago
- 1 comment
#3709 - [MAINTENANCE] Adding typehint annotations in backend and data components and fixing mypy errors.
Pull Request -
State: closed - Opened by alexsherstinsky over 1 year ago
- 1 comment
#3707 - Remove model_load_path from experiment
Pull Request -
State: closed - Opened by Infernaught over 1 year ago
#3706 - Unpin deepspeed following fix in v0.11.1
Pull Request -
State: closed - Opened by tgaddair over 1 year ago
#3705 - model_load_path not working in PythonAPI
Issue -
State: closed - Opened by MarselScheer over 1 year ago
- 1 comment
#3704 - Question: Frequently predict same samples during training
Issue -
State: closed - Opened by MarselScheer over 1 year ago
- 3 comments
#3703 - WIP ModelExportInfra
Pull Request -
State: closed - Opened by skanjila over 1 year ago
- 1 comment
#3701 - wandb get stuck in running and finally lead to OOM
Issue -
State: closed - Opened by MarselScheer over 1 year ago
- 4 comments
#3700 - [BUGFIX] Pin deepspeed<0.11, skip Horovod tests
Pull Request -
State: closed - Opened by alexsherstinsky over 1 year ago
- 2 comments
#3699 - [FEATURE] Allow typehints without the quotes.
Pull Request -
State: closed - Opened by alexsherstinsky over 1 year ago
- 1 comment
#3698 - [MAINTENANCE] Fix the linting warnings in two backend component classes.
Pull Request -
State: closed - Opened by alexsherstinsky over 1 year ago
- 1 comment
#3696 - Add Ludwig Star History to README
Pull Request -
State: closed - Opened by arnavgarg1 over 1 year ago
- 1 comment
#3695 - ImportError: Using `load_in_8bit=True` requires Accelerate: `pip install accelerate` and the latest version of bitsandbytes `pip install -i https://test.pypi.org/simple/ bitsandbytes` or pip install bitsandbytes`
Issue -
State: closed - Opened by NishaDeepak over 1 year ago
- 3 comments
#3694 - Evaluate third party models
Pull Request -
State: closed - Opened by thelinuxkid over 1 year ago
- 4 comments
#3693 - Use sphinx for all docstrings in api.py
Pull Request -
State: closed - Opened by justinxzhao over 1 year ago
- 1 comment
#3692 - Update to pydantic v2
Issue -
State: closed - Opened by dragosmc over 1 year ago
- 3 comments
#3691 - Fix binary variables being visualized as 0 and 1
Pull Request -
State: closed - Opened by Infernaught over 1 year ago
- 2 comments
#3690 - Move on_epoch_end and epoch increment to after run_evaluation loop.
Pull Request -
State: closed - Opened by justinxzhao over 1 year ago
- 1 comment
#3689 - fix: Failing test for backend with quantization
Pull Request -
State: closed - Opened by arnavgarg1 over 1 year ago
#3688 - fix: temporarily remove config validation check for backend
Pull Request -
State: closed - Opened by geoffreyangus over 1 year ago
#3687 - Add ability to upload Ludwig models to Predibase.
Pull Request -
State: closed - Opened by martindavis over 1 year ago
- 2 comments
#3686 - Config type safety and auto-complete
Issue -
State: closed - Opened by Tradunsky over 1 year ago
- 1 comment
#3685 - Add consumer complaints generation dataset
Pull Request -
State: closed - Opened by connor-mccorm over 1 year ago
- 1 comment
#3684 - Set the metadata only during first training run
Pull Request -
State: closed - Opened by Infernaught over 1 year ago
- 1 comment
#3683 - [CI] Ensure that mlflow callback cleans up background-saving threads on trainer teardown.
Pull Request -
State: closed - Opened by justinxzhao over 1 year ago
- 3 comments
#3682 - llama2_7b_finetuning_4bit example: `LudwigModel.create_model(self.config_obj, random_seed=random_seed)` hangs
Issue -
State: closed - Opened by DavidFarago over 1 year ago
- 4 comments
#3681 - RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu! (when checking argument for argument mat1 in method wrapper...
Issue -
State: closed - Opened by karanjakhar over 1 year ago
- 2 comments
#3680 - [BUGFIX] Remove spurious test directory at the end of the test_llm.py::test_local_path_loading test run
Pull Request -
State: closed - Opened by alexsherstinsky over 1 year ago
- 1 comment
#3679 - [BUGFIX] Ensure that full base models and not only adapter weights get saved when merge_and_unload is set
Pull Request -
State: closed - Opened by alexsherstinsky over 1 year ago
- 1 comment
#3678 - FIX: error with nightly CI tests for test_resize_image
Pull Request -
State: closed - Opened by jimthompson5802 over 1 year ago
- 1 comment
#3677 - Add per-device logging to tensorboard
Pull Request -
State: closed - Opened by Infernaught over 1 year ago
- 1 comment
#3676 - Error: unit test tests/ludwig/utils/test_image_utils.py::test_resize_image fails
Issue -
State: closed - Opened by jimthompson5802 over 1 year ago
#3675 - Improve error message for when an LLM base model can't be loaded.
Pull Request -
State: closed - Opened by justinxzhao over 1 year ago
- 1 comment
#3674 - [FEATURE] Include Mistral-7B model in list of supported base models
Pull Request -
State: closed - Opened by alexsherstinsky over 1 year ago
- 1 comment
#3673 - [MAINTENANCE] Partially reconcile type hints, fix some warnings, and fix comments in parts of the codebase.
Pull Request -
State: closed - Opened by alexsherstinsky over 1 year ago
- 3 comments
#3672 - LudwigModel instantiation crashes when using "encoder" config
Issue -
State: closed - Opened by fcalabrow over 1 year ago
- 2 comments
#3671 - Place metric functions for BLEU and Rogue on correct devices when using multiple GPUs
Pull Request -
State: closed - Opened by arnavgarg1 over 1 year ago
- 1 comment
#3670 - Remove duplicate metrics
Pull Request -
State: closed - Opened by Infernaught over 1 year ago
- 1 comment
#3669 - On Mac M2 "cannot import name '_BackgroundSyncer' from 'ray.tune.syncer'" error when using hyperopt
Issue -
State: closed - Opened by sbocconi over 1 year ago
- 5 comments
#3668 - Increment epochs based on last_batch() instead of at the end of the train loop.
Pull Request -
State: closed - Opened by justinxzhao over 1 year ago
- 1 comment
#3667 - Fix eos_token and pad_token issue
Pull Request -
State: closed - Opened by Infernaught over 1 year ago
- 1 comment
#3666 - Fix dynamic generation config load during `model.predict`
Pull Request -
State: closed - Opened by geoffreyangus over 1 year ago
- 2 comments
#3665 - Self-supervised pre-training of LLMs
Issue -
State: closed - Opened by w4nderlust over 1 year ago
- 6 comments
Labels: feature, help wanted
#3664 - Add functionality to allow direct importing of datasets from Hugging Face
Pull Request -
State: closed - Opened by Infernaught over 1 year ago
- 3 comments
#3663 - Add daft back for windows since the wheels are now officially published
Pull Request -
State: closed - Opened by arnavgarg1 over 1 year ago
- 4 comments
#3661 - when using another llm like gpt2 it returns ValueError: If `eos_token_id` is defined, make sure that `pad_token_id` is defined.
Issue -
State: closed - Opened by mohammad-gh009 over 1 year ago
- 1 comment
Labels: bug, looking into it
#3660 - Export computer-vision model to CoreML
Issue -
State: closed - Opened by saad-palapa over 1 year ago
- 1 comment
Labels: feature, help wanted
#3659 - Export computer-vision model to ONNX
Issue -
State: closed - Opened by saad-palapa over 1 year ago
- 3 comments
Labels: feature, help wanted
#3658 - FIX: docker build error for ludwig-gpu
Pull Request -
State: closed - Opened by jimthompson5802 over 1 year ago
- 1 comment
#3657 - this project support windows?
Issue -
State: closed - Opened by futureflsl over 1 year ago
- 2 comments
Labels: bug, dependencies
#3656 - Add support for visual language model fine-tuning (IDEFICS, etc.)
Issue -
State: closed - Opened by tgaddair over 1 year ago
- 6 comments
Labels: feature, help wanted
#3655 - Add TART decoder config object
Pull Request -
State: closed - Opened by jeffkinnison over 1 year ago
- 2 comments
#3654 - Add a config object for the TART decoder
Pull Request -
State: closed - Opened by jeffkinnison over 1 year ago
#3653 - fix: The final batch of an epoch is skipped when batch size is 1
Pull Request -
State: closed - Opened by jeffkinnison over 1 year ago
- 3 comments
#3652 - Unable to finetune a GPTQ model
Issue -
State: closed - Opened by mani1491 over 1 year ago
- 6 comments
Labels: feature, help wanted
#3651 - FIX: Failure in audio feature related test
Pull Request -
State: closed - Opened by jimthompson5802 over 1 year ago
- 2 comments
#3650 - Add sample_size as a global preprocessing parameter
Pull Request -
State: closed - Opened by Infernaught over 1 year ago
- 1 comment
#3649 - [FEATURE] Support Merging LoRA Weights Into Base Model (Issue-3603)
Pull Request -
State: closed - Opened by alexsherstinsky over 1 year ago
- 3 comments
#3646 - Add check to ensure selected backend works with quantization for LLMs
Pull Request -
State: closed - Opened by arnavgarg1 over 1 year ago
- 1 comment
#3645 - Unskip torchaudio-related tests that are incompatible with torch 2.2.0
Issue -
State: closed - Opened by justinxzhao over 1 year ago
- 2 comments
Labels: productivity and code quality
#3644 - [CI] Use a torch-nightly-compatible version of torchaudio
Pull Request -
State: closed - Opened by justinxzhao over 1 year ago
- 1 comment
#3643 - Add function to free GPU memory
Pull Request -
State: closed - Opened by Infernaught over 1 year ago
- 1 comment
#3642 - Remove unnecessary peft config updating
Pull Request -
State: closed - Opened by Infernaught over 1 year ago
- 1 comment
#3641 - Set do_sample default to True
Pull Request -
State: closed - Opened by Infernaught over 1 year ago
- 1 comment
#3640 - Set do_sample default to False
Pull Request -
State: closed - Opened by Infernaught over 1 year ago
#3638 - Update ludwig version to 0.9.dev.
Pull Request -
State: closed - Opened by justinxzhao over 1 year ago
- 1 comment
#3637 - Pin minimum transformers version to `4.33.2`
Pull Request -
State: closed - Opened by arnavgarg1 over 1 year ago
- 1 comment
#3636 - Remove unnecessary peft config updating
Pull Request -
State: closed - Opened by Infernaught over 1 year ago
- 4 comments
#3635 - Remove unnecessary peft config updating
Pull Request -
State: closed - Opened by Infernaught over 1 year ago
#3634 - Remove unnecessary peft config updating
Pull Request -
State: closed - Opened by Infernaught over 1 year ago
- 1 comment
#3633 - Remove unnecessary peft config updating
Pull Request -
State: closed - Opened by Infernaught over 1 year ago
- 2 comments
#3632 - [WIP] Add support for LLM models with custom code like `microsoft/phi-1_5` and `tiiuae/falcon-7b`
Pull Request -
State: closed - Opened by arnavgarg1 over 1 year ago
- 1 comment
#3631 - Avoid deprecation warnings on pandas Series.fillna
Pull Request -
State: closed - Opened by carlogrisetti over 1 year ago
- 1 comment
#3630 - microsoft/phi-1_5
Issue -
State: closed - Opened by TashaSkyUp over 1 year ago
- 6 comments
#3629 - Exclude getdaft on Windows
Pull Request -
State: closed - Opened by carlogrisetti over 1 year ago
- 2 comments
#3628 - fixed typo in EfficientNet's model variant from v2_ to v2_s
Pull Request -
State: closed - Opened by saad-palapa over 1 year ago
- 2 comments
#3626 - ❗ Enable LLM fine-tuning tests when no quantization is specified
Pull Request -
State: closed - Opened by arnavgarg1 over 1 year ago
- 1 comment
#3625 - QoL: Default to using fast tokenizer for Llama models
Pull Request -
State: closed - Opened by arnavgarg1 over 1 year ago
- 1 comment
#3624 - Optionally disable data shuffling between epochs.
Issue -
State: closed - Opened by pkpro over 1 year ago
- 3 comments
#3623 - Fixed range validation for text generation penalty parameters
Pull Request -
State: closed - Opened by tgaddair over 1 year ago
- 1 comment
#3622 - fix: Check underlying model device type when moving 8-bit quantized models to GPU at eval
Pull Request -
State: closed - Opened by jeffkinnison over 1 year ago
- 1 comment
#3618 - Refactor integration tests into matrix
Pull Request -
State: closed - Opened by tgaddair over 1 year ago
- 1 comment
#3617 - [CI] Fix failing tests on master
Pull Request -
State: closed - Opened by arnavgarg1 over 1 year ago
#3616 - Bump min support transformers to 4.33.0
Pull Request -
State: closed - Opened by tgaddair over 1 year ago
- 1 comment
#3615 - [TEST] Ray 2.6 support
Pull Request -
State: closed - Opened by arnavgarg1 over 1 year ago
- 1 comment
#3614 - Allow predicting on a pretrained HF LLM without calling `model.train`
Issue -
State: closed - Opened by tgaddair over 1 year ago
- 4 comments
Labels: feature, help wanted, easy
#3613 - Add support for gradient checkpointing for LLM fine-tuning
Pull Request -
State: closed - Opened by arnavgarg1 over 1 year ago
- 2 comments
#3612 - [CI] Deflake: Explicitly set eval batch size for mlflow test.
Pull Request -
State: closed - Opened by justinxzhao over 1 year ago
#3611 - Add Code Alpaca and Consumer Complaints Datasets
Pull Request -
State: closed - Opened by connor-mccorm over 1 year ago
- 1 comment
#3610 - [Need to test] Remove max_memory usage and adapter float16 initialization by default
Pull Request -
State: open - Opened by arnavgarg1 over 1 year ago
- 1 comment
#3608 - [CI] Run sudo apt-get update in GHAs.
Pull Request -
State: closed - Opened by justinxzhao over 1 year ago
- 2 comments
#3607 - Add pytorch profiler and additional tensorboard logs for GPU memory usage.
Pull Request -
State: closed - Opened by justinxzhao over 1 year ago
- 2 comments