shujakuin 7cf28e9851 Merge tag 'v0.1.1' into develop
git push -u master# Lines starting with '#' will be ignored.
2025-01-07 15:13:13 +08:00

CL-LMM

Requirements

uv venv --python 3.11.7
uv pip install torch==2.5.1+cu124 torchvision==0.20.1+cu124 torchaudio==2.5.1+cu124 --index-url https://download.pytorch.org/whl/cu124
uv pip install -r requirements.txt

Code Structure

src
├── collatefn_library
├── configs           accelerator configs
├── dataset_library
├── evaluation.py
├── evaluation.sh     evaluation bash(TODO:update)
├── peft_library
├── todo.md
├── train.py
├── train.sh          train bash
└── utils
S
Description
No description provided
Readme 11 MiB
Languages
Python 99.4%
Shell 0.6%