autotrain-advanced icon indicating copy to clipboard operation
autotrain-advanced copied to clipboard

🤗 AutoTrain Advanced

Results 113 autotrain-advanced issues
Sort by recently updated
recently updated
newest added

Space is pausing as I have this error in the docker logs : RuntimeError: No GPU found. A GPU is needed for quantization. ERROR | 2024-09-17 13:09:42 | autotrain.trainers.common:wrapper:121 -...

stale

### Prerequisites - [X] I have read the [documentation](https://hf.co/docs/autotrain). - [X] I have checked other issues for similar problems. ### Backend Local ### Interface Used CLI ### CLI Command -...

bug

### Prerequisites - [X] I have read the [documentation](https://hf.co/docs/autotrain). - [X] I have checked other issues for similar problems. ### Backend Local ### Interface Used UI ### CLI Command app...

bug
stale

The valid_split was being set to none before applying the chat template in SFT, which was leading to errors. The valid_split parameter was being set to None in the CLI...

stale

I used autotrain-advanced space to start new job to fine tune and after submitting details it simply showed me restart space. If I restart space it does not show me...

stale

I would like to conduct object detection task by utilizing a VQA model using autotrain API. I followed this [guide](https://huggingface.co/blog/abhishek/paligemma-finetuning-autotrain). Accordingly, I prepared the metadata.json properly. Three columns are "file_name",...

### Prerequisites - [X] I have read the [documentation](https://hf.co/docs/autotrain). - [X] I have checked other issues for similar problems. ### Backend Local ### Interface Used CLI ### CLI Command ```autotrain...

bug
stale

### Feature Request My suggestion is as follows: Can you add a Gradio interface for AutoTrain Advanced, not as a replacement for HTML+JS, but alongside it? You could also consider...

stale
feature request

### Feature Request Several models like Pythia, OLMo etc. use revisions to store different checkpoints. It would be great if supplying a revision arg is supported for these models. ###...

feature request

This PR adds support for [Liger Kernel](https://github.com/linkedin/Liger-Kernel) to enable lower training times and reduce memory usage. It implements: * Validating `liger-kernel` is available. * Adds training `liger-kernel` parameter to llm...