https://github.com/pankajarm/autotrain_setup
A setup repo for autotrain library with examples
https://github.com/pankajarm/autotrain_setup
Last synced: 3 months ago
JSON representation
A setup repo for autotrain library with examples
- Host: GitHub
- URL: https://github.com/pankajarm/autotrain_setup
- Owner: pankajarm
- Created: 2023-07-13T22:30:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-14T01:01:03.000Z (almost 2 years ago)
- Last Synced: 2025-03-02T09:39:40.677Z (3 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# autotrain_setup
A setup repo to setup autotrain-advance library for fine tunning llm on any dataset```
git clone https://github.com/pankajarm/autotrain_setup.git
cd autotrain_setup
```Step1: install the mininconda
```
bash install_miniconda.sh
```Close the terminal and open again, It should show (base) into new terminal, it mean base conda environment is ready
Step2: Setup your new conda envrionment
```
bash setup_conda.sh```
Step3: Install all libraries and autotrain-advanced
```
bash setup_autotrain.sh
```if any issues running script with bash, provide right permissions
```
chmod +x install_miniconda.sh
./install_miniconda.sh
``````
chmod +x setup_conda.sh
./setup_conda.sh
``````
chmod +x setup_autotrain.sh
./setup_autotrain.sh
```Now, run trainer.py
```
python trainer.py```