qlora-pipe
A pipeline parallel training script for LLMs.
File Explorer
Download Latest Version (.zip)- alpaca.yml
- capybara.yml
- config.toml
- config_dpo.toml
- converted_dpo_dataset.yml
- ds_config.json
- ultrafeedback.yml
- cross_entropy_loss.py
- utils.py
- layers.py
- models.py
- pipeline_model.py
- convert_dpo_dataset_to_chat_format.py
- convert_ds_checkpoint_to_lora.py
- merge_lora.py
- test_sampling.py
- dataloader.py
- dataset_utils.py
- engine.py
- hqq_utils.py
- saver.py
- unsloth_utils.py
- utils.py
- .gitignore
- .gitmodules
- axolotl
- LICENSE
- pyproject.toml
- README.md
- requirements.txt
- train.py
# Installation Guide
1. Get the code
git clone https://github.com/tdrussell/qlora-pipe
Downloads the entire project code from GitHub to your computer.
cd qlora-pipe
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
