autotrain-advanced
autotrain-advanced copied to clipboard
🤗 AutoTrain Advanced
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 -...
### 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 -...
### 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...
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...
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...
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...
### 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...
### 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. ###...
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...